You are not logged in.
Pages: 1
I'm sure this question has been asked a several times in this forum, but using the search I couldn't find anything useful.
I have some .wma files on my HDD, how can I convert them into mp3 or Ogg/Vorbis?
Same question for .wmv and .flv files, how can I convert them into Ogg/Theora
Thanks in advance.
Last edited by azerty (2007-08-29 12:25:35)
Why are we here? What is the sense of life?
INVITATION TO THE TRUTH
Offline
This might be useful (although I didn't used it myself so I'm not sure it works).
Offline
Not sure about the video files but for audio you can use 'audio-convert'. Use it all the time to convert mp3's to ogg. Just do a pacman -S audio-convert.
"When once you have tasted flight, you will forever walk the earth with your eyes turned skyward, for there you have been, and there you will always long to return."
Offline
I personally prefer FFMPEG for this kind of thing, but I would recommend Mencoder for the simple reason that there's tons of good documentation. This is a good place to start:
Offline
This might be useful (although I didn't used it myself so I'm not sure it works).
I've used that script a few times and it works fine, I couldn't hear any difference in sound quality after i converted the wma's to mp3's either.
Offline
converting one lossy format to another is totally pointless. just delete them and get em on mp3s if u can
There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums. That is why we avoid it. -- ewaller (arch linux forum moderator)
Offline
converting one lossy format to another is totally pointless. just delete them and get em on mp3s if u can
Right. I re-ripped this file from CD to mp3 directly. After that I used Audacity to load the mp3 file and export it into Ogg/Vorbis.
For the videos I also used Audacity. I simply started the video using vlc and made a recording of the audio stream using Audacity, after that I exported the stream as MP3 and Ogg/Vorbis.
Thanks for your help.
Last edited by azerty (2007-08-29 12:25:51)
Why are we here? What is the sense of life?
INVITATION TO THE TRUTH
Offline
dolby wrote:converting one lossy format to another is totally pointless. just delete them and get em on mp3s if u can
Right. I re-ripped this file from CD to mp3 directly. After that I used Audacity to load the mp3 file and export it into Ogg/Vorbis.
Heh, what? You said "right", which indicates that you understand or agree with what dolby said, but you still converted from one lossy format to another.
If you have the CD, just rip to ogg vorbis directly.
I am a gated community.
Offline
Yes I agreed with Dolby.
But sadly the ripper I am using only supports cda into MP3 ripping.
No Ogg/Vorbis support at all.
I appreciate Ogg/Vorbis because its free software, but actually only a few devices can handle ogg files - So I am forced to use mp3.
Last edited by azerty (2007-08-29 14:46:07)
Why are we here? What is the sense of life?
INVITATION TO THE TRUTH
Offline
Yes I agreed with Dolby.
But sadly the ripper I am using only supports cda into MP3 ripping.
No Ogg/Vorbis support at all.
Then use another one ?
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
Could you recommend me some please?
I really don't know that much about audio related stuff, so help is welcome..
Last edited by azerty (2007-08-29 14:48:34)
Why are we here? What is the sense of life?
INVITATION TO THE TRUTH
Offline
Could you recommend me some please?
I think I used abcde last time.
It can encode to at least mp3, ogg and flac, it should support tags for all of these.
http://lly.org/~rcw/abcde/page/
http://www.hispalinux.es/~data/abcde.php
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
I'd recommend asunder, it's a dead simple ripper that can encode to ogg or mp3.
Last edited by stonecrest (2007-08-29 19:01:41)
I am a gated community.
Offline
abcde is what comes closer to exact audio copy in linux imho. also rubyripper which is in aur is decent but it rips each track at least twice for secure ripping and error checking
There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums. That is why we avoid it. -- ewaller (arch linux forum moderator)
Offline
Pages: 1