PDA

View Full Version : what are good Encoding options to limit the file size using FFMPEG


Kreez
13th November 2007, 14:50
Hi,

I am trying to overlay an audio file of WAV format of size around 2-3 MB on an MP4 file of size 800K - 1MB (both of same length) and generate a 3GP file using FFMPEG . This generated a good quality file of about 900K size Now what I want is to limit the file size to half its size such that it retains the same good quality as that of the original input MP4 File.

the -fs option works good but it truncates the length of the file. Are there any options or combination of options which would result in bringing down the file size to around 300-400 K and still retain a good quality as the original.

Thanks in Advance.

Kreez.