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
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to