[FFmpeg-user] chroma question

Rick C. rickcorteza at gmail.com
Wed Jan 16 01:11:42 CET 2013


On Jan 14, 2013, at 10:56 PM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:

> 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


Great thank you very much!


More information about the ffmpeg-user mailing list