Results 1 to 8 of 8
Hello everyone, I'm trying to lower the bitrate of some MP3s files I've ripped before. The thing is that I don't have a ODD to rip the songs again to ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-12-2013 #1Just Joined!
- Join Date
- Jan 2013
- Location
- Argentina
- Posts
- 52
Soundconverter issue: 'lame' element not found, disabling MP3
Hello everyone, I'm trying to lower the bitrate of some MP3s files I've ripped before. The thing is that I don't have a ODD to rip the songs again to a lower bitrate.
I'm using Sound Converter with lame and ffmpeg codecs related to gstreamer. I get the following error when opening the program from terminal:
Any help would be highly appreciated. I've searched online, this forum and other forums and had no luck. Everything I've tried pointed to installing codecs I already have installed.Code:SoundConverter 1.4.4 using Gstreamer version: 0.10.30, Python binding version: 0.10.19 using gio 'lame' element not found, disabling MP3. 'faac' element not found, disabling AAC. using 1 thread(s)
Running Debian, Kernel Version 2.6.32-5-486 (Mon Feb 25 00:22:26 UTC 2013), i686.
- 03-12-2013 #2
First check if lame is installed I guess.
I use ffmpeg for sound conversion through command line instead of sound converter.Code:apt-cache policy lame lame: Installed: 3.99.5+repack1-3 Candidate: 3.99.5+repack1-3 Version table: *** 3.99.5+repack1-3 0 500 http://ftp.us.debian.org/debian/ testing/main amd64 Packages 100 /var/lib/dpkg/statusLinux Registered User # 475019
Lead,Follow, or get the heck out of the way
I'd rather be a dangerous, wild Penguin than a docile, domesticated sheep.
Free Linux Books
Free R Books
- 03-12-2013 #3Just Joined!
- Join Date
- Jan 2013
- Location
- Argentina
- Posts
- 52
rokytnji: Thank you very much for the prompt response. I've seen some users that use ffmpeg (and commands or scripts suggestions as well), so I'll definitely read its manual and check it out later on.
- 03-13-2013 #4
I am on another distro (mint 14) right now. You might also want to check if faac is installed also with apt-cache policy command.
It won't hurt to runCode:$ apt-cache policy faac faac: Installed: 1.28-0ubuntu2 Candidate: 1.28-0ubuntu2 Version table: *** 1.28-0ubuntu2 0 500 http://archive.ubuntu.com/ubuntu/ quantal/multiverse amd64 Packages 100 /var/lib/dpkg/status
also and make sure all the dependencies are installed also I guess.Code:apt-cache depends soundconverter
Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
I'd rather be a dangerous, wild Penguin than a docile, domesticated sheep.
Free Linux Books
Free R Books
- 03-13-2013 #5Just Joined!
- Join Date
- Jan 2013
- Location
- Argentina
- Posts
- 52
Ok, so as requested by you:
Code:apt-cache depends soundconverter soundconverter Depends: python Depends: python-gnome2 Depends: python-glade2 Depends: python-gst0.10 Depends: gstreamer0.10-plugins-good Depends: gstreamer0.10-plugins-base Suggests: gstreamer0.10-plugins-ugly Suggests: gstreamer0.10-ffmpeg root@ivan-deb:/home/ivann# sudo apt-get install gstreamer0.10-plugins-good gstreamer0.10-plugins-base gstreamer0.10-plugins-ugly gstreamer0.10-ffmpeg python python-gnome2 python-glade2 python-gst0.10 Reading package lists... Done Building dependency tree Reading state information... Done python-gnome2 is already the newest version. python-gnome2 set to manually installed. gstreamer0.10-plugins-base is already the newest version. gstreamer0.10-plugins-base set to manually installed. gstreamer0.10-plugins-good is already the newest version. gstreamer0.10-plugins-good set to manually installed. gstreamer0.10-plugins-ugly is already the newest version. python-gst0.10 is already the newest version. python-gst0.10 set to manually installed. gstreamer0.10-ffmpeg is already the newest version. gstreamer0.10-ffmpeg set to manually installed. python-glade2 is already the newest version. python-glade2 set to manually installed. python is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
- 03-13-2013 #6Just Joined!
- Join Date
- Jan 2013
- Location
- Argentina
- Posts
- 52
Ok, so as requested by you:
Code:apt-cache depends soundconverter soundconverter Depends: python Depends: python-gnome2 Depends: python-glade2 Depends: python-gst0.10 Depends: gstreamer0.10-plugins-good Depends: gstreamer0.10-plugins-base Suggests: gstreamer0.10-plugins-ugly Suggests: gstreamer0.10-ffmpeg root@ivan-deb:/home/ivann# sudo apt-get install gstreamer0.10-plugins-good gstreamer0.10-plugins-base gstreamer0.10-plugins-ugly gstreamer0.10-ffmpeg python python-gnome2 python-glade2 python-gst0.10 Reading package lists... Done Building dependency tree Reading state information... Done python-gnome2 is already the newest version. python-gnome2 set to manually installed. gstreamer0.10-plugins-base is already the newest version. gstreamer0.10-plugins-base set to manually installed. gstreamer0.10-plugins-good is already the newest version. gstreamer0.10-plugins-good set to manually installed. gstreamer0.10-plugins-ugly is already the newest version. python-gst0.10 is already the newest version. python-gst0.10 set to manually installed. gstreamer0.10-ffmpeg is already the newest version. gstreamer0.10-ffmpeg set to manually installed. python-glade2 is already the newest version. python-glade2 set to manually installed. python is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
- 03-13-2013 #7
Well, if it was me. First I would remove Soundconverter completely.
After uninstalling it. Then I would run aCode:sudo apt-get --purge remove soundconverter
Let it finish. Then do aCode:sudo apt-get clean
to update libraries and applications list in apt first. Then try a reinstall of soundconverter.Code:sudo apt-get update
I would make a new text file also and copy in the recommends and suggested stuff also for reference later on whether I need those for soundconverter to work properly.Code:sudo apt-get install soundconverter
I am kinda outa ideas. Maybe this and this
will get you outa the woods so to speak. winff is a good option I would think to soundconverter.
(edit: I have no experience using winff so I might be mistaken on what it is capable of).Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
I'd rather be a dangerous, wild Penguin than a docile, domesticated sheep.
Free Linux Books
Free R Books
- 03-19-2013 #8Just Joined!
- Join Date
- Jan 2013
- Location
- Argentina
- Posts
- 52
Ok, so I've tried doing the above and worked. Thanks a lot. Marking as solved. =)


1Likes

