[FFmpeg-user] Conversion from mp4 to 264/m4e

Lou lou at lrcd.com
Wed Jun 13 22:52:55 CEST 2012


On Wed, 13 Jun 2012 03:10:13 -0700 (PDT)
Aqhil Syed <syedaqhilahmed at gmail.com> wrote:

> well your question is quite UN-understandable  as u specified the video and
> audio codec like wise.. i think u don't have much knowledge about video
> codecs and audio codecs. but i guess your looking forward for this command.
> 
> ffmpeg -i your_input_file.mp4 -sameq acodec libmp3lame -vcodec libx264
> outputfile.mp4

Please do not recommend the usage of sameq in this context. It does not
mean "same quality" as the documentation used to imply (it has since
been updated) and is not designed to be used between formats that do not
share a similar quantizer scale (which may be the case here but is not
known).

Also, please test your examples. acodec is not an option, but -acodec
is.


More information about the ffmpeg-user mailing list