Tag Archives: command line

Command Line Basics: Ripping Audio CD’s, Part 3

In part 1 of CLB: Ripping Audio CD’s, I showed how to rip the songs from your CD and save them as WAV files. In part 2 I showed how to convert those files to Ogg Vorbis audio. Today in Part 3 I’m going to show a few ways to tag those Ogg Vorbis audio files from the command line.

In the last post we used the oggenc command from the vorbis-tools package. We’re going to use another command from vorbis-tools to tag the files: vorbiscomment. Continue reading

Command Line Basics: Ripping Audio CD’s, Part 2

In Part 1 of CLB: Ripping Audio CD’s, I showed how to rip the audio from a CD and save it as WAV files using cdparanoia. In today’s short tutorial I’ll show how to convert those WAV files to Ogg Vorbis audio files.

So the first thing we’ll need to do is make sure that the proper tools are installed. We’re going to use the oggenc command which is part of the vorbis-tools package. You can check your distro’s repositories for vorbis-tools. If you’re using Ubuntu, you can install it with: Continue reading