[FFmpeg-user] rawvideo -> libx264
Lou
lou at lrcd.com
Fri Jul 5 22:50:13 CEST 2013
On Fri, 5 Jul 2013 13:58:57 +0300
juha s. <salmjuh at hotmail.com> wrote:
> Hi
> I have a DecLinks SDI capture card and I try to transcode to h264. It seems that this is not supported:
...
Your output was too hard to read with the lack of line breaks.
> [error]: main profile doesn't support 4:2:2
This is the error message you missed. Your output is yuv422p. Is this
what you want?
Either remove "-vprofile main", or add "-pix_fmt yuv420p" (or "-vf
format=yuv420p").
Note that "-crf 20" and "-b:v 1100k" are mutually exclusive.
More information about the ffmpeg-user
mailing list