From: W. Trevor King Date: Wed, 17 Nov 2010 14:43:12 +0000 (-0500) Subject: Fix Ogg Vorbis link from mkogg. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8a43783d6cbf1ae4ba202844cbfcc9360772c3e9;p=blog.git Fix Ogg Vorbis link from mkogg. The Markdown parser I'm using seems confused by the linebreak. --- diff --git a/posts/mkogg.mdwn b/posts/mkogg.mdwn index 7f61beb..b57bb12 100644 --- a/posts/mkogg.mdwn +++ b/posts/mkogg.mdwn @@ -3,18 +3,18 @@ I keep my music organized by Genre→Artist→Album→Song and try to keep as much as possible in [FLAC][] format. When it comes time to wedge this music onto a smaller device, I want to recode the music in [Ogg -Vorbis][]. [SoX][] is a useful tool for converting between all sorts -of audio formats, but I wanted the ability to excercise a bit more -control over maintaning metadata (e.g. via [metaflac][], [id3v2][], -etc.). To this end, I've put together a little [[Python]] script, -[[mkogg.py]], which mirrors a source directory of mixed-format music -as Ogg-encoded files (or other formats via `--target-extension`) in a -target directory. +Vorbis][ogg]. [SoX][] is a useful tool for converting between all +sorts of audio formats, but I wanted the ability to excercise a bit +more control over maintaning metadata (e.g. via [metaflac][], +[id3v2][], etc.). To this end, I've put together a little [[Python]] +script, [[mkogg.py]], which mirrors a source directory of mixed-format +music as Ogg-encoded files (or other formats via `--target-extension`) +in a target directory. You can use the [[cdrtools]] to burn CD with your recoded music. [FLAC]: http://flac.sourceforge.net/ -[Ogg Vorbis]: http://www.vorbis.com/ +[ogg]: http://www.vorbis.com/ [SoX]: http://sox.sourceforge.net/ [metaflac]: http://flac.sourceforge.net/documentation_tools_metaflac.html [id3v2]: http://id3v2.sourceforge.net/