Am Di., 21. Jan. 2020 um 19:33 Uhr schrieb Chris via ffmpeg-user
<[email protected]>:
> FILE *pipein = popen("ffmpeg -i C0015.MP4 -f image2pipe -vcodec rawvideo
> -pix_fmt rgb24 -s 1280x720 -", "r");
> FILE *pipeout = popen("ffmpeg -y -f rawvideo -vcodec rawvideo -pix_fmt rgb24
> -s 1280x720 -r 59.94 -i - -f mp4 -q:v 5 -vcodec rawvideo -pix_fmt rgb24 -an
> output.avi", "w");
(Complete, uncut console output missing)
Which of those two commands (why are there two?) changes the video level?
I don't think they are supposed to change the level...
Carl Eugen
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".