TheKompany: tkcOggRipper: Easy-to-use Ogg Vorbis C 36
GonzoJohn writes "Looks like TheKompany has released an ogg rippoer for CDs: "tkcOggRipper is a freely available (but not GPL) program for easily and conveniently ripping CDs into the Ogg Vorbis format. If you are not familiar with Ogg Vorbis, it is available from Xiph (www.xiph.org). It compresses smaller and creates higher fidelity files than MP3. Ogg Vorbis also doesn't have any license time bombs or restrictions associated with it as MP3 does. You can look here to see what we mean. MP3 royalties will cost you either directly as a producer or indirectly as a consumer. One problem with Ogg Vorbis has been a lack of easy to use tools for ripping CDs into the Ogg Vorbis format -- they were confusing or command line based. This led us to write tkcOggRipper, which couldn't be more easy to use. Pop in a CD, pick an ouput directory and select a "Quality" setting, and go. tkcOggRipper is currently available for Linux and Windows, and we hope to release a version for Mac OS X soon."
Errm... (Score:5, Informative)
Re:Errm... (Score:1)
i ripped my 300 cd collection in like 2 weeks just in my spare time. I just put the cd stand next to the computer, and put in a new cd whenever i noticed it was done. I've been really satisfied with the results.
Um, get a grip. (Score:4, Funny)
Yeah, because GRIP was such a pain in the butt to use.
Re:Um, get a grip. (Score:1)
On a side note, I'll redo all my audiocds the second my mp3player [ http://shor.ter.dk/401090995 ]supports ogg, but not until then.
Re:Um, get a grip. (Score:1)
good.. but you can use xmms to (Score:3, Informative)
----- Sorry for the bad english.. try to learn
Re:good.. but you can use xmms to (Score:1)
---- MyXmmsPlugs is a collection of XMMS plugins which includes: out_lame: an output plugin which writes mp3s using libmp3lame avi4xmms: let's you play avi, asf and wma using the avifile lib and og(g)re: a plugin which writes ogg vorbis files. ----
Enjoy !
audiocd:/ (Score:4, Informative)
Techinically... (Score:2, Flamebait)
Also from an audio quality standpoint ogg does have higher quality audio at lower bitrates. Which allows you to save hard drive space and retain audio quality. But you know what? I don't care about hard drive space. I've got a 40 gigabyte drive I fill up with videos and mp3s. If I need something to be high quality I'll encode it with 128-320 VBR0 quality = best. Even better I'll just make a 320kbps mp3.
And for you crazy audiophiles. I can tell the difference between a 128kbps mp3 and a CD. It's very apparent that a lot of sound is missing. But my ears are good, and a 320kbps mp3 might as well be a CD. If you can tell the difference between the highest quality mp3 and the higest quality ogg, you deserve a medal, because you have better ears than any other human being on earth.
So unless you are a dog, bird, or superman with super hearing. Who cares if you use ogg or mp3? It all depends on whether your disk space/quality preference. I personally couldn't care less. A high bitrate mp3 is small enough. At least it's smaller than a 40MB wav.
So stop the ogg/mp3 wars. It's personal preference, give it up.
grip (Score:1)
why is this story posted? (Score:1)
What!?!?!? (Score:1)
I have
mirrors? (Score:1)
If not send me the file and I will be willing to mirror it (up to the bandwith cap on my ftp account).
Too bad it segfaults (Score:1)
a friendly bash GUI. (Score:2)
{
local width div last;
if [ $# -ne 1 ]; then
echo "usage: rip file-name-prefix";
echo "ex: rip var-Devils_Blues-";
return 1;
fi;
last=$(cdparanoia -Q 2>&1 | grep -B1 TOTAL | head -1 | sed 's/^ *\([0-9][0-9]*\).*$/\1/');
width=1;
div=$last;
while [[ $div -ge 10 ]]; do
width=$((width+1));
div=$(( $div / 10 ));
done;
echo "Last: $last, width: $width";
for i in $(seq -f "%0$width.0f" 1 $last);
do
cdparanoia -q -r -- $i - | oggenc -Q -q5 --raw --output=$1$i.ogg -;
done;
eject
}
Then "rip Band-Album-" No pretty pictures, but awfully easy.
Mirrors ! Mirros ! Mirrors ! (Score:1)
I'm at work (on windows machine) and want to try out the windows version noq.
Re:Mirrors ! Mirros ! Mirrors ! (Score:2)
abcde (Score:1)
If you have abcde installed (on debian at least) it defaults to using ogg as the media type. The command to run it is not quite as simple as abc, but is exactly 'abcde'. just change to the dir that you want the rip to end up in and run one command and it cddb's, rips, encodes, tags and cleans up after itself.
I'm all for making things easier for the user, but we should be looking at things that are really hard to do on the command line, or things that have awful command options.
CDEX anyone? (Score:2)
It has excelent support for ogg and mp3 files!
Yes, yes... it's for win32. A platform is a platform is a platform. Anyone care to port it to Linux? (It's already GPL)
What we *really* need... (Score:1)
Looks Nice, but Firewall Makes It Useless (Score:1)
Ogg would be great if portables supported it... (Score:2)
I understand this is because the codec requires a math coprocessor, which none of these things have, or ever will.
Re:Ogg would be great if portables supported it... (Score:1)
That _was_ a reason, until xiph released their floating point-less (no pun intended) encoder.
Appraisal: Not so good. (Score:1)
Installed it on two Win2k machines at work....
Couldn't get either to connect to freedb.
It hung on one machine completely.
On the other I managed to rip a cd, and every song had an extra second of time on it and a noticable ticking artifact in the music every half second or so all the way through the song.
Re:Ogg question. (Score:1)
I hate thekompany... (Score:1)
"We aren't trying to get anything out of giving this application away other than try to get more people using Ogg Vorbis."
Also from their site:
"We at TheKompany.com are proud to fully support and participate in the open source movement. We hope you will join us in actively helping to make open source work and make Linux continue on its rise to being the premiere operating system for any computer and any user."
Then why not release the source so the community can and improve use this? If you don't like freedom go back to MP3 and their patents, Krummy Kompany.