PDA

View Full Version : Converting Audio Files to different formats


DigitalDuality
January 19th, 2006, 07:54 PM
I normally download a good deal of music..normally in pretty high quality formats, but I'd love to aid in making ogg and flac popular as well and contribute to that.

So how do i go about converting an audio file to a FLAC or OGG? What software should i use? What software is the best if i have a list to chose from?

Didn't know if this really belonged in "Desktop support" so i just dropped this here.

xequence
January 19th, 2006, 08:36 PM
You shouldent convert ANYTHING to flac unless it is already lossless. And the only time you convert something to a lossy format is from a lossless one. (WAV, FLAC, APE).

Now that thats over, I have no idea how to convert to Ogg or Flac in linux :P

(Oh, and FLAC is basically the standard for lossless compression on the internet :))

DigitalDuality
January 19th, 2006, 08:41 PM
Oh i'm quite aware of that, the ones that are lossless would go to FLAC, the ones that are lossy would go to OGG

Lovechild
January 19th, 2006, 08:47 PM
This would do wma to ogg reencoding:

gst-launch-0.8 filesrc location=path-to-file/name-of-file.wma ! spider ! vorbisenc ! filesink location=path-to-file/name-of-destination-file.ogg

If you want another type just replace vorbisenc with the encoder element of choice, the spider will ensure that gstreamer figured out what type the input is.

xequence
January 19th, 2006, 08:50 PM
Oh i'm quite aware of that, the ones that are lossless would go to FLAC, the ones that are lossy would go to OGG


No, you dont encode a lossy format to another lossy format :P Its called transcoding and gives you bad quality.

Heh, its your files, do whatever you feel

Lovechild
January 19th, 2006, 08:53 PM
No, you dont encode a lossy format to another lossy format :P Its called transcoding and gives you bad quality.

Heh, its your files, do whatever you feel

In many cases your average person can't tell the difference unless the quality for transcoding is set way low. At least that's my impression - I regularly transcode files to use on my mp3 player.

DoeRayMe
January 19th, 2006, 09:02 PM
mp3 to ogg

install mp32ogg

and then do this

sudo mp32ogg /DIRECTORY OF MP3S/

kaamos
January 19th, 2006, 09:07 PM
why does mp32ogg need sudo?

Lovechild
January 19th, 2006, 09:08 PM
I completely forgot to add, the only reason I can see for doing what you want is that you downloaded in violation of copyright mind you music files and you want to spread them in a different format in an effort to help open standards - however in doing so you are putting the movement in bad light and put yourself at legal risk.

I urge you to not do this, there are far better ways to promote such formats - say your local TV station offers a download of a media file but only in e.g. .wmv format, politely inform them that you are unable to view it and request that they put an Ogg Theora versions up. If enough people do this we can get the right people to listen to us.

The same thing goes for things like the .odt standard, I regularly request with information on how to perform this conversion a document I can read.

DoeRayMe
January 19th, 2006, 09:12 PM
why does mp32ogg need sudo?

i just added that jus in case

DigitalDuality
January 19th, 2006, 09:14 PM
Actually no. I downloaded about 15 albums today from:

http://www.legaltorrents.com/

and

http://www.jamendo.com/en/

All legally distributable.

wmcbrine
January 20th, 2006, 06:16 AM
Don't reencode. Seriously.

If you have lossless originals (e.g., from CD, or FLAC), those you could consider encoding to Ogg Vorbis. Not anything else. Otherwise, you're just taking already-degraded audio and degrading it further.

mp32ogg is a really really bad idea.

xequence
January 20th, 2006, 08:28 AM
In many cases your average person can't tell the difference unless the quality for transcoding is set way low. At least that's my impression - I regularly transcode files to use on my mp3 player.

Heh. I guess I am sort of a semi-audiophile or something.

Don't reencode. Seriously.

If you have lossless originals (e.g., from CD, or FLAC), those you could consider encoding to Ogg Vorbis. Not anything else. Otherwise, you're just taking already-degraded audio and degrading it further.

mp32ogg is a really really bad idea.

Amen to that.

UbuWu
January 20th, 2006, 09:36 PM
So how do i go about converting an audio file to a FLAC or OGG? What software should i use? What software is the best if i have a list to chose from?


SoundConverter is the only thing you will need. It is in the repositories and it is very easy to use.

http://soundconverter.berlios.de/

matthew
January 20th, 2006, 09:50 PM
SoundConverter is the only thing you will need. It is in the repositories and it is very easy to use.

http://soundconverter.berlios.de/I second that. Use Synaptic to install or sudo apt-get install soundconverter

DigitalAxis
February 12th, 2006, 11:27 PM
There are actually a lot of music sites out there that will let you download .mp3 files (magnatune.com; some artists' sites; music from some demos on Pouet.net)

And I personally ripped a couple of my CDs with MusicMatch Jukebox a long time ago back before I knew what MP3 or Ogg Vorbis really was, and converted them to Ogg later... Since then I've been replacing those with Oggs ripped from the original CDs (they sound much better).

The question can be legitimate.