[FFmpeg-user] Submitting a Feature Request

Carl Eugen Hoyos ceffmpeg at gmail.com
Sat Feb 8 20:11:38 EET 2020



> Am 08.02.2020 um 04:55 schrieb Chris via ffmpeg-user <ffmpeg-user at ffmpeg.org>:
> 
> ffmpeg -y -f rawvideo -vcodec rawvideo -pix_fmt rgb24 -s 1280x720 -r 59.94 -i -       -pix_fmt yuv420p  -vb 50M  -minrate 50M  -maxrate 50M  -c:a pcm_s16be  -f mov  output.mov

Sorry for missing this (early) in the morning:
Your command line explicitly requests (limited) mpeg range. You cannot request that this command line does not change the video levels as this would introduce a (noticeable) bug.
Feel free to test ā€œ-pix_fmt yuvj420pā€œ which requests full range but note that not all video players will provide correct display for the output file.

Carl Eugen


More information about the ffmpeg-user mailing list