[FFmpeg-user] chroma question
Carl Eugen Hoyos
cehoyos at ag.or.at
Mon Jan 14 15:56:44 CET 2013
Rick C. <rickcorteza <at> gmail.com> writes:
> $ ffmpeg -i '/Users/mahalko/Desktop/input.avi'
> -vcodec libx264 -acodec aac -strict experimental
> -y -threads 0 -coder 1 -psy 0 -flags +loop -cmp +chroma
> -partitions -parti8x8-parti4x4-partp8x8-partp4x4-partb8x8 -me_method dia
I may miss something but your command line looks as if
you are passing FFmpeg-specific encoding options to
x264. This may have worked in the past (although with
limitations), nowadays please use -x264opts to pass
the options you would use with the x264 executable
1:1 to ffmpeg (which passes it to libx264).
Carl Eugen
More information about the ffmpeg-user
mailing list