[FFmpeg-user] New options -preset and -tune for x264 encoding

Eric Cholet cholet at logilune.com
Mon Apr 18 16:49:47 CEST 2011


> > Latest git has now added 2 new options for libx264 encoding:
> > -preset <preset>
> > -tune <tune>
> 
> Also:
> -profile
> 
> Such as:
> -profile baseline
> 

With freshly downloaded ffmpeg from git, I'm getting an error when trying
to use the -profile option:


% ffmpeg -i foo.mov -f mp4 -vcodec libx264 -ar 22050 -ac 2 -b 2500k -r 25
-preset medium -profile main foo.mp4

What am I doing wrong?




More information about the ffmpeg-user mailing list