View Single Post
Old 17-05-2007, 11:48 PM   #10 (permalink)
eddie
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: Compress mp3 in linux ?

Remove the < and > signs. They are not needed. Since your file name has spaces, you need to enclose the file name with quotes. So the correct syntax becomes
Code:
ffmpeg -i "10 Crush On You.mp3" -ab 32 "test.mp3"
__________________
Windows users shouldn't get to use the real computers. They know just enough to be dangerous.
eddie is offline