> Am 08.02.2020 um 04:55 schrieb Chris via ffmpeg-user <ffmpeg-user@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
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to