Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > SuSE Linux Help > Converting FLAC to Mp3 in Suse?

Forgot Password?
 SuSE Linux Help   For help and discussions related to SuSE Linux

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 04-11-2007   #1 (permalink)
Linux Newbie
 
Join Date: Mar 2007
Posts: 243
Talking Converting FLAC to Mp3 in Suse?

I used to use Foober in Windows. An excellent program. Is there something similar in Suse?. I have wine installed. How do I use Wine to run Foobar?
Pumalite is offline  


Reply With Quote
Old 04-11-2007   #2 (permalink)
Linux Engineer
 
oldcpu's Avatar
 
Join Date: Aug 2005
Location: Europe
Posts: 1,142
foobar under wine

Quote:
Originally Posted by Pumalite
I used to use Foober in Windows. An excellent program. Is there something similar in Suse?. I have wine installed. How do I use Wine to run Foobar?
I don't use windows at home, and I have never used foobar (never even heard of it before, until you mentioned it). But if you do a google search on "foobar flac wine" you will get lots of hits. For example:
http://www.hydrogenaudio.org/forums/...hp/t47381.html

Typically, at the most simple level, if one wishes to run a windows program, say called "win-program.exe" under wine, all one has to do is open a konsole and type "wine win-program.exe". Sometimes one has to do some extra things, and I believe the URL I provided above will give you some hints. If not, just do a google search. The chances are someone has done this before you.

Good luck.
oldcpu is offline   Reply With Quote
Old 04-11-2007   #3 (permalink)
Linux Engineer
 
oldcpu's Avatar
 
Join Date: Aug 2005
Location: Europe
Posts: 1,142
Linux programs for flac to mp3

I don't have any flac files, so I have never tried to convert flac to mp3. But surely it can't be that difficult, and can be done with a linux program (as opposed to foobar under wine). Did you try surfing for this under google?

For example there is "audio-convert":
https://savannah.nongnu.org/projects/audio-convert/
http://tuxspot.blogspot.com/2005/08/...ac-to-mp3.html

There is even a wiki, giving Linux users advice
http://www.freax.be/wiki/index.php/C...ng_flac_to_mp3
oldcpu is offline   Reply With Quote
Old 04-11-2007   #4 (permalink)
Linux Engineer
 
oldcpu's Avatar
 
Join Date: Aug 2005
Location: Europe
Posts: 1,142
There is also flac2mp3

You could install flac2mp3:
http://robinbowes.com/projects/flac2mp3

I surfed for an rpm, but did not find one, except for this one, for some unknown distribution:
http://rpm.pbone.net/index.php3/stat...oarch.rpm.html

If it was me, I would compile the application from source, since I don't know anything about the rpm.
oldcpu is offline   Reply With Quote
Old 04-11-2007   #5 (permalink)
Just Joined!
 
Join Date: Nov 2006
Location: Stoney Stanton - England
Posts: 77
I am at work now so can't get the precise details but I am sure that they just play automatically i.e. there is no need for any additional software.
dth1 is offline   Reply With Quote
Old 04-11-2007   #6 (permalink)
Linux Newbie
 
Join Date: Mar 2007
Posts: 243
Quote:
Originally Posted by dth1
I am at work now so can't get the precise details but I am sure that they just play automatically i.e. there is no need for any additional software.
Thanks a lot all you guys. I followed all your advice. I found many sources in different places, including Packman's audioKonverter, WavPack, and apetag. I downloaded the rpm package and their dependencies. I also got this from opensuse: su -c "rpm --import http://packman.unixheads.com/suse/10.2/gpg-pubkey-1abd1afb.asc". But the, when I tried to install with smart, it told me: pubkeys not avaible. I found out they were in /var/lib/rpm/Packages, but the system had an "exclusive" lock and wouldn't let me read the file. Well wouldn't give access to smart either. How can I check if they were installed with the command su -c "rpm --import http://packman.unixheads.com/suse/10.2/gpg-pubkey-1abd1afb.asc"
? Maybe smart couldn't install them because it didn't have access to the file Packages in the first place.???

macho@linux-wwtz:~> su -c "rpm --import http://packman.unixheads.com/suse/10.2/gpg-pubkey-1abd1afb.asc"
Password:
macho@linux-wwtz:~>

macho@linux-wwtz:~> su -c "rpm --import http://packman.unixheads.com/suse/10.2/gpg-pubkey-1abd1afb.asc"
Password:
macho@linux-wwtz:~>


macho@linux-wwtz:~> su
Password:
linux-wwtz:/home/macho # smart install /home/macho/WavPack-4.40.0-0.pm.1.i586.rpm
Loading cache...
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 1dfa8f0c 0%)
error: WavPack-4.40.0-0.pm.1.i586.rpm: public key not available
Updating cache... ######################################## [100%]

Computing transaction...

linux-wwtz:/home/macho # macho@linux-wwtz:~> su -c "rpm --import http://packman.unixheads.com/suse/10.2/gpg-pubkey-1abd1afb.asc"
bash: macho@linux-wwtz:~: command not found
linux-wwtz:/home/macho # Password:
bash: Password:: command not found
linux-wwtz:/home/macho # macho@linux-wwtz:~>
bash: syntax error near unexpected token `newline'
linux-wwtz:/home/macho #
linux-wwtz:/home/macho #
Pumalite is offline   Reply With Quote
Old 04-11-2007   #7 (permalink)
Linux Engineer
 
oldcpu's Avatar
 
Join Date: Aug 2005
Location: Europe
Posts: 1,142
suggestions

Quote:
Originally Posted by Pumalite
But the, when I tried to install with smart, it told me: pubkeys not avaible. I found out they were in /var/lib/rpm/Packages, but the system had an "exclusive" lock and wouldn't let me read the file.
Typically this is because you either:
a. ran smart as a regular user (instead of as root), or
b. you had multiple smart instances open, or
c. you had smart and YaST software management open at the same time.

Make certain you only have one application opening the rpm database at a time, and also run smart with root permissions.
Quote:
Originally Posted by Pumalite
Well wouldn't give access to smart either. How can I check if they were installed with the command su -c "rpm --import http://packman.unixheads.com/suse/10.2/gpg-pubkey-1abd1afb.asc"?
you could try "rpm -q gpg-pubkey" and see what you get.
oldcpu is offline   Reply With Quote
Old 04-11-2007   #8 (permalink)
Linux Newbie
 
Join Date: Mar 2007
Posts: 243
Smile

Quote:
Originally Posted by oldcpu
Typically this is because you either:
a. ran smart as a regular user (instead of as root), or
b. you had multiple smart instances open, or
c. you had smart and YaST software management open at the same time.

Make certain you only have one application opening the rpm database at a time, and also run smart with root permissions.
you could try "rpm -q gpg-pubkey" and see what you get.
Thanks, oldcpu. I was running as root and I had only the terminal open, but I could be wrong; most of the time I don't know what I'm doing while in Linux. Anyway, this is the output of what you suggested:

macho@linux-wwtz:~> su
Password:
linux-wwtz:/home/macho # rpm -q gpg-pubkey
gpg-pubkey-9c800aca-40d8063e
gpg-pubkey-3d25d3d9-36e12d04
gpg-pubkey-0dfb3188-41ed929b
gpg-pubkey-307e3d54-44201d5d
gpg-pubkey-a1912208-446a0899
gpg-pubkey-7e2e3b05-44748aba
gpg-pubkey-c8da93d2-457aded7
gpg-pubkey-1abd1afb-450ef738
gpg-pubkey-1abd1afb-450ef738
gpg-pubkey-1abd1afb-450ef738
gpg-pubkey-1abd1afb-450ef738
gpg-pubkey-1abd1afb-450ef738
linux-wwtz:/home/macho #

How come smart says he doesn't have the key? Or were they just installed?

New output when I try to install again:

macho@linux-wwtz:~> su
Password:
linux-wwtz:/home/macho # smart install /home/macho/WavPack-4.40.0-0.pm.1.i586.rpm
Loading cache...
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 1dfa8f0c 0%)
error: WavPack-4.40.0-0.pm.1.i586.rpm: public key not available
Updating cache... ######################################## [100%]

Computing transaction...

linux-wwtz:/home/macho # macho@linux-wwtz:~> su
bash: macho@linux-wwtz:~: command not found
linux-wwtz:/home/macho # Password:
bash: Password:: command not found
linux-wwtz:/home/macho # linux-wwtz:/home/macho # rpm -q gpg-pubkey
bash: linux-wwtz:/home/macho: No such file or directory
linux-wwtz:/home/macho # gpg-pubkey-9c800aca-40d8063e
bash: gpg-pubkey-9c800aca-40d8063e: command not found
linux-wwtz:/home/macho # gpg-pubkey-3d25d3d9-36e12d04
bash: gpg-pubkey-3d25d3d9-36e12d04: command not found
linux-wwtz:/home/macho # gpg-pubkey-0dfb3188-41ed929b
bash: gpg-pubkey-0dfb3188-41ed929b: command not found
linux-wwtz:/home/macho # gpg-pubkey-307e3d54-44201d5d
bash: gpg-pubkey-307e3d54-44201d5d: command not found
linux-wwtz:/home/macho # gpg-pubkey-a1912208-446a0899
bash: gpg-pubkey-a1912208-446a0899: command not found
linux-wwtz:/home/macho # gpg-pubkey-7e2e3b05-44748aba
bash: gpg-pubkey-7e2e3b05-44748aba: command not found
linux-wwtz:/home/macho # gpg-pubkey-c8da93d2-457aded7
bash: gpg-pubkey-c8da93d2-457aded7: command not found
linux-wwtz:/home/macho # gpg-pubkey-1abd1afb-450ef738
bash: gpg-pubkey-1abd1afb-450ef738: command not found
linux-wwtz:/home/macho # gpg-pubkey-1abd1afb-450ef738
bash: gpg-pubkey-1abd1afb-450ef738: command not found
linux-wwtz:/home/macho # gpg-pubkey-1abd1afb-450ef738
bash: gpg-pubkey-1abd1afb-450ef738: command not found
linux-wwtz:/home/macho # gpg-pubkey-1abd1afb-450ef738
bash: gpg-pubkey-1abd1afb-450ef738: command not found
linux-wwtz:/home/macho # gpg-pubkey-1abd1afb-450ef738
bash: gpg-pubkey-1abd1afb-450ef738: command not found
linux-wwtz:/home/macho # linux-wwtz:/home/macho #
bash: linux-wwtz:/home/macho: No such file or directory
linux-wwtz:/home/macho #
linux-wwtz:/home/macho # macho@linux-wwtz:~> su
bash: macho@linux-wwtz:~: command not found
linux-wwtz:/home/macho # Password:
bash: Password:: command not found
linux-wwtz:/home/macho # linux-wwtz:/home/macho # rpm -q gpg-pubkey
bash: linux-wwtz:/home/macho: No such file or directory
linux-wwtz:/home/macho # gpg-pubkey-9c800aca-40d8063e
bash: gpg-pubkey-9c800aca-40d8063e: command not found
linux-wwtz:/home/macho # gpg-pubkey-3d25d3d9-36e12d04
bash: gpg-pubkey-3d25d3d9-36e12d04: command not found
linux-wwtz:/home/macho # gpg-pubkey-0dfb3188-41ed929b
bash: gpg-pubkey-0dfb3188-41ed929b: command not found
linux-wwtz:/home/macho # gpg-pubkey-307e3d54-44201d5d
bash: gpg-pubkey-307e3d54-44201d5d: command not found
linux-wwtz:/home/macho # gpg-pubkey-a1912208-446a0899
bash: gpg-pubkey-a1912208-446a0899: command not found
linux-wwtz:/home/macho # gpg-pubkey-7e2e3b05-44748aba
bash: gpg-pubkey-7e2e3b05-44748aba: command not found
linux-wwtz:/home/macho # gpg-pubkey-c8da93d2-457aded7
bash: gpg-pubkey-c8da93d2-457aded7: command not found
linux-wwtz:/home/macho # gpg-pubkey-1abd1afb-450ef738
bash: gpg-pubkey-1abd1afb-450ef738: command not found
linux-wwtz:/home/macho # gpg-pubkey-1abd1afb-450ef738
bash: gpg-pubkey-1abd1afb-450ef738: command not found
linux-wwtz:/home/macho # gpg-pubkey-1abd1afb-450ef738
bash: gpg-pubkey-1abd1afb-450ef738: command not found
linux-wwtz:/home/macho # gpg-pubkey-1abd1afb-450ef738
bash: gpg-pubkey-1abd1afb-450ef738: command not found
linux-wwtz:/home/macho # gpg-pubkey-1abd1afb-450ef738
bash: gpg-pubkey-1abd1afb-450ef738: command not found
linux-wwtz:/home/macho # linux-wwtz:/home/macho #
bash: linux-wwtz:/home/macho: No such file or directory
linux-wwtz:/home/macho #
linux-wwtz:/home/macho #
Pumalite is offline   Reply With Quote
Old 04-11-2007   #9 (permalink)
Just Joined!
 
Join Date: Nov 2006
Location: Stoney Stanton - England
Posts: 77
sorry no idea on smart - but audiokonverter will convert the files to to mp3.

You might be able to do the conversion using a konsole window:-

lame -h flacfile.* *.mp3
dth1 is offline   Reply With Quote
Old 04-11-2007   #10 (permalink)
Just Joined!
 
Join Date: Nov 2006
Location: Stoney Stanton - England
Posts: 77
audacity can also convert files
dth1 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 01:52 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2