[FFmpeg-user] Transcode MOV 4:1:1 at HIGH to MPG Main at Main

Roger Pack rogerdpack2 at gmail.com
Mon Nov 26 19:21:08 CET 2012


On 11/22/12, Aécio <aeciopires at gmail.com> wrote:
> Good morning for all!
>
> I live in Brazil and am new in the list.
>
> I want to know if there is a way to transcode a video with metadata
> displayed with this link http://pastebin.com/J8V6PGYE to MPEG profile
> Main at Main.


>
>
> I am using FFmpeg 1.0 on Ubuntu 12.04 64 bits with the command below.

Kind of an older version, you could try git master.

>
>
> /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 result of the above command is displayed at this link.
>
> http://pastebin.com/aXGCxT0k


[mpeg2video @ 0xa10bb60] Only High(1) and 4:2:2(0) profiles support
4:2:2 color sampling

Seems to be the poignant error message.
HTH.
-r


More information about the ffmpeg-user mailing list