[FFmpeg-user] Transcode MOV 4:1:1 <at> HIGH to MPG Main <at> Main
Carl Eugen Hoyos
cehoyos at ag.or.at
Thu Nov 22 15:12:11 CET 2012
Aécio <aeciopires <at> gmail.com> writes:
> /usr/local/bin/ffmpeg -y -i
> "/home/aecio/Downloads/arteagenda_candidatos.mov" -vcodec mpeg2video
> -r 29.97 -vb 8000k -s 720x480 -acodec mp2 -ab 224k -ac 2 -ar 44100
> -profile:v 4 -aspect 3:2 "aecio_mpeg.mpg"
The main profile does not support 4:1:1, add
-pix_fmt yuv420p to your command line.
> The result of the above command is displayed at this link.
>
> http://pastebin.com/aXGCxT0k
For future mails:
Please do not use external resources to post your command line /
complete uncut console output, always post them to the mailing
list.
Carl Eugen
More information about the ffmpeg-user
mailing list