resampling mp3 files at a higher bitrate

Roberto Ragusa mail at robertoragusa.it
Sun Aug 1 07:56:47 UTC 2010


JD wrote:
>   Greetings,
> I tried to re-sample an MP3 file from 64kbps to 320kbps :
> 
> ffmpeg -i file.mp3 -ac 2 -b 320k new-file.mp3
> 
> but the resulting file always comes out at 64kbps.
> 
> What's the trick to doing this right?

Using -ab instead of -b.

You *do* know that what you want to do is not really
smart, right? :-)

-- 
   Roberto Ragusa    mail at robertoragusa.it


More information about the users mailing list