Thread
:
Compress mp3 in linux ?
View Single Post
17-05-2007, 11:48 PM
#
10
(
permalink
)
eddie
El mooooo
Join Date: Jan 2006
Location: India
Posts: 1,414
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
View Public Profile
Find More Posts by eddie