| Forum |
|
|||||||
| Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems. |
![]() |
|
|
LinkBack (1) | Thread Tools | Display Modes |
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
In Pursuit of "Happyness"
Join Date: May 2005
Location: New Delhi
Posts: 3,404
|
Which distro are you using? Just install lame and then do man lame
__________________
Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain |
|
|
|
|
#4 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
mencoder,abcde, audacity ?
you may first convert to .wav format and again u need to re-encode to mp3. search in synaptic "mp3" if u use ubuntu or debian or any debian based distros.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org Last edited by praka123; 17-05-2007 at 10:28 PM. |
|
|
|
|
#6 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
install lame from package manager first.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
#8 (permalink) |
|
1337 |)00|) \m/
Join Date: Nov 2005
Location: Cyber Space
Posts: 472
|
I compress mp3 all the time
Code:
ffmpeg -i <input file nama> -ab xxx <out file name> Note : Your input file maybe in any recognisable audio/video format, and it'll still work.. i.e, .wav, .flv, .ogg , .wma etc......
__________________
My Blog : www.vatsuak.blogspot.com My DA page : www.burningsilver.deviantart.com OK..ok..... Ads are bad.. Last edited by kaustav_geek; 17-05-2007 at 11:20 PM. Reason: Automerged Doublepost |
|
|
|
|
#10 (permalink) |
|
El mooooo
Join Date: Jan 2006
Location: India
Posts: 1,414
|
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. |
|
|
|
|
#12 (permalink) | |
|
1337 |)00|) \m/
Join Date: Nov 2005
Location: Cyber Space
Posts: 472
|
Quote:
__________________
My Blog : www.vatsuak.blogspot.com My DA page : www.burningsilver.deviantart.com OK..ok..... Ads are bad.. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.thinkdigit.com/forum/open-source/58025-compress-mp3-linux.html
|
||||
| Posted By | For | Type | Date | |
| [SOLVED] command line Mp3 convertor | This thread | Refback | 27-05-2011 02:42 PM | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How can we compress a 2GB file to 500 kb? | choudang | QnA (read only) | 52 | 01-07-2009 09:29 AM |
| how to compress???? | sushantsaurabh | QnA (read only) | 1 | 15-02-2007 10:38 PM |
| Compress pdf | Techmastro | Software Q&A | 3 | 20-12-2006 11:28 AM |
| How to compress files?? | malhotra.priyam | QnA (read only) | 5 | 16-04-2006 11:44 PM |