Re: resampling mp3 files at a higher bitrate

2010-08-01 Thread JD
On 07/31/2010 10:47 PM, Tim wrote: > 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

Re: resampling mp3 files at a higher bitrate

2010-08-01 Thread Roberto Ragusa
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 d

Re: resampling mp3 files at a higher bitrate

2010-08-01 Thread Tim
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 settin

resampling mp3 files at a higher bitrate

2010-07-31 Thread JD
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? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscripti