[FFmpeg-user] Submitting a Feature Request
Carl Eugen Hoyos
ceffmpeg at gmail.com
Tue Jan 21 20:55:27 EET 2020
Am Di., 21. Jan. 2020 um 19:33 Uhr schrieb Chris via ffmpeg-user
<ffmpeg-user at ffmpeg.org>:
> 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
More information about the ffmpeg-user
mailing list