resampling mp3 files at a higher bitrate

Tim ignored_mailbox at yahoo.com.au
Sun Aug 1 05:47:56 UTC 2010


On Sat, 2010-07-31 at 21:31 -0700, JD wrote:
> 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.

You have a syntax error

 -b for video bitrate setting
 -ab for audio bitrate setting

What are you trying to gain?  You can't make a lossy MPEG better by
recompressing it at a higher bitrate.  It's actually going to get worse,
since it's going to get decoded, then another lossy recompression is
going to happen.

-- 
[tim at localhost ~]$ uname -r
2.6.27.25-78.2.56.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.





More information about the users mailing list