<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>auphonic.com - Latest entries</title><link>http://auphonic.com/blog/</link><description>The latest entries for the site auphonic.com</description><language>en-us</language><copyright>Zinnia</copyright><lastBuildDate>Sat, 18 Feb 2012 09:35:40 +0100</lastBuildDate><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/auphonic-latest" /><feedburner:info uri="auphonic-latest" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item><title>Podcast Comparison, Part 4: MPEG-4 iTunes-style Metadata (AAC Audio, M4A, MP4)
</title><link>http://feedproxy.google.com/~r/auphonic-latest/~3/kbUB9xTOWgo/</link><description>&lt;p&gt;
The last metadata format in this comparison series will be metadata for AAC audio files,
which are usually included in an MP4 container (see &lt;a href="http://en.wikipedia.org/wiki/MPEG-4_Part_14"&gt;MPEG-4 Part 14&lt;/a&gt;).
MP4 audio files can have various file extensions, most commonly m4a, but also mp4 or m4b (for audio books). &lt;br/&gt;
So let the confusion continue ...
&lt;/p&gt;

&lt;h3&gt;MP4, AAC and iTunes-style Metadata&lt;/h3&gt;

&lt;p&gt;
The MPEG-4 container format is based on Apple's &lt;a href="http://en.wikipedia.org/wiki/QuickTime#QuickTime_and_MPEG-4"&gt;QuickTime container&lt;/a&gt; and each MPEG-4 file must have a &lt;em&gt;major file brand&lt;/em&gt;.
For example, an AAC audio file typically lists &lt;em&gt;M4A&lt;/em&gt; as its major file brand.
See &lt;a href="http://atomicparsley.sourceforge.net/"&gt;AtomicParsley&lt;/a&gt; for a description of the MPEG-4 container and 
&lt;a href="http://www.mp4ra.org/filetype.html"&gt;MP4 Registration Authority&lt;/a&gt; for a list of official file brand identifiers.
&lt;/p&gt;
&lt;p&gt;
Unfortunately no official metadata or tagging standard exists for MP4.
The MPEG-4 specification just defines a standard place to put metadata, but there is no standard on any fields, except &lt;em&gt;cprt&lt;/em&gt; for copyright :). &lt;br/&gt;
Therefore different metadata styles are possible: iTunes-style metadata, 3gp-style metadata, &lt;a href="http://www.mp4ra.org/specs.html#id3v2"&gt;MP4 ID3v2 tags&lt;/a&gt; and more.
Most podcasts and audio files use iTunes-style metadata.
&lt;/p&gt;
&lt;p&gt;
So far so good, but iTunes-style metadata isn't defined in any publicly available document.
Its format is determined by the types of files that iTunes and the iTunes Music Store produce and provide (see &lt;a href="http://atomicparsley.sourceforge.net/mpeg-4files.html"&gt;AtomicParsley, MPEG4 Files&lt;/a&gt;, bottom). &lt;br/&gt;
Some open source projects assembled a list of currently known iTunes tags:
&lt;a href="http://code.google.com/p/mp4v2/wiki/iTunesMetadata"&gt;iTunes Metadata (mp4v2)&lt;/a&gt; and
&lt;a href="http://atomicparsley.sourceforge.net/mpeg-4files.html"&gt;Known iTunes Metadata Atoms (AtomicParsley)&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Helpful tools to analyze MP4 audio are &lt;a href="http://code.google.com/p/mp4v2/"&gt;mp4v2&lt;/a&gt;
(including the tools mp4chaps, mp4art, mp4file, mp4info, mp4track) and
&lt;a href="http://www.audiocoding.com/faad2.html"&gt;faad&lt;/a&gt;, the &lt;em&gt;Free Advanced Audio Decoder&lt;/em&gt;, can
list AAC codec details and metadata tags.
&lt;/p&gt;


&lt;h3&gt;Used Tags&lt;/h3&gt;

&lt;p&gt;
But now let's look at some real life MP4 files.
The following table lists iTunes-style metadata tags and the encoding/tagging software of a few podcasts:
&lt;/p&gt;

&lt;table style="font-size: smaller;"&gt;
  &lt;tr&gt;
    &lt;th&gt;Podcast&lt;/th&gt;
    &lt;th&gt;Encoder&lt;/th&gt;
    &lt;th&gt;Used Tags&lt;/th&gt;
  &lt;/tr&gt;

  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://elementarfragen.de/2011/11/09-rainer-langhans/"&gt;
                Elementarfragen 9&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;GarageBand&lt;/td&gt;
    &lt;td&gt;name, artist, composer, encoded with, date, album, genre (Podcast), comments (for URL),
           description, lyrics (for show notes)&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://fanboyspodcast.org/"&gt;
                Fanboys Podcast 49&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;Hindenburg Journalist&lt;/td&gt;
    &lt;td&gt;name, artist, encoded with, album, track, genre (Podcast), comments (for show notes),
           description (for show notes), lyrics (for show notes)&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.engadget.com/2011/12/30/engadget-podcast-270-12-30-2011/"&gt;
                Engadget Podcast 270&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;GarageBand&lt;/td&gt;
    &lt;td&gt;name, artist, encoded with, date, album, track, genre (Podcast), comments (for URL)&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://newz-of-the-world.com/newz001-mic-check"&gt;
                Newz of the world 1&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;iTunes&lt;/td&gt;
    &lt;td&gt;name, artist, encoded with, date, album, track, genre (Podcast), BPM, album artist&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.thenakedscientists.com/HTML/podcasts/show/1324166400/"&gt;
                Naked Scientists&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;unknown&lt;/td&gt;
    &lt;td&gt;name, artist, encoded with, date, album, description (for show notes), genre (Podcast), BPM&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://pressrecord.de/2011/12/31/pr016-jahresrueckblick/"&gt;
                Pressrecord 16&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;GarageBand&lt;/td&gt;
    &lt;td&gt;name, artist, composer, encoded with, album, comments (for show notes)&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.disneylandnewstoday.com/blog/archives/774"&gt;
                Disney Land News Today&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;GarageBand&lt;/td&gt;
    &lt;td&gt;name, encoded with&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.insidehomerecording.com/?p=2283"&gt;
                Inside Home Recording&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;GarageBand&lt;/td&gt;
    &lt;td&gt;name, artist, composer, encoded with, date, album, track, genre (Podcast), lyrics (for show notes)&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://fubarpodcast.at/?p=160"&gt;
                Fubar Podcast 6&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;Hindenburg Journalist&lt;/td&gt;
    &lt;td&gt;name, artist, encoded with, album, genre (Podcast), album artist, lyrics (for show notes)&lt;/td&gt;
  &lt;/tr&gt;

&lt;/table&gt;


&lt;h3&gt;AAC Details, Chapter Marks and Images&lt;/h3&gt;

&lt;p&gt;
It's also interesting to analyze which AAC flavours (LC or HE AAC, for a short description see
&lt;a href="http://auphonic.com/blog/2011/07/13/audio-file-formats-podcasts/#aac"&gt;
AAC Details&lt;/a&gt;) and bitrates are used. &lt;br/&gt;
Furthermore we compared mostly &lt;a href="http://en.wikipedia.org/wiki/Podcast#Enhanced_podcasts"&gt;
Enhanced Podcasts&lt;/a&gt;, which contain chapter marks.
And there are of course multiple ways to embed chapter marks in an
MP4 audio stream (e.g. QuickTime chapters, Nero chapters), but basically all podcasts
use QuickTime chapters.
&lt;/p&gt;

&lt;p&gt;
The next table shows AAC details, bitrates, cover image size, number of chapter marks and length of the analyzed podcasts:
&lt;/p&gt;

&lt;table style="font-size: smaller;"&gt;
  &lt;tr&gt;
    &lt;th&gt;Podcast&lt;/th&gt;
    &lt;th&gt;Format&lt;/th&gt;
    &lt;th width="18%"&gt;Image&lt;/th&gt;
    &lt;th width="17%"&gt;Chapter Marks&lt;/th&gt;
    &lt;th&gt;Length&lt;/th&gt;
  &lt;/tr&gt;

  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://elementarfragen.de/2011/11/09-rainer-langhans/"&gt;
                Elementarfragen 9&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;LC AAC, 128kbps&lt;/td&gt;
    &lt;td&gt;jpeg, 1024x1024&lt;/td&gt;
    &lt;td&gt;15&lt;/td&gt;
    &lt;td&gt;02:04:22&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://fanboyspodcast.org/"&gt;
                Fanboys Podcast 49&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;HE AAC, 56kbps&lt;/td&gt;
    &lt;td&gt;png 320x320, jpeg 1024x1024&lt;/td&gt;
    &lt;td&gt;24&lt;/td&gt;
    &lt;td&gt;01:08:17&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.engadget.com/2011/12/30/engadget-podcast-270-12-30-2011/"&gt;
                Engadget Podcast 270&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;LC AAC, 80kbps&lt;/td&gt;
    &lt;td&gt;jpeg, 300x300&lt;/td&gt;
    &lt;td&gt;6&lt;/td&gt;
    &lt;td&gt;01:26:35&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://newz-of-the-world.com/newz001-mic-check"&gt;
                Newz of the world 1&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;HE AAC, 49kbps&lt;/td&gt;
    &lt;td&gt;jpeg, 600x600&lt;/td&gt;
    &lt;td&gt;6&lt;/td&gt;
    &lt;td&gt;57:52&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.thenakedscientists.com/HTML/podcasts/show/1324166400/"&gt;
                Naked Scientists&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;LC AAC, 48kbps&lt;/td&gt;
    &lt;td&gt;jpeg, 300x300&lt;/td&gt;
    &lt;td&gt;26&lt;/td&gt;
    &lt;td&gt;01:07:32&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://pressrecord.de/2011/12/31/pr016-jahresrueckblick/"&gt;
                Pressrecord 16&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;LC AAC, 128kbps&lt;/td&gt;
    &lt;td&gt;jpeg, 300x300&lt;/td&gt;
    &lt;td&gt;No&lt;/td&gt;
    &lt;td&gt;01:20:48&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.disneylandnewstoday.com/blog/archives/774"&gt;
                Disney Land News Today&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;LC AAC, 192kbps&lt;/td&gt;
    &lt;td&gt;jpeg, 300x300&lt;/td&gt;
    &lt;td&gt;4&lt;/td&gt;
    &lt;td&gt;01:58:22&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.insidehomerecording.com/?p=2283"&gt;
                Inside Home Recording&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;LC AAC, 128kbps&lt;/td&gt;
    &lt;td&gt;jpeg, 300x300&lt;/td&gt;
    &lt;td&gt;8&lt;/td&gt;
    &lt;td&gt;01:02:08&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://fubarpodcast.at/?p=160"&gt;
                Fubar Podcast 6&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;HE AAC, 80kbps&lt;/td&gt;
    &lt;td&gt;jpeg, 1200x1200&lt;/td&gt;
    &lt;td&gt;33&lt;/td&gt;
    &lt;td&gt;04:04:30&lt;/td&gt;
  &lt;/tr&gt;

&lt;/table&gt;


&lt;h4&gt;Podcast Comparison Series&lt;/h4&gt;

If you are interested in more properties of popular podcasts, look through the other posts of the podcast comparison series:

&lt;ul&gt;
&lt;li&gt;&lt;a href="http://auphonic.com/blog/2012/01/07/podcast-comparison-part-1-file-formats-and-bitrates/"&gt;Part 1: File Formats and Bitrates&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://auphonic.com/blog/2012/01/17/podcast-comparison-part-2-mp3-metadata-id3-tags/"&gt;Part 2: MP3 Metadata (ID3 Tags)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://auphonic.com/blog/2012/01/22/podcast-comparison-part-3-ogg-vorbis-metadata-vorbis-comment/"&gt;Part 3: Ogg Vorbis Metadata (Vorbis Comment)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://auphonic.com/blog/2012/02/18/podcast-comparison-part-4-mpeg-4-itunes-style-metadata-aac-audio-m4a-mp4/"&gt;Part 4: MPEG-4 iTunes-style Metadata (AAC Audio, M4A, MP4)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/auphonic-latest/~4/kbUB9xTOWgo" height="1" width="1"/&gt;</description><author>grh@auphonic.com (grh)</author><pubDate>Sat, 18 Feb 2012 09:35:40 +0100</pubDate><guid isPermaLink="false">http://auphonic.com/blog/2012/02/18/podcast-comparison-part-4-mpeg-4-itunes-style-metadata-aac-audio-m4a-mp4/</guid><category>Audio</category><feedburner:origLink>http://auphonic.com/blog/2012/02/18/podcast-comparison-part-4-mpeg-4-itunes-style-metadata-aac-audio-m4a-mp4/</feedburner:origLink></item><item><title>Podcast Comparison, Part 3: Ogg Vorbis Metadata (Vorbis Comment)
</title><link>http://feedproxy.google.com/~r/auphonic-latest/~3/Kra1V3S2uug/</link><description>&lt;p&gt;
A new week - a new format: this weeks post is about metadata in Ogg Vorbis audio.
The metadata container for these files is called 
&lt;a href="http://en.wikipedia.org/wiki/Vorbis_comment"&gt;Vorbis comment&lt;/a&gt;, which is also used in the &lt;a href="http://auphonic.com/blog/2011/07/13/audio-file-formats-podcasts/"&gt;FLAC&lt;/a&gt;, &lt;a href="http://theora.org/"&gt;Theora&lt;/a&gt; and &lt;a href="http://www.speex.org/"&gt;Speex&lt;/a&gt; file formats. &lt;br/&gt;
For a general introduction into audio metadata see e.g. the previous post in this comparison series:
&lt;a href="http://auphonic.com/blog/2012/01/17/podcast-comparison-part-2-mp3-metadata-id3-tags/"&gt;Part 2: MP3 Metadata (ID3 Tags)&lt;/a&gt;.
&lt;/p&gt;

&lt;img src="http://auphonic.com/media/blog/fish_xiph_org.png" /&gt;

&lt;p&gt;
The tool to analyze and create metadata for Ogg Vorbis files is called &lt;a href="http://linuxcommand.org/man_pages/vorbiscomment1.html"&gt;vorbiscomment&lt;/a&gt;.
&lt;/p&gt;


&lt;h3&gt;About Vorbis Comment&lt;/h3&gt;

&lt;p&gt;
Vorbis comment is a relatively simple metadata format specified by &lt;a href="http://xiph.org/"&gt;Xiph.org&lt;/a&gt;,
similar to &lt;a href="http://auphonic.com/blog/2012/01/17/podcast-comparison-part-2-mp3-metadata-id3-tags/"&gt;ID3 tags&lt;/a&gt; for MP3 files.
It allows the user to set arbitrary fieldname/value pairs, using &lt;a href="http://en.wikipedia.org/wiki/UTF-8"&gt;UTF-8&lt;/a&gt; Unicode as the character encoding.
Field names can be used several times and are case insensitive.
&lt;/p&gt;
&lt;p&gt;
The exact format specification and a minimal list of standard fields is located at
&lt;a href="http://www.xiph.org/vorbis/doc/v-comment.html"&gt;Vorbis comment format specification&lt;/a&gt;.
Further field recommendations and details can be found at the
&lt;a href="http://wiki.xiph.org/index.php/VorbisComment"&gt;Xiph.org Vorbis comment Wiki&lt;/a&gt; and at
&lt;a href="http://age.hobba.nl/audio/mirroredpages/ogg-tagging.html"&gt;Ogg Vorbis Comment Field Recommendations&lt;/a&gt;.
&lt;/p&gt;


&lt;h3&gt;Used Field Names&lt;/h3&gt;

In the following table the bitrate, channels and used field names of various Ogg Vorbis podcasts are listed:

&lt;table style="font-size: smaller;"&gt;
  &lt;tr&gt;
    &lt;th&gt;Podcast&lt;/th&gt;
    &lt;th&gt;Bitrate
    &lt;th&gt;Channels&lt;/th&gt;
    &lt;th&gt;Used Field Names&lt;/th&gt;
  &lt;/tr&gt;

  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://alternativlos.org/21/"&gt;
                Alternativlos 21&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;74.9kbps&lt;/td&gt;
    &lt;td&gt;Stereo&lt;/td&gt;
    &lt;td&gt;ALBUM, ARTIST, COMMENT, GENRE (Speech), TITLE, DATE, TRACKNUMBER, METADATA_BLOCK_PICTURE&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://podcast.ubuntu-uk.org/2011/12/21/s04e22-the-unbeliever/"&gt;
                Ubuntu UK Podcast&lt;/a&gt; (high)&lt;/td&gt;
    &lt;td&gt;59.5kbps&lt;/td&gt;
    &lt;td&gt;Stereo&lt;/td&gt;
    &lt;td&gt;title, artist, genre (Podcast), date, album, TRACKNUMBER, COMMENT, COVERARTMIME, COVERART&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://podcast.ubuntu-uk.org/2011/12/21/s04e22-the-unbeliever/"&gt;
                Ubuntu UK Podcast&lt;/a&gt; (low)&lt;/td&gt;
    &lt;td&gt;36.2kbps&lt;/td&gt;
    &lt;td&gt;Mono&lt;/td&gt;
    &lt;td&gt;title, artist, genre (Podcast), date, album, TRACKNUMBER, COMMENT, COVERARTMIME, COVERART&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://blog.radiotux.de/2011/12/23/weihnachts-special-2011/"&gt;
                Radio Tux&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;96.5kbps&lt;/td&gt;
    &lt;td&gt;Stereo&lt;/td&gt;
    &lt;td&gt;title, artist, album, date, copyright, license (for URL), coverartmime, coverartdescription, coverart&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.radionz.co.nz/national/programmes/afternoons/audio/2505886/the-panel-christmas-special"&gt;
                Radio New Zealand Afternoons&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;49.7kbps&lt;/td&gt;
    &lt;td&gt;Mono&lt;/td&gt;
    &lt;td&gt;DESCRIPTION, title, artist, album&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://c3d2.de/news/pentacast-42-android.html"&gt;
                Pentacast 42&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;65.1kbps&lt;/td&gt;
    &lt;td&gt;Stereo&lt;/td&gt;
    &lt;td&gt;ALBUM, ARTIST, DATE, ENCODER, ENCODING, GENRE, TITLE, TRACKNUMBER&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.podfeed.net/episode/TWiT+205+Step+Up+To+The+Guru+Bar/1964371"&gt;
                This Week in Tech 205&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;65.1kbps&lt;/td&gt;
    &lt;td&gt;Mono&lt;/td&gt;
    &lt;td&gt;ALBUM, ARTIST, COMMENT (for URL), GENRE (Podcast), TITLE&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://tuxradar.com/content/podcast-season-3-episode-24"&gt;
                TuxRadar Season 3, 24&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;79.5kbps&lt;/td&gt;
    &lt;td&gt;Stereo&lt;/td&gt;
    &lt;td&gt;ALBUM, TITLE, TRACKNUMBER, COMMENTS, Authors, ARTIST, DATE, GENRE (Podcast)&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://netzpolitik.org/2011/npp114-cory-doctorow-for-the-win/"&gt;
                Netzpolitik Podcast 114&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;119kbps&lt;/td&gt;
    &lt;td&gt;Mono&lt;/td&gt;
    &lt;td&gt;ALBUM, TITLE, DATE, ARTIST, COMMENTS&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://anamericanatheist.org/2012/01/04/63-christopher-hitchens-2011-in-review-apathy-as-religion/"&gt;
                An American Atheist 63&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;98.2kbps&lt;/td&gt;
    &lt;td&gt;Stereo&lt;/td&gt;
    &lt;td&gt;ALBUM, ARTIST, DATE, GENRE (News), TITLE, TRACKNUMBER&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;
It's interesting that some podcasts use the field name COMMENTS instead of COMMENT, although the official recommendation is COMMENT and all tools I tested just support COMMENT. &lt;br/&gt;
The very popular &lt;em&gt;This Week in Tech (TWiT)&lt;/em&gt; podcast offered an Ogg Vorbis version until August 2009. They stopped it
because it took too much time and energy to encode all the versions of TWiT (according to 
&lt;a href="http://en.wikipedia.org/wiki/This_Week_in_Tech#History"&gt;TWiT history&lt;/a&gt;).
&lt;/p&gt;

&lt;h3&gt;Cover Art&lt;/h3&gt;

&lt;p&gt;
There are two ways to embed jpeg or png pictures within Vorbis comments: the recommended way uses the tag METADATA_BLOCK_PICTURE and the unofficial method the tag COVERART, for details see &lt;a href="http://wiki.xiph.org/index.php/VorbisComment#Cover_art"&gt;Vorbis comment, Cover art&lt;/a&gt;. &lt;br/&gt;
However, some of the tested audio players don't support the recommended version (for example &lt;a href="http://www.videolan.org/vlc/"&gt;VLC&lt;/a&gt; 1.1.12), wherease some support both ways.
&lt;/p&gt;

&lt;p&gt;
The following table shows details about embedded images:
&lt;/p&gt;

&lt;table style="font-size: smaller;"&gt;
  &lt;tr&gt;
    &lt;th&gt;Podcast&lt;/th&gt;
    &lt;th&gt;Image Tags&lt;/th&gt;
    &lt;th&gt;Type&lt;/th&gt;
    &lt;th&gt;Size&lt;/th&gt;
    &lt;th&gt;Resolution&lt;/th&gt;
  &lt;/tr&gt;

  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://alternativlos.org/21/"&gt;
                Alternativlos 21&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;METADATA_BLOCK_PICTURE&lt;/td&gt;
    &lt;td&gt;image/png&lt;/td&gt;
    &lt;td&gt;31.6 KB&lt;/td&gt;
    &lt;td&gt;521x491&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://podcast.ubuntu-uk.org/2011/12/21/s04e22-the-unbeliever/"&gt;
                Ubuntu UK Podcast&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;COVERARTMIME, COVERART&lt;/td&gt;
    &lt;td&gt;image/jpeg&lt;/td&gt;
    &lt;td&gt;12.3 KB&lt;/td&gt;
    &lt;td&gt;388x388&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://blog.radiotux.de/2011/12/23/weihnachts-special-2011/"&gt;
                Radio Tux&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;coverartmime, coverartdescription, coverart&lt;/td&gt;
    &lt;td&gt;image/jpeg&lt;/td&gt;
    &lt;td&gt;3.1KB&lt;/td&gt;
    &lt;td&gt;160x160&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;
The most important observation is, that very few podcasts use cover images at all. Maybe this is a consequence of the two different ways to embed pictures. &lt;br/&gt;
Furthermore images should not be too big, otherwise old hardware players might have problems if the Vorbis comment header gets too large.
&lt;/p&gt;


&lt;h4&gt;Podcast Comparison Series&lt;/h4&gt;

If you are interested in more properties of popular podcasts, look through the other posts of the podcast comparison series:

&lt;ul&gt;
&lt;li&gt;&lt;a href="http://auphonic.com/blog/2012/01/07/podcast-comparison-part-1-file-formats-and-bitrates/"&gt;Part 1: File Formats and Bitrates&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://auphonic.com/blog/2012/01/17/podcast-comparison-part-2-mp3-metadata-id3-tags/"&gt;Part 2: MP3 Metadata (ID3 Tags)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://auphonic.com/blog/2012/01/22/podcast-comparison-part-3-ogg-vorbis-metadata-vorbis-comment/"&gt;Part 3: Ogg Vorbis Metadata (Vorbis Comment)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://auphonic.com/blog/2012/02/18/podcast-comparison-part-4-mpeg-4-itunes-style-metadata-aac-audio-m4a-mp4/"&gt;Part 4: MPEG-4 iTunes-style Metadata (AAC Audio, M4A, MP4)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/auphonic-latest/~4/Kra1V3S2uug" height="1" width="1"/&gt;</description><author>grh@auphonic.com (grh)</author><pubDate>Sun, 22 Jan 2012 19:50:59 +0100</pubDate><guid isPermaLink="false">http://auphonic.com/blog/2012/01/22/podcast-comparison-part-3-ogg-vorbis-metadata-vorbis-comment/</guid><enclosure url="http://auphonic.com/media/blog/fish_xiph_org.png" length="100000" type="image/jpeg" /><category>Audio</category><feedburner:origLink>http://auphonic.com/blog/2012/01/22/podcast-comparison-part-3-ogg-vorbis-metadata-vorbis-comment/</feedburner:origLink></item><item><title>Podcast Comparison, Part 2: MP3 Metadata (ID3 Tags)
</title><link>http://feedproxy.google.com/~r/auphonic-latest/~3/qbqYmyGiWDE/</link><description>&lt;p&gt;
The second post of this comparison series is about &lt;a href="http://en.wikipedia.org/wiki/Metadata"&gt;metadata&lt;/a&gt; in MP3 files.
Metadata allows information such as the title, artist, comments, cover image and other information about the audio to be stored in the file itself.
MP3 files use &lt;a href="http://en.wikipedia.org/wiki/ID3"&gt;ID3 tags&lt;/a&gt; and in the following I will compare common tags, image details and ID3 versions of various popular podcasts. &lt;br/&gt;
The analyzed files are the same as in &lt;a href="http://auphonic.com/blog/2012/01/07/podcast-comparison-part-1-file-formats-and-bitrates/"&gt;Podcast Comparison, Part 1: File Formats and Bitrates&lt;/a&gt;.
&lt;/p&gt;

&lt;img src="http://auphonic.com/media/blog/id3v2.png" /&gt;

&lt;p&gt;
Nice open source tools to analyze MP3 metadata are for instance &lt;a href="http://eyed3.nicfit.net/"&gt;eyeD3&lt;/a&gt;, &lt;a href="http://sox.sourceforge.net/soxi.html"&gt;soxi&lt;/a&gt;, &lt;a href="http://mp3diags.sourceforge.net/"&gt;mp3diags&lt;/a&gt; or &lt;a href="http://easytag.sourceforge.net/"&gt;EasyTag&lt;/a&gt;.
&lt;/p&gt;

&lt;h3&gt;ID3 Versions and Used Tags&lt;/h3&gt;

&lt;p&gt;
There are two major versions of ID3 tags: ID3v1 and ID3v2, with various minor versions.
The most popular version implemented today is ID3 version 2.3 (according to the &lt;a href="http://www.id3.org/"&gt;official ID3 site&lt;/a&gt;), the latest one is ID3v2.4.
For a list and explanation of possible ID3v2 tags see &lt;a href="http://www.id3.org/id3v2.3.0#head-e4b3c63f836c3eb26a39be082065c21fba4e0acc"&gt;Declared ID3v2 frames&lt;/a&gt;.
&lt;/p&gt;

&lt;p&gt;
Here is the list of podcasts with ID3 version, used tags and its encoder software:
&lt;/p&gt;

&lt;table style="font-size: smaller;"&gt;
  &lt;tr&gt;
    &lt;th&gt;Podcast&lt;/th&gt;
    &lt;th&gt;ID3&lt;/th&gt;
    &lt;th&gt;Used Tags&lt;/th&gt;
    &lt;th&gt;Encoder&lt;/th&gt;
  &lt;/tr&gt;

  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://cre.fm/cre188"&gt;CRE 188&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;v2.2&lt;/td&gt;
    &lt;td&gt;title, artist, album, year, genre (Podcast), Comment (for URL), TPE2 (accompaniment), TENC (encoder software)&lt;/td&gt;
    &lt;td&gt;iTunes&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://techzinglive.com/page/904/162-tz-discussion-happy-christmas"&gt;techzing 162&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;v2.4&lt;/td&gt;
    &lt;td&gt;title, artist, album, composer, year, genre (Podcast), track, Comment (for URL)&lt;/td&gt;
    &lt;td&gt;unknown&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.hoaxilla.com/hoaxilla-70-blick-in-die-zukunft/"&gt;Hoaxilla 70&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;v2.4&lt;/td&gt;
    &lt;td&gt;title, artist, album, year, genre (Podcast), TPUB (publisher), Comment (for show notes), TSSE (software for encoding)&lt;/td&gt;
    &lt;td&gt;Lavf52&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.npr.org/blogs/money/2011/12/30/144486285/the-friday-podcast-who-had-a-good-year"&gt;Planet Money Podcast&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;v1.0&lt;/td&gt;
    &lt;td&gt;title, artist, year, genre (Blues)&lt;/td&gt;
    &lt;td&gt;unknown&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.startupsfortherestofus.com/episodes/episode-61-listener-questions-december"&gt;Startups For the Rest of Us 61&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;v2.2&lt;/td&gt;
    &lt;td&gt;title, artist, album, year, genre (Podcast), Comment (description), Lyrics (description), TENC (encoder software)&lt;/td&gt;
    &lt;td&gt;iTunes&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://alternativlos.org/21/"&gt;
                Alternativlos 21&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;v2.3&lt;/td&gt;
    &lt;td&gt;title, artist, album, year, track, genre (Speech), Comment (description)&lt;/td&gt;
    &lt;td&gt;unknown&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.bitsundso.de/bus272/416/"&gt;
                Bits und so 272&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;v2.2&lt;/td&gt;
    &lt;td&gt;title, artist, album, year, track, genre (Podcast), Comment (for URL), TENC (encoder software)&lt;/td&gt;
    &lt;td&gt;iTunes&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://elementarfragen.de/2011/11/09-rainer-langhans/"&gt;
                Elementarfragen 9&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;v2.2&lt;/td&gt;
    &lt;td&gt;title, artist, album, year, genre (Podcast), Comment (for URL), Lyrics (for show notes), TSSE (encoding software), TDAT (date), TBPM (BPM), TIT3 (subtitles)&lt;/td&gt;
    &lt;td&gt;GarageBand&lt;/td&gt;
  &lt;/tr&gt;
 &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://podcast.ubuntu-uk.org/2011/12/21/s04e22-the-unbeliever/"&gt;
                Ubuntu UK Podcast&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;v2.4&lt;/td&gt;
    &lt;td&gt;title, artist, album, year, track, genre (Podcast), Comment (for show notes), Lyrics (for show notes), TDTG (tagging time)&lt;/td&gt;
    &lt;td&gt;unknown&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://fanboyspodcast.org/"&gt;
                Fanboys Podcast 49&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;v2.3&lt;/td&gt;
    &lt;td&gt;title, artist, album, year, TENC (encoder software)&lt;/td&gt;
    &lt;td&gt;Hindenburg Journalist&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.thisamericanlife.org/"&gt;
                This American Life 420&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;v2.2&lt;/td&gt;
    &lt;td&gt;title, artist, year, genre (Podcast), Comment (for copyright information)&lt;/td&gt;
    &lt;td&gt;unknown&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.ard.de/radio/radiotatort/die-faelle/unter-verdacht/-/id=2252160/gp1=2252168/gp2=inhalt/nid=2252160/did=2252168/15u6p3z/index.html"&gt;
                ARD Radio Tatort&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;v2.3&lt;/td&gt;
    &lt;td&gt;title, artist, album, year, genre (Podcast), TPUB (publisher), Comment (for show notes), link frames (WCOP, WOAF, WOAS, WORS, WPUB, WXXX), TEXT (Text writer), TLAN (language), TRSN (radio station), TSRO (radio station owner)&lt;/td&gt;
    &lt;td&gt;unknown&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://wissen.dradio.de/podcast.56.de.html"&gt;
                Deutschland Radio Wissen&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;v2.3&lt;/td&gt;
    &lt;td&gt;title, artist, album, year, TCOP (copyright), link frames (WCOP, WOAF, WORS, WPUB)&lt;/td&gt;
    &lt;td&gt;unknown&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.freakonomics.com/2011/12/21/how-is-a-bad-radio-station-like-our-public-school-system-a-freakonomics-radio-podcast-encore/"&gt;
                Freakonomics&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;v2.3&lt;/td&gt;
    &lt;td&gt;title, artist, album, year, genre (Audio), Comment, WXXX (for URL), TCOP (copyright), TENC (encoder software), TXXX (tagging time)&lt;/td&gt;
    &lt;td&gt;DigaSystem DigaPorter&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://static.orf.at/podcast/oe1/oe1_geschichte.xml"&gt;
                OE1 Geschichte Podcast&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;v2.3&lt;/td&gt;
    &lt;td&gt;title, artist, album, year, genre (Podcast), Comment, TCOP (copyright), TENC (encoder software), link frames (WCOP, WORS, WPUB), TOFN (original filename)&lt;/td&gt;
    &lt;td&gt;lame&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.npr.org/2011/12/31/144508683/humorist-dave-barry-plays-not-my-job"&gt;
                Wait Wait ... don't tell me&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;v1.0&lt;/td&gt;
    &lt;td&gt;title, artist, year, genre (Blues)&lt;/td&gt;
    &lt;td&gt;unknown&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.radionz.co.nz/national/programmes/afternoons/audio/2505886/the-panel-christmas-special"&gt;
                Radio New Zealand Afternoons&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;v2.3&lt;/td&gt;
    &lt;td&gt;title, artist, album, Comment (for show notes), TSSE (software settings for encoding), TLEN (length)&lt;/td&gt;
    &lt;td&gt;lame&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.insidehomerecording.com/?p=2283"&gt;
                Inside Home Recording 97&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;v2.2&lt;/td&gt;
    &lt;td&gt;title, artist, album, year, track, genre (Podcast), BPM, Lyrics (for show notes), TSSE (software settings for encoding)&lt;/td&gt;
    &lt;td&gt;GarageBand&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://blog.radiotux.de/2011/12/23/weihnachts-special-2011/"&gt;
                Radio Tux&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;v2.4&lt;/td&gt;
    &lt;td&gt;title, artist, album, year, genre (Podcast), WXXX (for URL)&lt;/td&gt;
    &lt;td&gt;unknown&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;
It can be seen that iTunes and GarageBand use ID3v2.2 tags, although the recommended version is ID3v2.3 (as implemented by most public radio stations). &lt;br /&gt;
&lt;a href="http://mp3diags.sourceforge.net/"&gt;Mp3diags&lt;/a&gt; even displays a warning for v2.2 and v2.4 tags: &lt;br/&gt;
&lt;em&gt;
"No ID3v2.3.0 tag found, although this is the most popular tag for storing song information."
&lt;/em&gt;
&lt;/p&gt;

&lt;p&gt;
Nearly all podcasts use the genre "Podcast", which is not even included in the
&lt;a href="http://www.id3.org/id3v2.3.0#head-129376727ebe5309c1de1888987d070288d7c7e7"&gt;official ID3 genre list&lt;/a&gt;.
Furthermore most unknwon encoders are probably &lt;a href="http://lame.sourceforge.net/"&gt;lame&lt;/a&gt;.
&lt;/p&gt;


&lt;h3&gt;Attached Picture&lt;/h3&gt;

&lt;p&gt;
It is possible to attach pictures to an MP3 file.
These images should be in jpeg or png format, they have a defined picture type (other, front cover, artist, conductor, composer, etc.) and might contain an additional description - see
&lt;a href="http://www.id3.org/id3v2.3.0#head-70a65d30522ef0d37642224c2a40517ae35b7155"&gt;ID3 Attached Picture&lt;/a&gt;.
&lt;/p&gt;

&lt;p&gt;
Here are the details about attached pictures of all analyzed podcasts which include an image:
&lt;/p&gt;
&lt;table style="font-size: smaller;"&gt;
  &lt;tr&gt;
    &lt;th&gt;Podcast&lt;/th&gt;
    &lt;th&gt;Picture Type&lt;/th&gt;
    &lt;th&gt;MIME Type&lt;/th&gt;
    &lt;th&gt;Size&lt;/th&gt;
    &lt;th&gt;Resolution&lt;/th&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://cre.fm/cre188"&gt;CRE 188&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;OTHER Image&lt;/td&gt;
    &lt;td&gt;image/JPG&lt;/td&gt;
    &lt;td&gt;238 KB&lt;/td&gt;
    &lt;td&gt;600x600&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://techzinglive.com/page/904/162-tz-discussion-happy-christmas"&gt;techzing 162&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;OTHER Image&lt;/td&gt;
    &lt;td&gt;image/png&lt;/td&gt;
    &lt;td&gt;473.8 KB&lt;/td&gt;
    &lt;td&gt;600x600&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.hoaxilla.com/hoaxilla-70-blick-in-die-zukunft/"&gt;Hoaxilla 70&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;OTHER Image&lt;/td&gt;
    &lt;td&gt;image/jpeg&lt;/td&gt;
    &lt;td&gt;98.4 KB&lt;/td&gt;
    &lt;td&gt;600x600&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.startupsfortherestofus.com/episodes/episode-61-listener-questions-december"&gt;Startups For the Rest of Us 61&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;OTHER Image&lt;/td&gt;
    &lt;td&gt;image/PNG&lt;/td&gt;
    &lt;td&gt;24.9 KB&lt;/td&gt;
    &lt;td&gt;271x127&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://alternativlos.org/21/"&gt;
                Alternativlos 21&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;FRONT_COVER Image&lt;/td&gt;
    &lt;td&gt;image/png&lt;/td&gt;
    &lt;td&gt;31.7 KB&lt;/td&gt;
    &lt;td&gt;521x491&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://elementarfragen.de/2011/11/09-rainer-langhans/"&gt;
                Elementarfragen 9&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;OTHER Image&lt;/td&gt;
    &lt;td&gt;image/PNG&lt;/td&gt;
    &lt;td&gt;55.7 KB&lt;/td&gt;
    &lt;td&gt;1024x1024&lt;/td&gt;
  &lt;/tr&gt;
 &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://podcast.ubuntu-uk.org/2011/12/21/s04e22-the-unbeliever/"&gt;
                Ubuntu UK Podcast&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;FRONT_COVER Image&lt;/td&gt;
    &lt;td&gt;image/jpeg&lt;/td&gt;
    &lt;td&gt;12.3 KB&lt;/td&gt;
    &lt;td&gt;388x388&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://fanboyspodcast.org/"&gt;
                Fanboys Podcast 49&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;OTHER Image&lt;/td&gt;
    &lt;td&gt;image/jpeg&lt;/td&gt;
    &lt;td&gt;13.4 KB&lt;/td&gt;
    &lt;td&gt;300x300&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.thisamericanlife.org/"&gt;
                This American Life 420&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;OTHER Image&lt;/td&gt;
    &lt;td&gt;image/JPG&lt;/td&gt;
    &lt;td&gt;20 KB&lt;/td&gt;
    &lt;td&gt;300x300&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.ard.de/radio/radiotatort/die-faelle/unter-verdacht/-/id=2252160/gp1=2252168/gp2=inhalt/nid=2252160/did=2252168/15u6p3z/index.html"&gt;
                ARD Radio Tatort&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;OTHER Image&lt;/td&gt;
    &lt;td&gt;image/jpg&lt;/td&gt;
    &lt;td&gt;33.8 KB&lt;/td&gt;
    &lt;td&gt;300x300&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.freakonomics.com/2011/12/21/how-is-a-bad-radio-station-like-our-public-school-system-a-freakonomics-radio-podcast-encore/"&gt;
                Freakonomics&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;FRONT_COVER Image&lt;/td&gt;
    &lt;td&gt;image/jpeg&lt;/td&gt;
    &lt;td&gt;45 KB&lt;/td&gt;
    &lt;td&gt;300x300&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://static.orf.at/podcast/oe1/oe1_geschichte.xml"&gt;
                OE1 Geschichte Podcast&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;FRONT_COVER Image&lt;/td&gt;
    &lt;td&gt;image/png&lt;/td&gt;
    &lt;td&gt;153.4 KB&lt;/td&gt;
    &lt;td&gt;300x300&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.insidehomerecording.com/?p=2283"&gt;
                Inside Home Recording 97&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;OTHER Image&lt;/td&gt;
    &lt;td&gt;image/JPG&lt;/td&gt;
    &lt;td&gt;68 KB&lt;/td&gt;
    &lt;td&gt;300x299&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://blog.radiotux.de/2011/12/23/weihnachts-special-2011/"&gt;
                Radio Tux&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;OTHER Image&lt;/td&gt;
    &lt;td&gt;image/jpeg&lt;/td&gt;
    &lt;td&gt;3.2 KB&lt;/td&gt;
    &lt;td&gt;160x160&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;
One small detail: iTunes and GarageBand use capital letters for mimetypes (e.g. image/PNG instead of image/png).
This confuses some tag readers and players, for instance the &lt;a href="http://easytag.sourceforge.net/"&gt;EasyTag editor&lt;/a&gt;
is not able to display these images.
&lt;/p&gt;


&lt;h4&gt;Podcast Comparison Series&lt;/h4&gt;

If you are interested in more properties of popular podcasts, look through the other posts of the podcast comparison series:

&lt;ul&gt;
&lt;li&gt;&lt;a href="http://auphonic.com/blog/2012/01/07/podcast-comparison-part-1-file-formats-and-bitrates/"&gt;Part 1: File Formats and Bitrates&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://auphonic.com/blog/2012/01/17/podcast-comparison-part-2-mp3-metadata-id3-tags/"&gt;Part 2: MP3 Metadata (ID3 Tags)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://auphonic.com/blog/2012/01/22/podcast-comparison-part-3-ogg-vorbis-metadata-vorbis-comment/"&gt;Part 3: Ogg Vorbis Metadata (Vorbis Comment)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://auphonic.com/blog/2012/02/18/podcast-comparison-part-4-mpeg-4-itunes-style-metadata-aac-audio-m4a-mp4/"&gt;Part 4: MPEG-4 iTunes-style Metadata (AAC Audio, M4A, MP4)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/auphonic-latest/~4/qbqYmyGiWDE" height="1" width="1"/&gt;</description><author>grh@auphonic.com (grh)</author><pubDate>Tue, 17 Jan 2012 08:38:15 +0100</pubDate><guid isPermaLink="false">http://auphonic.com/blog/2012/01/17/podcast-comparison-part-2-mp3-metadata-id3-tags/</guid><enclosure url="http://auphonic.com/media/blog/id3v2.png" length="100000" type="image/jpeg" /><category>Audio</category><feedburner:origLink>http://auphonic.com/blog/2012/01/17/podcast-comparison-part-2-mp3-metadata-id3-tags/</feedburner:origLink></item><item><title>Podcast Comparison, Part 1: File Formats and Bitrates
</title><link>http://feedproxy.google.com/~r/auphonic-latest/~3/Z6SqM9dX8N0/</link><description>&lt;p&gt;
This is the first entry out of a series of posts, where I compare various aspects of popular podcasts.
Part 1 is about &lt;a href="http://auphonic.com/blog/2011/07/13/audio-file-formats-podcasts/"&gt;file formats&lt;/a&gt;, bitrates, samplerates, channels, size, length and filenames.
&lt;/p&gt;
&lt;p&gt;
The selection is based on &lt;a href="http://flattr.com/"&gt;Flattr&lt;/a&gt; podcast charts (mostly german),
&lt;a href="http://www.apple.com/euro/itunes/charts/podcasts/top10podcasts.html"&gt;iTunes Store Top 10 Podcasts&lt;/a&gt; (english, german),
podcasts by public radios (english, german) and some random ones to get more diversity.
&lt;/p&gt;

&lt;h3&gt;&lt;a name="AnalyzedPodcasts"&gt;List of Analyzed Podcasts&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;
Here is the list of podcasts with links to the analyzed episodes, the available file formats and filenames (only for one format):
&lt;/p&gt;

&lt;table style="font-size: smaller;"&gt;
  &lt;tr&gt;
    &lt;th&gt;Podcast&lt;/th&gt;
    &lt;th&gt;Filename of Episode&lt;/th&gt;
    &lt;th width="18%"&gt;File Formats&lt;/th&gt;
  &lt;/tr&gt;

  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://cre.fm/cre188"&gt;CRE 188&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;cre188-telecomix.mp3&lt;/td&gt;
    &lt;td&gt;MP3&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://techzinglive.com/page/904/162-tz-discussion-happy-christmas"&gt;techzing 162&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;techzing-162.mp3&lt;/td&gt;
    &lt;td&gt;MP3&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.hoaxilla.com/hoaxilla-70-blick-in-die-zukunft/"&gt;Hoaxilla 70&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;hoaxcast070_wahrsager.mp3&lt;/td&gt;
    &lt;td&gt;MP3&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.npr.org/blogs/money/2011/12/30/144486285/the-friday-podcast-who-had-a-good-year"&gt;Planet Money Podcast&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;20111230_blog_pmoney.mp3&lt;/td&gt;
    &lt;td&gt;MP3&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.startupsfortherestofus.com/episodes/episode-61-listener-questions-december"&gt;Startups For the Rest of Us 61&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;startups-for-the-rest-of-us-061.mp3&lt;/td&gt;
    &lt;td&gt;MP3&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://alternativlos.org/21/"&gt;
                Alternativlos 21&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;alternativlos-21.mp3&lt;/td&gt;
    &lt;td&gt;MP3, OGG&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.bitsundso.de/bus272/416/"&gt;
                Bits und so 272&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;bits-2011-12-23.mp3&lt;/td&gt;
    &lt;td&gt;MP3, M4A&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://elementarfragen.de/2011/11/09-rainer-langhans/"&gt;
                Elementarfragen 9&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;ef09mp.mp3&lt;/td&gt;
    &lt;td&gt;MP3, M4A&lt;/td&gt;
  &lt;/tr&gt;
 &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://podcast.ubuntu-uk.org/2011/12/21/s04e22-the-unbeliever/"&gt;
                Ubuntu UK Podcast&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;uupc_s04e22_high.mp3&lt;/td&gt;
    &lt;td&gt;2xMP3, 2xOGG&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://fanboyspodcast.org/"&gt;
                Fanboys Podcast 49&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;FAN049.m4a&lt;/td&gt;
    &lt;td&gt;MP3, M4A&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.thisamericanlife.org/"&gt;
                This American Life 420&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;420.mp3&lt;/td&gt;
    &lt;td&gt;MP3&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.ard.de/radio/radiotatort/die-faelle/unter-verdacht/-/id=2252160/gp1=2252168/gp2=inhalt/nid=2252160/did=2252168/15u6p3z/index.html"&gt;
                ARD Radio Tatort&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;2011_podcast_unter_verdacht.mp3&lt;/td&gt;
    &lt;td&gt;MP3&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://wissen.dradio.de/podcast.56.de.html"&gt;
                Deutschland Radio Wissen&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;drw_201112301745_die_wissensnachrichten_ des_tages_79e879d8.mp3&lt;/td&gt;
    &lt;td&gt;MP3&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.freakonomics.com/2011/12/21/how-is-a-bad-radio-station-like-our-public-school-system-a-freakonomics-radio-podcast-encore/"&gt;
                Freakonomics&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;freakonomics_podcast122111.mp3&lt;/td&gt;
    &lt;td&gt;MP3&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://static.orf.at/podcast/oe1/oe1_geschichte.xml"&gt;
                OE1 Geschichte Podcast&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;OE1_geschichte_111230.MP3&lt;/td&gt;
    &lt;td&gt;MP3&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.npr.org/2011/12/31/144508683/humorist-dave-barry-plays-not-my-job"&gt;
                Wait Wait ... don't tell me&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;20111231_waitwait_04.mp3&lt;/td&gt;
    &lt;td&gt;MP3&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.radionz.co.nz/national/programmes/afternoons/audio/2505886/the-panel-christmas-special"&gt;
                Radio New Zealand Afternoons&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;aft-20111223-1606-the_panel_christmas_special-00.ogg&lt;/td&gt;
    &lt;td&gt;MP3, OGG&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.insidehomerecording.com/?p=2283"&gt;
                Inside Home Recording 97&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;IHR_2011_12_05.m4a&lt;/td&gt;
    &lt;td&gt;MP3, M4A&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://blog.radiotux.de/2011/12/23/weihnachts-special-2011/"&gt;
                Radio Tux&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;2011-12-23.RadioTux.WeihnachtsSpecial.2011.ogg&lt;/td&gt;
    &lt;td&gt;MP3, OGG&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;
It's easy to see that the by far most common file format is MP3, for an overview of file formats see &lt;a href="http://auphonic.com/blog/2011/07/13/audio-file-formats-podcasts/"&gt;Audio File Formats for Podcasts&lt;/a&gt;.
In addition to the MP3 version, some podcasts offer Ogg Vorbis (file extension OGG, strong in open source community) and AAC (file extension M4A, strong in apple community). &lt;/p&gt;

&lt;p&gt;
Some filenames are also very unintuitive and long. That's especially annoying on MP3 players with small displays, because it can be very hard to find a specific podcast episode.
&lt;/p&gt;

&lt;h3&gt;&lt;a name="FormatInformation"&gt;Audio File Format Information&lt;/a&gt;&lt;/h3&gt;

The next table lists more detailed information about the used audio codec, samplerate, bitrate, channels, size and length:

&lt;table style="font-size: smaller;"&gt;
  &lt;tr&gt;
    &lt;th width="15%"&gt;Podcast&lt;/th&gt;
    &lt;th&gt;Audio Codec&lt;/th&gt;
    &lt;th&gt;Samplerate&lt;/th&gt;
    &lt;th&gt;Bitrate&lt;/th&gt;
    &lt;th&gt;Channels&lt;/th&gt;
    &lt;th&gt;Size&lt;/th&gt;
    &lt;th&gt;Length&lt;/th&gt;
  &lt;/tr&gt;

  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://cre.fm/cre188"&gt;CRE 188&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;MP3&lt;/td&gt;
    &lt;td&gt;44100&lt;/td&gt;
    &lt;td&gt;96k CBR&lt;/td&gt;
    &lt;td&gt;Joint Stereo&lt;/td&gt;
    &lt;td&gt;72.4M&lt;/td&gt;    
    &lt;td&gt;1:40:15&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://techzinglive.com/page/904/162-tz-discussion-happy-christmas"&gt;techzing 162&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;MP3&lt;/td&gt;
    &lt;td&gt;44100&lt;/td&gt;
    &lt;td&gt;128k CBR&lt;/td&gt;
    &lt;td&gt;Joint Stereo&lt;/td&gt;
    &lt;td&gt;108M&lt;/td&gt;
    &lt;td&gt;1:51:48&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.hoaxilla.com/hoaxilla-70-blick-in-die-zukunft/"&gt;Hoaxilla 70&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;MP3&lt;/td&gt;
    &lt;td&gt;22050&lt;/td&gt;
    &lt;td&gt;64k CBR&lt;/td&gt;
    &lt;td&gt;Joint Stereo&lt;/td&gt;
    &lt;td&gt;25.4M&lt;/td&gt;
    &lt;td&gt;52:36&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.npr.org/blogs/money/2011/12/30/144486285/the-friday-podcast-who-had-a-good-year"&gt;Planet Money Podcast&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;MP3&lt;/td&gt;
    &lt;td&gt;44100&lt;/td&gt;
    &lt;td&gt;64k CBR&lt;/td&gt;
    &lt;td&gt;Mono&lt;/td&gt;
    &lt;td&gt;9.98M&lt;/td&gt;
    &lt;td&gt;20:47&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.startupsfortherestofus.com/episodes/episode-61-listener-questions-december"&gt;Startups For the Rest of Us 61&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;MP3&lt;/td&gt;
    &lt;td&gt;44100&lt;/td&gt;
    &lt;td&gt;160k CBR&lt;/td&gt;
    &lt;td&gt;Joint Stereo&lt;/td&gt;
    &lt;td&gt;43.58M&lt;/td&gt;
    &lt;td&gt;36:14&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://alternativlos.org/21/"&gt;
                Alternativlos 21&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;MP3&lt;/td&gt;
    &lt;td&gt;44100&lt;/td&gt;
    &lt;td&gt;115k VBR&lt;/td&gt;
    &lt;td&gt;Joint Stereo&lt;/td&gt;
    &lt;td&gt;82.2M&lt;/td&gt;
    &lt;td&gt;1:35:39&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://alternativlos.org/21/"&gt;
                Alternativlos 21&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;Ogg Vorbis&lt;/td&gt;
    &lt;td&gt;44100&lt;/td&gt;
    &lt;td&gt;74.9k VBR&lt;/td&gt;
    &lt;td&gt;Joint Stereo&lt;/td&gt;
    &lt;td&gt;53.7M&lt;/td&gt;
    &lt;td&gt;1:35:39&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.bitsundso.de/bus272/416/"&gt;
                Bits und so 272&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;MP3&lt;/td&gt;
    &lt;td&gt;44100&lt;/td&gt;
    &lt;td&gt;64k CBR&lt;/td&gt;
    &lt;td&gt;Mono&lt;/td&gt;
    &lt;td&gt;63.2M&lt;/td&gt;
    &lt;td&gt;2:11:40&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://elementarfragen.de/2011/11/09-rainer-langhans/"&gt;
                Elementarfragen 9&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;MP3&lt;/td&gt;
    &lt;td&gt;44100&lt;/td&gt;
    &lt;td&gt;128k CBR&lt;/td&gt;
    &lt;td&gt;Simple Stereo&lt;/td&gt;
    &lt;td&gt;119M&lt;/td&gt;
    &lt;td&gt;2:04:23&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://elementarfragen.de/2011/11/09-rainer-langhans/"&gt;
                Elementarfragen 9&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;LC AAC&lt;/td&gt;
    &lt;td&gt;44100&lt;/td&gt;
    &lt;td&gt;128k CBR&lt;/td&gt;
    &lt;td&gt;Joint Stereo&lt;/td&gt;
    &lt;td&gt;121.7M&lt;/td&gt;
    &lt;td&gt;2:04:23&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://podcast.ubuntu-uk.org/2011/12/21/s04e22-the-unbeliever/"&gt;
                Ubuntu UK Podcast&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;MP3 high&lt;/td&gt;
    &lt;td&gt;44100&lt;/td&gt;
    &lt;td&gt;126k VBR&lt;/td&gt;
    &lt;td&gt;Simple Stereo&lt;/td&gt;
    &lt;td&gt;63.5M&lt;/td&gt;
    &lt;td&gt;1:07:17&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://podcast.ubuntu-uk.org/2011/12/21/s04e22-the-unbeliever/"&gt;
                Ubuntu UK Podcast&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;MP3 low&lt;/td&gt;
    &lt;td&gt;44100&lt;/td&gt;
    &lt;td&gt;32k CBR&lt;/td&gt;
    &lt;td&gt;Mono&lt;/td&gt;
    &lt;td&gt;16.1M&lt;/td&gt;
    &lt;td&gt;1:07:17&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://podcast.ubuntu-uk.org/2011/12/21/s04e22-the-unbeliever/"&gt;
                Ubuntu UK Podcast&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;Ogg Vorbis high&lt;/td&gt;
    &lt;td&gt;44100&lt;/td&gt;
    &lt;td&gt;59.5k VBR&lt;/td&gt;
    &lt;td&gt;Joint Stereo&lt;/td&gt;
    &lt;td&gt;30.1M&lt;/td&gt;
    &lt;td&gt;1:07:17&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://podcast.ubuntu-uk.org/2011/12/21/s04e22-the-unbeliever/"&gt;
                Ubuntu UK Podcast&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;Ogg Vorbis low&lt;/td&gt;
    &lt;td&gt;44100&lt;/td&gt;
    &lt;td&gt;36.2k VBR&lt;/td&gt;
    &lt;td&gt;Mono&lt;/td&gt;
    &lt;td&gt;18.2M&lt;/td&gt;
    &lt;td&gt;1:07:17&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://fanboyspodcast.org/"&gt;
                Fanboys Podcast 49&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;MP3&lt;/td&gt;
    &lt;td&gt;44100&lt;/td&gt;
    &lt;td&gt;64k CBR&lt;/td&gt;
    &lt;td&gt;Mono&lt;/td&gt;
    &lt;td&gt;32.8M&lt;/td&gt;
    &lt;td&gt;1:08:17&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://fanboyspodcast.org/"&gt;
                Fanboys Podcast 49&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;HE AAC&lt;/td&gt;
    &lt;td&gt;44100&lt;/td&gt;
    &lt;td&gt;56k CBR&lt;/td&gt;
    &lt;td&gt;Joint Stereo&lt;/td&gt;
    &lt;td&gt;29M&lt;/td&gt;
    &lt;td&gt;1:08:17&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.thisamericanlife.org/"&gt;
                This American Life 420&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;MP3&lt;/td&gt;
    &lt;td&gt;44100&lt;/td&gt;
    &lt;td&gt;64k CBR&lt;/td&gt;
    &lt;td&gt;Mono&lt;/td&gt;
    &lt;td&gt;28.2M&lt;/td&gt;
    &lt;td&gt;58:40&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.ard.de/radio/radiotatort/die-faelle/unter-verdacht/-/id=2252160/gp1=2252168/gp2=inhalt/nid=2252160/did=2252168/15u6p3z/index.html"&gt;
                ARD Radio Tatort&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;MP3&lt;/td&gt;
    &lt;td&gt;44100&lt;/td&gt;
    &lt;td&gt;128k CBR&lt;/td&gt;
    &lt;td&gt;Simple Stereo&lt;/td&gt;
    &lt;td&gt;51.8M&lt;/td&gt;
    &lt;td&gt;53:57&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://wissen.dradio.de/podcast.56.de.html"&gt;
                Deutschland Radio Wissen&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;MP3&lt;/td&gt;
    &lt;td&gt;44100&lt;/td&gt;
    &lt;td&gt;64k CBR&lt;/td&gt;
    &lt;td&gt;Mono&lt;/td&gt;
    &lt;td&gt;2.92M&lt;/td&gt;
    &lt;td&gt;06:06&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.freakonomics.com/2011/12/21/how-is-a-bad-radio-station-like-our-public-school-system-a-freakonomics-radio-podcast-encore/"&gt;
                Freakonomics&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;MP3&lt;/td&gt;
    &lt;td&gt;44100&lt;/td&gt;
    &lt;td&gt;96k CBR&lt;/td&gt;
    &lt;td&gt;Simple Stereo&lt;/td&gt;
    &lt;td&gt;22.1M&lt;/td&gt;
    &lt;td&gt;30:36&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://static.orf.at/podcast/oe1/oe1_geschichte.xml"&gt;
                OE1 Geschichte Podcast&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;MP3&lt;/td&gt;
    &lt;td&gt;44100&lt;/td&gt;
    &lt;td&gt;64k CBR&lt;/td&gt;
    &lt;td&gt;Mono&lt;/td&gt;
    &lt;td&gt;2.50M&lt;/td&gt;
    &lt;td&gt;04:52&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.npr.org/2011/12/31/144508683/humorist-dave-barry-plays-not-my-job"&gt;
                Wait Wait ... don't tell me&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;MP3&lt;/td&gt;
    &lt;td&gt;44100&lt;/td&gt;
    &lt;td&gt;64k CBR&lt;/td&gt;
    &lt;td&gt;Mono&lt;/td&gt;
    &lt;td&gt;5.33M&lt;/td&gt;
    &lt;td&gt;11:05&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.radionz.co.nz/national/programmes/afternoons/audio/2505886/the-panel-christmas-special"&gt;
                Radio New Zealand Afternoons&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;MP3&lt;/td&gt;
    &lt;td&gt;22050&lt;/td&gt;
    &lt;td&gt;48k CBR&lt;/td&gt;
    &lt;td&gt;Mono&lt;/td&gt;
    &lt;td&gt;18.7M&lt;/td&gt;
    &lt;td&gt;51:53&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.radionz.co.nz/national/programmes/afternoons/audio/2505886/the-panel-christmas-special"&gt;
                Radio New Zealand Afternoons&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;Ogg Vorbis&lt;/td&gt;
    &lt;td&gt;48000&lt;/td&gt;
    &lt;td&gt;49.7k VBR&lt;/td&gt;
    &lt;td&gt;Mono&lt;/td&gt;
    &lt;td&gt;19.3M&lt;/td&gt;
    &lt;td&gt;51:53&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.insidehomerecording.com/?p=2283"&gt;
                Inside Home Recording 97&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;MP3&lt;/td&gt;
    &lt;td&gt;44100&lt;/td&gt;
    &lt;td&gt;128k CBR&lt;/td&gt;
    &lt;td&gt;Joint Stereo&lt;/td&gt;
    &lt;td&gt;59.7M&lt;/td&gt;
    &lt;td&gt;01:02:08&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.insidehomerecording.com/?p=2283"&gt;
                Inside Home Recording 97&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;LC AAC&lt;/td&gt;
    &lt;td&gt;44100&lt;/td&gt;
    &lt;td&gt;128k CBR&lt;/td&gt;
    &lt;td&gt;Joint Stereo&lt;/td&gt;
    &lt;td&gt;62.4M&lt;/td&gt;
    &lt;td&gt;01:02:08&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://blog.radiotux.de/2011/12/23/weihnachts-special-2011/"&gt;
                Radio Tux&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;MP3&lt;/td&gt;
    &lt;td&gt;44100&lt;/td&gt;
    &lt;td&gt;128k CBR&lt;/td&gt;
    &lt;td&gt;Joint Stereo&lt;/td&gt;
    &lt;td&gt;163M&lt;/td&gt;
    &lt;td&gt;02:49:26&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://blog.radiotux.de/2011/12/23/weihnachts-special-2011/"&gt;
                Radio Tux&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;Ogg Vorbis&lt;/td&gt;
    &lt;td&gt;44100&lt;/td&gt;
    &lt;td&gt;96.5k VBR&lt;/td&gt;
    &lt;td&gt;Joint Stereo&lt;/td&gt;
    &lt;td&gt;123M&lt;/td&gt;
    &lt;td&gt;02:49:26&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;
Suprisingly, nearly all MP3 and AAC podcasts use &lt;a href="http://wiki.hydrogenaudio.org/index.php?title=CBR"&gt;constant bitrate coding&lt;/a&gt; (CBR),
Ogg Vorbis podcasts  &lt;a href="http://wiki.hydrogenaudio.org/index.php?title=CBR"&gt;variable bitrate coding&lt;/a&gt; (VBR).
The bitrates range from 32kbps up to 160kbps.&lt;br/&gt;
In CBR encoding, the bitrate is kept constant across the entire file, whereas VBR coding tries to maintain the quality during the whole stream by choosing the optimal amout of data to represent each audio frame.
VBR will almost always produce equal or better perceived quality results than CBR for files of the same size or average bitrate (from
&lt;a href="http://wiki.hydrogenaudio.org/index.php?title=CBR"&gt;hydrogen&lt;/a&gt;), however, some hardware based MP3 decoders don't reliably support VBR. &lt;br/&gt;
&lt;/p&gt;

&lt;p&gt;
Furthermore there are two ways to represent stereo audio in lossy codecs: in simple stereo each channel is treated as a completely separate audio signal,
whereas &lt;a href="http://wiki.hydrogenaudio.org/index.php?title=Joint_stereo"&gt;joint stereo&lt;/a&gt; supports more complex methods of stereo coding
for the sake of efficiency. &lt;br/&gt;
Joint stereo is very widespread in MP3 podcasts and basically all Ogg Vorbis/AAC files use it.
&lt;/p&gt;


&lt;h4&gt;Podcast Comparison Series&lt;/h4&gt;

If you are interested in more properties of popular podcasts, look through the other posts of the podcast comparison series:

&lt;ul&gt;
&lt;li&gt;&lt;a href="http://auphonic.com/blog/2012/01/07/podcast-comparison-part-1-file-formats-and-bitrates/"&gt;Part 1: File Formats and Bitrates&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://auphonic.com/blog/2012/01/17/podcast-comparison-part-2-mp3-metadata-id3-tags/"&gt;Part 2: MP3 Metadata (ID3 Tags)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://auphonic.com/blog/2012/01/22/podcast-comparison-part-3-ogg-vorbis-metadata-vorbis-comment/"&gt;Part 3: Ogg Vorbis Metadata (Vorbis Comment)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://auphonic.com/blog/2012/02/18/podcast-comparison-part-4-mpeg-4-itunes-style-metadata-aac-audio-m4a-mp4/"&gt;Part 4: MPEG-4 iTunes-style Metadata (AAC Audio, M4A, MP4)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/auphonic-latest/~4/Z6SqM9dX8N0" height="1" width="1"/&gt;</description><author>grh@auphonic.com (grh)</author><pubDate>Sat, 07 Jan 2012 16:55:46 +0100</pubDate><guid isPermaLink="false">http://auphonic.com/blog/2012/01/07/podcast-comparison-part-1-file-formats-and-bitrates/</guid><category>Audio</category><feedburner:origLink>http://auphonic.com/blog/2012/01/07/podcast-comparison-part-1-file-formats-and-bitrates/</feedburner:origLink></item><item><title>Podcast Barcamp Vienna: Tools and Enhanced Podcasts
</title><link>http://feedproxy.google.com/~r/auphonic-latest/~3/4BIX0MALJUo/</link><description>&lt;p&gt;
Last weekend, 15. + 16. October 2011, the first austrian
&lt;a href="http://www.barcamp.at/Podcast_BarCamp"&gt;podcast barcamp&lt;/a&gt; (#pccvie)
took place in the charming &lt;a href="http://www.sektor5.at/"&gt;sektor5&lt;/a&gt; coworking space in Vienna.
We had really inspiring discussions with many local podcasters and technicians,
for some detailed reports in german see
&lt;a href="http://ausgetrock.net/de/blog/nico/podcastcamp-2011"&gt;Podcastcamp 2001&lt;/a&gt; by Nico Grienauer and
&lt;a href="http://www.robertlender.info/blog/archives/3393-Podcast-Barcamp-Ein-tweetiger-und-booiger-Rueckblick"&gt;Podcast Barcamp: Ein tweetiger und booiger Rückblick&lt;/a&gt;
by Robert Lender.
&lt;br /&gt;
I just want to add some thoughts to the discussion about enhanced podcasts and will
list some practical tools.
&lt;/p&gt;

&lt;img src="http://auphonic.com/media/blog/podcast_barcamp_vienna.png" /&gt;

&lt;h3&gt;Enhanced Podcasts&lt;/h3&gt;

&lt;p&gt;
It seems that more and more podcasters try to create
&lt;a href="http://en.wikipedia.org/wiki/Enhanced_podcast"&gt;enhanced podcasts&lt;/a&gt;,
where additional metadata like chapter marks, hyperlinks or images, are added to the audio file. &lt;br /&gt;
However, just a few players display chapter marks correctly and
there are no easy-to-use tools to create enhanced podcasts - that's what we want to change :) !
&lt;/p&gt;

&lt;p&gt;
At the moment enhanced podcasts exist mainly in the &lt;a href="http://en.wikipedia.org/wiki/Advanced_Audio_Coding"&gt;AAC&lt;/a&gt; file format
(see also &lt;a href="http://auphonic.com/blog/2011/07/13/audio-file-formats-podcasts/"&gt;Audio File Formats for Podcasts&lt;/a&gt;).
It is possible to create chapter marks with the &lt;em&gt;mp4chaps&lt;/em&gt; tool, which is included in the open source
&lt;a href="http://code.google.com/p/mp4v2/"&gt;mp4v2&lt;/a&gt; library, and players on "i"-devices (Quicktime Player, iTunes, iPod, iPhone, etc.)
should support them.
&lt;/p&gt;

&lt;p&gt;
For &lt;a href="http://wiki.hydrogenaudio.org/index.php?title=MP3"&gt;MP3&lt;/a&gt; an
&lt;a href="http://www.id3.org/id3v2-chapters-1.0"&gt;ID3v2 Chapter&lt;/a&gt; standard exists,
but besides the &lt;a href="http://id3v2-chap-tool.sourceforge.net/"&gt;ID3v2 Chapter Tool&lt;/a&gt;
(developed by &lt;a href="http://www.bbc.co.uk/opensource/"&gt;BBC open source&lt;/a&gt;) nobody seems to use it.
With &lt;a href="http://wiki.hydrogenaudio.org/index.php?title=Vorbis"&gt;Ogg Vorbis&lt;/a&gt; it's even worse,
AFAIK there is no similar standard.
&lt;/p&gt;

&lt;p&gt;
We will try to support all existing standards and as many file formats as possible,
some more research will be necessary to find a good solution for 
&lt;a href="http://wiki.hydrogenaudio.org/index.php?title=Vorbis"&gt;Ogg Vorbis&lt;/a&gt;. &lt;br /&gt;

As a fallback, chapter marks could be added to the lyrics tag, so that players
without enhanced podcast support show at least something
(as suggested by &lt;a href="http://thp.io/"&gt;Thomas Perl&lt;/a&gt; from &lt;a href="http://gpodder.org/"&gt;gPodder&lt;/a&gt;).
&lt;/p&gt;


&lt;h3&gt;Tools for Podcast Producers&lt;/h3&gt;

&lt;p&gt; Some popular open source tools for podcast producers:
&lt;/p&gt;&lt;dl&gt;

&lt;dt&gt;&lt;a href="http://audacity.sourceforge.net/"&gt;Audacity&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;A widespread audio editor for recording and editing sounds. Some love it, some not ...&lt;/dd&gt;

&lt;dt&gt;&lt;a href="http://ardour.org/"&gt;Ardour&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;
  The open source DAW (digital audio workstation) for Linux and OS X.
  Much more advanced than Audacity (e.g. non-destructive editing),
  but with a steeper learning curve.
&lt;/dd&gt;

&lt;dt&gt;&lt;a href="http://mumble.sourceforge.net/"&gt;Mumble&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;
  An alternative to Skype for recording remote podcasters.
  It uses low-latency, high quality codecs and it's possible
  to record each voice to a separate channel.
&lt;/dd&gt;

&lt;dt&gt;&lt;a href="http://www.archive.org/"&gt;archive.org for hosting&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;
  You can use archive.org to host your audio files and save
  server costs. Nice idea!
&lt;/dd&gt;

&lt;dt&gt;&lt;a href="http://opencast.org/matterhorn/"&gt;Open Cast Matterhorn&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;
  A program to manage audio and video content.
  More targeted to educational institutions, but might be also
  useful for some podcasters.
&lt;/dd&gt;

&lt;dt&gt;&lt;a href="http://mp3diags.sourceforge.net/"&gt;mp3diags&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;
  Identifies issues in MP3 files, e.g. broken tags, headers, character encoding,
  and tries to fix them.
  A nice tool to test your final MP3 files!
&lt;/dd&gt;

&lt;dt&gt;&lt;a href="http://code.google.com/p/tesseract-ocr/"&gt;Tesseract OCR&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;
  An open source optical character recognition (OCR) library,
  which could be used to extract text out of screencasts or slides.
  This could serve as additional (searchable!) metadata.
&lt;/dd&gt;

&lt;/dl&gt;

&lt;h3&gt;Conclusion&lt;/h3&gt;

&lt;p&gt;
Many thanks to the organizers 
(&lt;a href="https://twitter.com/#!/socialhack"&gt;Thomas Lohninger&lt;/a&gt;,
&lt;a href="https://twitter.com/#!/maclemon"&gt;Pepi Zawodsky&lt;/a&gt; and
&lt;a href="https://twitter.com/#!/meszner"&gt;Daniel Meßner&lt;/a&gt;)
for this great event!
Barcamp recordings will be online soon - and will serve as first test data for auphonic :)
&lt;/p&gt;
&lt;p&gt;
I hope that the planned Podcast Stammtisch and mailing list will happen in future to
keep up the good discussions - otherwise we will hopefully meet again next year at the
second podcast barcamp!
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/auphonic-latest/~4/4BIX0MALJUo" height="1" width="1"/&gt;</description><author>grh@auphonic.com (grh)</author><pubDate>Sun, 23 Oct 2011 21:01:21 +0200</pubDate><guid isPermaLink="false">http://auphonic.com/blog/2011/10/23/podcast-barcamp-vienna-tools-and-enhanced-podcasts/</guid><enclosure url="http://auphonic.com/media/blog/podcast_barcamp_vienna.png" length="100000" type="image/jpeg" /><category>Audio</category><category>News</category><feedburner:origLink>http://auphonic.com/blog/2011/10/23/podcast-barcamp-vienna-tools-and-enhanced-podcasts/</feedburner:origLink></item><item><title>The auphonic team
</title><link>http://feedproxy.google.com/~r/auphonic-latest/~3/lceHcM9zyiM/</link><description>&lt;p&gt;
After a long, nice summer and few blog posts, it is time to present the current team behind auphonic.
At the moment we are two core developers and maintain strong collaborations with three institutions here in Graz.
&lt;/p&gt;
&lt;p&gt;
Enjoy ;)
&lt;/p&gt;

&lt;h3&gt; Core Team &lt;/h3&gt;

&lt;h4&gt;Georg Holzmann&lt;/h4&gt;
&lt;img src="/static/images/georg.jpg" style="float: left; width: 200px; padding-right: 10px; margin: 0.5em auto;" /&gt;
&lt;p&gt;
Georg is an audio engineer with passion for machine learning, signal processing, everything related to audio and computer music, open source software, web development and much more.
&lt;/p&gt;
&lt;p&gt;
Discussions and repeating questions from podcasters led him to the idea of an automatic audio post production web service, this was the birth of
&lt;a href="http://auphonic.com"&gt;auphonic&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
Previously he worked at scientific institutions (machine learning, audio processing), as a web developer and realized many technology driven, artistic projects. &lt;br /&gt;
For more information visit &lt;a href="http://grh.mur.at"&gt;http://grh.mur.at&lt;/a&gt;.
&lt;/p&gt;

&lt;h4 class="text-right clear"&gt;André Rattinger&lt;/h4&gt;
&lt;img src="/static/images/andre.png" style="float: right; width: 200px; padding-left: 10px; margin: 0.5em auto;" /&gt;
&lt;p&gt;
André is a student of Software Development and Business Management at
&lt;a href="http://tugraz.at"&gt;Graz University of Technology&lt;/a&gt;. Besides studying he is an enthusiastic &lt;a href="http://python.org/"&gt;python&lt;/a&gt; and web developer and a passionate coffee drinker.
&lt;/p&gt;
&lt;p&gt;
If he can't be found in front of his computer, he is probably roasting coffee or trying out a new recipe.
&lt;/p&gt;
&lt;p&gt;
Before &lt;a href="http://auphonic.com"&gt;auphonic&lt;/a&gt; he worked on different &lt;a href="http://python.org/"&gt;python&lt;/a&gt; open source projects, including user interface design and web development.
&lt;/p&gt;


&lt;h3 class="clear"&gt; Partners &lt;/h3&gt;

&lt;h4&gt;Science Park Graz&lt;/h4&gt;
&lt;img src="/static/images/logo_spg_small.jpg" style="float: left; width: 350px; padding-right: 20px; padding-bottom: 10px; margin: 0.5em auto;" /&gt;
&lt;p&gt;
The &lt;a href="http://sciencepark.at/"&gt;Science Park Graz&lt;/a&gt;
is the local version of the Austrian high-tech incubator network
&lt;a href="http://www.aplusb.biz/"&gt;AplusB&lt;/a&gt; (Academia plus Business). &lt;br /&gt;
These incubators are linked to academic institutions and they support the development of technology-based projects for a period of 1.5 years with a free office space, some small financial aids, support in non-technical areas and a close collaboration with scientific partners here in Graz.
&lt;br /&gt;
Special thanks to Otmar Kühner, Bernhard Weber, Sonja Buchegger and Dagmar Böhm for their ongoing support and help!
&lt;/p&gt;

&lt;h4 class="text-right clear"&gt;Institute of Electronic Music and Acoustics (IEM)&lt;/h4&gt;
&lt;img src="/static/images/iemlogo.png" style="float: right; padding-left: 10px; margin: 0.5em auto;" /&gt;
&lt;p&gt;
The &lt;a href="http://iem.at"&gt;Institute of Electronic Music and Acoustics&lt;/a&gt; (IEM) is a multidisciplinary research center within the &lt;a href="http://www.kug.ac.at/"&gt;Graz University of Music and Performing Arts&lt;/a&gt;. Research activities are concentrated mainly in digital signal processing, audio engineering and psycho acoustics, e.g. projects in analysis and syntheses of sound and loudness perception. &lt;br /&gt;
The IEM supports our research in signal processing and music information retrieval, many thanks to Dr. Alois Sontacchi for his time and valuable inputs.
&lt;/p&gt;

&lt;h4 class="clear"&gt;Dept. Social Learning at CIS TU Graz&lt;/h4&gt;
&lt;img src="/static/images/tulogo.gif" style="float: left; margin: 0.5em auto;" /&gt;
&lt;p&gt;
The &lt;a href="http://portal.tugraz.at/portal/page/portal/TU_Graz/Studium_Lehre/tugnet_vl_start"&gt;Abteilung Vernetztes Lernen&lt;/a&gt; (Department of Social Learning), at the &lt;a href="http://tugraz.at"&gt;Graz University of Technology&lt;/a&gt;, performs research in the areas of E-Learning, Computer Supported Collaborative Work, Social Learning, Podcasts, Open Content etc. &lt;br /&gt;
They are recording lectures at the &lt;a href="http://tugraz.at"&gt;TU Graz&lt;/a&gt; and built knowledge in optimizing post production workflows, which should be further enhanced in the collaboration with &lt;a href="http://auphonic.com"&gt;auphonic&lt;/a&gt;.
&lt;br /&gt;
These guys are very open minded and supportive - special thanks to Ypatios Grigoriadis and Walther Nagler from the Podcasting team!
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/auphonic-latest/~4/lceHcM9zyiM" height="1" width="1"/&gt;</description><author>grh@auphonic.com (grh)</author><pubDate>Thu, 22 Sep 2011 14:26:18 +0200</pubDate><guid isPermaLink="false">http://auphonic.com/blog/2011/09/22/auphonic-team/</guid><enclosure url="http://auphonic.com/static/images/georg.jpg" length="100000" type="image/jpeg" /><category>News</category><feedburner:origLink>http://auphonic.com/blog/2011/09/22/auphonic-team/</feedburner:origLink></item><item><title>Loudness Normalization and Compression of Podcasts and Speech Audio
</title><link>http://feedproxy.google.com/~r/auphonic-latest/~3/DwETY4s5hpA/</link><description>&lt;p&gt;
After recording a podcast or speech audio, it is usually necessary to modify the recorded levels.
This post illustrates how to normalize the subjective &lt;a href="http://en.wikipedia.org/wiki/Loudness"&gt;loudness&lt;/a&gt;
and how to compress the &lt;a href="http://en.wikipedia.org/wiki/Dynamic_range"&gt;dynamic range&lt;/a&gt;
(= difference between the loudest and softest sounds) of an audio file.
&lt;/p&gt;
&lt;p&gt;
Loudness normalization is one of the most common misunderstandings in audio post production.
Many people use peak normalization, which ensures that the maximum peak (= the maximum value
of the audio data) reaches a specific level.
However, the human perception of loudness does &lt;strong&gt;NOT&lt;/strong&gt; depend on peak levels, therefore
peak normalization is mostly useless. Recordings should be normalized according to its loudness,
and not its peak level (see also &lt;a href="http://www.hometracked.com/2008/04/20/10-myths-about-normalization/"&gt;10 Myths About Normalization&lt;/a&gt;).
&lt;/p&gt;
&lt;p&gt;
The correct calculation of the perceived loudness is actually not that easy,
because psychoacoustic properties of human perception must be considered
(see e.g.  &lt;a href="http://en.wikipedia.org/wiki/Equal-loudness_contour"&gt;equal-loudness contour&lt;/a&gt;,
but that's a topic for another blog post). A very rough approximation is the
&lt;a href="http://en.wikipedia.org/wiki/Root_mean_square"&gt;RMS value&lt;/a&gt; (= short time quadratic mean of audio data), or even better:
use your ears!
&lt;/p&gt;

There are several reasons for loudness normalization and compression:
&lt;ol&gt;
&lt;li&gt;
  &lt;strong&gt;Mid-term loudness:&lt;/strong&gt; &lt;br /&gt; Different speakers or different regions in a recording
   might have very unequal loudness levels (e.g. a question from the audience at a conference).
   The audio engineer should balance the loudness of unequal parts,
   so that a listener doesn't have to adjust the volume all the time.
&lt;/li&gt;
&lt;li&gt;
   &lt;strong&gt;Short-term loudness:&lt;/strong&gt; &lt;br /&gt; Speech has a very high dynamic range,
   it consists of very quiet and very loud parts.
   However, when listening to podcasts on a portable player, in a car or even in the living room,
   a more uniform volume is preferred, otherwise consonants like "p", "t" or a burst of laughter
   might be painful for your ears. &lt;br /&gt;
   &lt;a href="http://en.wikipedia.org/wiki/Dynamic_range_compression"&gt;Dynamic range compression&lt;/a&gt; (compressors)
   should be used to make the loud parts more quiet
   and the quiet parts louder.
&lt;/li&gt;
&lt;li&gt;
   &lt;strong&gt;Global Loudness:&lt;/strong&gt; &lt;br /&gt; The overall loudness of your recording should be comparable to previous episodes,
   to similar podcasts, to radio shows etc.
&lt;/li&gt;
&lt;li&gt;
   &lt;strong&gt;Peak Levels:&lt;/strong&gt; &lt;br /&gt; In digital recordings, the maximum peak level must not be
   louder than the maximum allowed level, otherwise an awful distortion called
   &lt;a href="http://en.wikipedia.org/wiki/Clipping_(audio)"&gt;clipping&lt;/a&gt; occurs. Therefore one must ensure that all peaks are under a specific threshold.
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;
In the following I will briefly describe how to adjust your peak levels, the mid-term,
short-term and global loudness.
The last section presents practical and detailed instructions, how all steps can be
reproduced with the open source audio editor &lt;a href="http://audacity.sourceforge.net/"&gt;Audacity&lt;/a&gt; and some free plugins
(on Linux, Windows and Mac).
&lt;/p&gt;


&lt;h3&gt;1. Mid-Term: Loudness Normalization&lt;/h3&gt;

&lt;p&gt;
The loudness of different regions in a recording should be unified, so that a listener doesn't
have to adjust the volume all the time. &lt;br /&gt;
In live recordings this is often done by a sound engineer, using the faders of an &lt;a href="http://en.wikipedia.org/wiki/Mixing_console"&gt;audio mixer&lt;/a&gt;.
She/he just listens to the signal and tries to keep a constant loudness.
If the volume of a speaker is too low, the engineer will move the faders up and therefore increases the volume.
However, an engineer must react fast enough on volume changes.
&lt;/p&gt;

&lt;p&gt;
In post production, one can use volume envelopes to simulate the same behavior in a digital audio editor.
The following picture shows volume envelope curves in Audacity:
&lt;/p&gt;

&lt;img src="http://auphonic.com/media/blog/audacity_volume_curves.png" /&gt;

&lt;p&gt;
Using volume envelopes it is possible to amplify or lower the volume of different regions and speakers,
so that in the end all parts have a similar loudness.
This has the advantage, that volume fades can be positioned in an optimal way,
but it might be a time consuming process if you are not used to it.
&lt;/p&gt;

&lt;p&gt;
Additionally one should take care that background noises or e.g. loud breathing of speakers are not
amplified too much.
&lt;/p&gt;


&lt;h3&gt;&lt;a name="compressor"&gt;2. Short-Term: Loudness Range Compression&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;
A compressor reduces the volume of short and loud spikes (consonants like "p", "t", or laughter)
and the output audio will have a more uniform loudness.
All sounds with levels above the &lt;em&gt;threshold&lt;/em&gt; will be reduced. The amount of gain reduction is determined
by the &lt;em&gt;ratio&lt;/em&gt;: e.g. if the &lt;em&gt;ratio&lt;/em&gt; is 2:1 and the input level is 2dB over the &lt;em&gt;threshold&lt;/em&gt;,
the output level will be just 1dB over the &lt;em&gt;threshold&lt;/em&gt; (for a detailed parameter description see e.g.
&lt;a href="http://en.wikipedia.org/wiki/Dynamic_range_compression#Compressor_controls_and_features"&gt;Compressor controls and features&lt;/a&gt;). &lt;br /&gt;
The following picture illustrates &lt;em&gt;threshold&lt;/em&gt; and &lt;em&gt;ratio&lt;/em&gt; (picture from &lt;a href="http://www.mediacollege.com/audio/processing/compression/"&gt;MediaCollege&lt;/a&gt;):
&lt;/p&gt;

&lt;img src="http://auphonic.com/media/blog/compressor_curve.gif" /&gt;

&lt;p&gt;
The &lt;em&gt;threshold&lt;/em&gt; should be located above
the average loudness of your recording, but below the volume of very loud spikes.
For example, if the average level is -20dB, the &lt;em&gt;threshold&lt;/em&gt; might
be in the range of -16dB to -12dB, depending on the loudness range of the material.
&lt;/p&gt;

&lt;p&gt;
Other compressor parameters can be set to standard values for speech,
e.g. &lt;em&gt;ratio&lt;/em&gt; = 5:1, &lt;em&gt;attack&lt;/em&gt; = 5ms, &lt;em&gt;release&lt;/em&gt; = 120ms. Feel free to experiment!
&lt;/p&gt;


&lt;h3&gt;3. Global Level Adjustment&lt;/h3&gt;

&lt;p&gt;
Now one should compare the loudness of the normalized audio file
to the loudness of other recordings like similar podcasts or radio shows.
Raise or lower your volume, until the levels are similar.
&lt;/p&gt;
&lt;p&gt;
After doing this a few times, you will have a reference audio file
(maybe one of your old shows) and can compare new recordings just to that one file.
&lt;/p&gt;


&lt;h3&gt;4. Peak Limiting&lt;/h3&gt;

&lt;p&gt;
The final step is the &lt;a href="http://www.mediacollege.com/audio/processing/limiter/"&gt;peak limiter&lt;/a&gt;. It ensures that the maximum audio peak
level is small enough, so that no &lt;a href="http://en.wikipedia.org/wiki/Clipping_(audio)"&gt;clipping&lt;/a&gt; or distortion is possible.
You should keep your peaks at least below -1 &lt;a href="http://en.wikipedia.org/wiki/DBFS"&gt;dBFS&lt;/a&gt;, some suggest much more (-3dBFS, -6dBFS, ...).
&lt;br /&gt;
That's because true peaks are often between samples (&lt;a href="http://www.hometracked.com/2007/11/08/prevent-intersample-peaks/"&gt;intersample peaks&lt;/a&gt;)
and &lt;a href="http://auphonic.com/blog/2011/07/13/audio-file-formats-podcasts/"&gt;data compression algorithms&lt;/a&gt; (MP3, OGG, AAC, ...) produce
artifacts at high peak levels.
&lt;/p&gt;


&lt;h3&gt;Tools&lt;/h3&gt;

&lt;p&gt;
All necessary operations should be possible with any modern audio editor. &lt;br /&gt;
In the following I will describe how to reproduce all steps with
the free and open source audio editor &lt;a href="http://audacity.sourceforge.net/"&gt;Audacity&lt;/a&gt;.
Some &lt;a href="http://www.ladspa.org/"&gt;LADSPA&lt;/a&gt; audio plugins are also required, because the current version of Audacity
does not include a sufficient compressor and limiter. &lt;br /&gt;
On Windows or Mac install the LADSPA plugins bundle as described at &lt;a href="http://audacity.sourceforge.net/download/plugins"&gt;Audacity Plugins&lt;/a&gt;,
on Linux install the &lt;a href="http://plugin.org.uk/ladspa-swh/docs/ladspa-swh.html"&gt;swh-plugins&lt;/a&gt; (&lt;em&gt;apt-get install swh-plugins&lt;/em&gt; on Ubuntu/Debian).
&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Volume Envelopes:&lt;/strong&gt; &lt;br /&gt;
Select the Envelope Tool from the &lt;a href="http://manual.audacityteam.org/man/Tools_Toolbar"&gt;Tools Toolbar&lt;/a&gt;,
for more information see
&lt;a href="http://multimedia.journalism.berkeley.edu/tutorials/audacity/envelope-tool/"&gt;Using the Envelope Tool&lt;/a&gt; or
&lt;a href="http://manual.audacityteam.org/index.php?title=Envelope_Tool"&gt;Audacity Manual Envelope Tool&lt;/a&gt;.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Loudness Measurement (optional):&lt;/strong&gt; &lt;br /&gt;
You can use the &lt;a href="http://www.eramp.com/WCAG_2_audio_contrast_tool_help.htm"&gt;Contrast Tool&lt;/a&gt;
to calculate the average level (under &lt;em&gt;Analyze -&amp;gt; Contrast&lt;/em&gt;).
Select your audio and measure the volume, then you get a value in dB.
This might help you while searching for the right compressor threshold.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Compressor:&lt;/strong&gt; &lt;br /&gt;
A good compressor is the &lt;a href="http://plugin.org.uk/ladspa-swh/docs/ladspa-swh.html#tth_sEc2.91"&gt;SC4&lt;/a&gt;
(or &lt;em&gt;SC4 mono&lt;/em&gt;) compressor by Steve Harris (LADSPA plugin),
you find it somewhere in &lt;em&gt;Effects -&amp;gt; Plugins&lt;/em&gt;. &lt;br /&gt;
Set the threshold as described &lt;a href="#compressor"&gt;above&lt;/a&gt;
and the other parameters to e.g. &lt;em&gt;ratio&lt;/em&gt; = 1:5, &lt;em&gt;attack&lt;/em&gt; = 5ms, &lt;em&gt;release&lt;/em&gt; = 120ms, &lt;em&gt;knee&lt;/em&gt; = 3.5dB,
&lt;em&gt;RMS/peak&lt;/em&gt; = 0, &lt;em&gt;makeup gain&lt;/em&gt; = 0dB.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Level Adjustment:&lt;/strong&gt; &lt;br /&gt;
For global level adjustments you can use &lt;em&gt;Effects -&amp;gt; Amplify&lt;/em&gt; (allow clipping, we have a limiter
afterwards) or the gain control from the control panel of the &lt;a href="http://audacity.sourceforge.net/onlinehelp-1.2/track_audio.htm"&gt;audio track&lt;/a&gt;.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Peak Limiter:&lt;/strong&gt; &lt;br /&gt;
Use the &lt;a href="http://plugin.org.uk/ladspa-swh/docs/ladspa-swh.html#tth_sEc2.39"&gt;Fast Lookahead Limiter&lt;/a&gt; by Steve Harris (LADSPA plugin),
you find it in &lt;em&gt;Effects -&amp;gt; Plugins&lt;/em&gt;. Set the &lt;em&gt;limit&lt;/em&gt; to -1dB or lower,
&lt;em&gt;input gain&lt;/em&gt; to 0dB and the &lt;em&gt;release time&lt;/em&gt; to e.g. 0.12 seconds.
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
Another interesting tool is the &lt;a href="http://www.conversationsnetwork.org/levelator"&gt;Levelator&lt;/a&gt;.
It tries to automate all the discussed steps and does it very nice. So if you just want
to throw your audio in and get it back with good levels, use this program.&lt;br /&gt;
But be careful, it might produce common artifacts like &lt;a href="http://answers.yahoo.com/question/index?qid=20070827142126AAJwYcJ"&gt;pumping&lt;/a&gt; and also amplifies
unwanted sounds like breathing, background noises etc.
&lt;/p&gt;

&lt;h3&gt;Summary&lt;/h3&gt;

&lt;p&gt;
I hope you are convinced now that peak normalization is not the same as loudness
normalization and should be avoided.
&lt;/p&gt;

A detailed loudness post production of podcasts or speech audio should involve the following step:
&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Loudness normalization:&lt;/strong&gt; Bring different parts to a uniform volume.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dynamic range compression:&lt;/strong&gt; Use a compressor to lower the volume of short and loud spikes.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Global volume adaptation:&lt;/strong&gt; Raise or lower the volume of the whole audio file to a similar
  loudness level than other programs.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Peak limiter:&lt;/strong&gt; Limit all peaks to at least -1dBFS to avoid clipping.
&lt;/li&gt;
&lt;/ol&gt;&lt;img src="http://feeds.feedburner.com/~r/auphonic-latest/~4/DwETY4s5hpA" height="1" width="1"/&gt;</description><author>grh@auphonic.com (grh)</author><pubDate>Mon, 25 Jul 2011 23:31:50 +0200</pubDate><guid isPermaLink="false">http://auphonic.com/blog/2011/07/25/loudness-normalization-and-compression-podcasts-and-speech-audio/</guid><enclosure url="http://auphonic.com/media/blog/audacity_volume_curves.png" length="100000" type="image/jpeg" /><category>Audio</category><feedburner:origLink>http://auphonic.com/blog/2011/07/25/loudness-normalization-and-compression-podcasts-and-speech-audio/</feedburner:origLink></item><item><title>Audio File Formats for Podcasts
</title><link>http://feedproxy.google.com/~r/auphonic-latest/~3/7z6JSzp8dyI/</link><description>&lt;p&gt;
Many different audio file formats exist for storing recorded audio data on
a computer system. This post compares various types and gives
suggestions on which format one should use, especially when producing
podcasts or other online audio.
&lt;/p&gt;
&lt;p&gt;
If you just want to see some practical tips, skip the description and
read the &lt;a href="#conclusion"&gt;conclusion&lt;/a&gt;.
&lt;/p&gt;

&lt;h3&gt;Types of audio formats&lt;/h3&gt;

There are three main types of &lt;a href="http://en.wikipedia.org/wiki/Audio_file_format"&gt;audio file formats&lt;/a&gt;:
&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Uncompressed audio formats:&lt;/strong&gt; &lt;br /&gt;
Uncompressed audio formats store the audio information as it
is recorded. This results in big files, but no information is lost,
therefore they are suitable for archiving
original recordings.
The most common uncompressed audio format is &lt;a href="http://en.wikipedia.org/wiki/Pulse-code_modulation"&gt;PCM&lt;/a&gt;,
which is usually stored in a &lt;a href="http://en.wikipedia.org/wiki/WAV"&gt;WAV&lt;/a&gt; or
&lt;a href="http://en.wikipedia.org/wiki/Aiff"&gt;AIFF&lt;/a&gt; file.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Lossless compression:&lt;/strong&gt; &lt;br /&gt;
&lt;a href="http://wiki.hydrogenaudio.org/index.php?title=Lossless"&gt;Lossless audio compression&lt;/a&gt; formats need less space then uncompressed formats, without any loss in quality.
They work similar to &lt;a href="http://en.wikipedia.org/wiki/ZIP_(file_format)"&gt;ZIP&lt;/a&gt;, but the compression algorithms are
specifically designed for audio data.
Some example formats are &lt;a href="http://wiki.hydrogenaudio.org/index.php?title=FLAC"&gt;FLAC&lt;/a&gt;
(Free Lossless Audio Codec) or &lt;a href="http://wiki.hydrogenaudio.org/index.php?title=ALAC"&gt;ALAC&lt;/a&gt;
(Apple Lossless Audio Codec), for a comparison of various codecs see
&lt;a href="http://wiki.hydrogenaudio.org/index.php?title=Lossless_comparison"&gt;Lossless comparison&lt;/a&gt;.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Lossly compression:&lt;/strong&gt; &lt;br /&gt;
&lt;a href="http://wiki.hydrogenaudio.org/index.php?title=Lossy"&gt;Lossy compression&lt;/a&gt; formats significantly reduce the file size, by throwing away information imperceptible to humans. This gives very small files,
but some information is lost and cannot be reconstructed.
The best-known example is &lt;a href="http://wiki.hydrogenaudio.org/index.php?title=MP3"&gt;MP3&lt;/a&gt;,
others are &lt;a href="http://wiki.hydrogenaudio.org/index.php?title=Vorbis"&gt;Ogg Vorbis&lt;/a&gt;,
&lt;a href="http://en.wikipedia.org/wiki/Advanced_Audio_Coding"&gt;AAC&lt;/a&gt;,
&lt;a href="http://en.wikipedia.org/wiki/Windows_Media_Audio"&gt;WMA&lt;/a&gt;, ...
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
A great source of information about audio codecs and listening tests is the hydrogenaudio.org
&lt;a href="http://wiki.hydrogenaudio.org/"&gt;wiki&lt;/a&gt; and &lt;a href="http://www.hydrogenaudio.org/forums"&gt;forum&lt;/a&gt;.
&lt;/p&gt;

&lt;h3&gt;Relevant audio formats for podcasts&lt;/h3&gt;

&lt;p&gt;
When distributing a podcast or other audio over the internet, you want to have the smallest possible filesize, the best possible
quality and everyone should be able to play it (on all operating systems, on mobile phones, portable audio players,
   car audio players etc.). &lt;br /&gt;
Because of the much smaller filesize, lossy formats are the only real option.
Additionally one may archive the produced podcast in an uncompressed
or lossless compressed audio file.
&lt;/p&gt;
&lt;p&gt;The characteristics of a few important formats are listed below.&lt;/p&gt;

&lt;a name="mp3"&gt;&lt;strong&gt;MP3:&lt;/strong&gt;&lt;/a&gt; MPEG-1 Audio Layer 3 (&lt;a href="http://wiki.hydrogenaudio.org/index.php?title=MP3"&gt;description&lt;/a&gt;)
&lt;ul&gt;
&lt;li&gt;the most widespread and the de facto standard of online audio file formats&lt;/li&gt;
&lt;li&gt;most, if not all, hardware players support MP3&lt;/li&gt;
&lt;li&gt;acceptable quality, but already quite old&lt;/li&gt;
&lt;li&gt;patented: a license is required to "distribute and/or sell decoders and/or encoders" 
(see e.g. &lt;a href="http://en.wikipedia.org/wiki/Mp3#Licensing_and_patent_issues"&gt;MP3 licensing and patent issues&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;a name="vorbis"&gt;&lt;strong&gt;Ogg Vorbis:&lt;/strong&gt;&lt;/a&gt; (&lt;a href="http://wiki.hydrogenaudio.org/index.php?title=Vorbis"&gt;description&lt;/a&gt;,
&lt;a href="http://www.vorbis.com/"&gt;official page&lt;/a&gt;)
&lt;ul&gt;
&lt;li&gt;an open source and patent free audio codec&lt;/li&gt;
&lt;li&gt;performs very well from low to high bitrates (more advanced than MP3)&lt;/li&gt;
&lt;li&gt;widespread in the open source community&lt;/li&gt;
&lt;li&gt;some implementations are more computationally intensive than MP3&lt;/li&gt;
&lt;li&gt;some portable players support Ogg Vorbis out of the box (see &lt;a href="http://wiki.xiph.org/index.php/PortablePlayers"&gt;Vorbis Portable Players&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;a name="aac"&gt;&lt;strong&gt;AAC:&lt;/strong&gt;&lt;/a&gt; Advanced Audio Codec (&lt;a href="http://en.wikipedia.org/wiki/Advanced_Audio_Coding"&gt;description&lt;/a&gt;)
&lt;ul&gt;
&lt;li&gt;the latest industry standard and the official successor to MP3 (also called MP4 audio, most common file extension is M4A)&lt;/li&gt;
&lt;li&gt;different types of AAC exist (LC AAC, HE AAC, HE AAC v2)&lt;/li&gt;
&lt;li&gt;the AAC format is on par with Ogg Vorbis and other modern codecs,
      HE AAC should provide higher quality at low bitrates
&lt;/li&gt;
&lt;li&gt;HE AAC uses spectral band replication (high frequencies are removed and calculated from lower frequencies,
      see &lt;a href="http://en.wikipedia.org/wiki/Spectral_band_replication"&gt;SBR&lt;/a&gt;),
      HE AAC v2 adds a parametric stereo method (stereo audio is created out of a mono signal,
      see &lt;a href="http://en.wikipedia.org/wiki/Parametric_Stereo"&gt;PS&lt;/a&gt;)
      - &lt;strong&gt;don't use HE AAC for higher bitrates&lt;/strong&gt;!
&lt;/li&gt;
&lt;li&gt;heavily patented: a patent license is required for all manufacturers or developers of AAC codecs&lt;/li&gt;
&lt;li&gt;widespread in the apple community (iTunes, iPod, iPhones etc.), many other portable players don't support AAC&lt;/li&gt;
&lt;/ul&gt;

&lt;a name="flac"&gt;&lt;strong&gt;FLAC:&lt;/strong&gt;&lt;/a&gt; Free Lossless Audio Codec (&lt;a href="http://wiki.hydrogenaudio.org/index.php?title=Free_Lossless_Audio_Codec"&gt;description&lt;/a&gt;,
&lt;a href="http://flac.sourceforge.net/"&gt;official page&lt;/a&gt;)
&lt;ul&gt;
&lt;li&gt;lossless compression, no information is lost&lt;/li&gt;
&lt;li&gt;flac files are typically reduced to 40-60% of their original size&lt;/li&gt;
&lt;li&gt;very fast encoding and decoding&lt;/li&gt;
&lt;li&gt;open source and patent free&lt;/li&gt;
&lt;/ul&gt;


&lt;h3&gt;&lt;a name="conclusion"&gt;Conclusion&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;
If you want to reach everyone and maintain only one file format, you have only
&lt;strong&gt;one choice: MP3&lt;/strong&gt;. It is not the most advanced codec, but everything
supports it and the quality is sufficient.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Additionally&lt;/strong&gt; it may be advantageous to offer your audio in &lt;strong&gt;Ogg Vorbis or AAC&lt;/strong&gt;.
Ogg Vorbis is widespread in the open source and &lt;a href="http://creativecommons.org/"&gt;creative commons&lt;/a&gt; movement and should be used
when patent problems are important for you.
AAC is the new standard on all "i"-Devices (Apple) and shows very good
performance especially at low bitrates (HE AAC).
&lt;/p&gt;
&lt;p&gt;
Finally, if you also want &lt;strong&gt;to archive&lt;/strong&gt; an original version of your audio,
use &lt;strong&gt;FLAC or&lt;/strong&gt; just &lt;strong&gt;PCM (WAV, AIFF)&lt;/strong&gt;.
&lt;/p&gt;

&lt;p&gt;
Further reading: &lt;a href="http://auphonic.com/blog/2012/01/07/podcast-comparison-part-1-file-formats-and-bitrates/"&gt;Podcast Comparison, Part 1: File Formats and Bitrates&lt;/a&gt;.
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/auphonic-latest/~4/7z6JSzp8dyI" height="1" width="1"/&gt;</description><author>grh@auphonic.com (grh)</author><pubDate>Wed, 13 Jul 2011 18:27:34 +0200</pubDate><guid isPermaLink="false">http://auphonic.com/blog/2011/07/13/audio-file-formats-podcasts/</guid><feedburner:origLink>http://auphonic.com/blog/2011/07/13/audio-file-formats-podcasts/</feedburner:origLink></item><item><title>Auphonic at the Science Park Graz Incubator
</title><link>http://feedproxy.google.com/~r/auphonic-latest/~3/3zgObk9a6_U/</link><description>&lt;p&gt;
Some weeks ago I presented &lt;a href="http://auphonic.com"&gt;auphonic&lt;/a&gt; to the advisory board of the &lt;a href="http://sciencepark.at"&gt;Science Park Graz&lt;/a&gt;,
the local version of the Austrian incubator network &lt;a href="http://www.aplusb.biz/"&gt;AplusB&lt;/a&gt;. &lt;br /&gt;
Fortunately I am happy to announce, that the jury enjoyed the project and therefore auphonic is now part of the
Science Park.
&lt;/p&gt;

&lt;img src="/static/images/logo_spg_small.jpg" /&gt;

&lt;h3&gt;What are incubators?&lt;/h3&gt;
&lt;p&gt;
&lt;a href="http://www.aplusb.biz/"&gt;AplusB&lt;/a&gt; (Academia plus Business) is the Austrian hightech incubator network.
These incubators are linked to academic institutions, in my case the universities in Graz, and they support the development of technology-based projects for a period of 1.5 years.
&lt;/p&gt;
&lt;p&gt;
Here a more detailed (and little bit cryptic) self-definition from the &lt;a href="http://www.aplusb.biz/en/aplusb-programm.html"&gt;AplusB website&lt;/a&gt;:
&lt;/p&gt;
&lt;blockquote cite="http://www.aplusb.biz/en/aplusb-programm.html"&gt;
AplusB - Hightech Incubators in Austria &lt;br /&gt;
&lt;br /&gt;
The Austrian incubators network AplusB (Academia plus Business) is the national and international representation of the eight AplusB centres linked to academic institutions and subsidised by the Federal Ministry for Traffic, Innovation and Technology (FMTIT) under the AplusB program.&lt;br /&gt;

The incubators support, accompany and accelerate the development of promising foundation projects by providing counselling, networks, funding and infrastructure supporting the implementation of a business. The founders have access to the entire know-how available through the incubators’ network as well as the networks of the nine incubators. The incubators’ network acts as a representative body for AplusB start-up companies and supports them in specific ways in the fields of growth, funding and internationalisation.&lt;br /&gt;

In the circles of partners and networks of AplusB centres, nearly all Austrian universities are represented, as well as universities of applied sciences, research institutions, funding agencies as well as private firms - adding up to over 150 partners.&lt;br /&gt;

Until April 2010, 352 foundation projects were accepted into the AplusB program. 289 of them became newly founded companies, 247 of them successfully completed the program. About 250 patents were used and over 1400 jobs were created with an academics rate of 72%. Especially the academic start-ups show above-average growth potential as well as a high intensity of input knowledge. In total more than 150 million Euros in capital were made available to the companies directly.
&lt;/blockquote&gt;


&lt;h3&gt;What does that mean?&lt;/h3&gt;
&lt;p&gt;
First, I finally finished the time-consuming process of writing a business plan :). It took really more time as I thought, but now I have at least something which can be presented to others, let's see if I will ever need it again. Many thanks to the friendly and patient people from Science Park, for correcting various draft versions.
&lt;/p&gt;
&lt;p&gt;
Furthermore, I will get a free office at Science Park, some small financial aids, support in non-technical areas and a close collaboration with scientific partners here in Graz. &lt;br /&gt;
I am also able to pay another developer a little bit, if someone wants to join the project.
&lt;/p&gt;
&lt;p&gt;
Coming back to Graz after living in Berlin and Vienna, I am looking forward to some inspiring month working on auphonic and maybe some fruitful collaborations with the various other interesting projects going on at the Science Park.
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/auphonic-latest/~4/3zgObk9a6_U" height="1" width="1"/&gt;</description><author>grh@auphonic.com (grh)</author><pubDate>Wed, 29 Jun 2011 17:10:53 +0200</pubDate><guid isPermaLink="false">http://auphonic.com/blog/2011/06/29/auphonic-science-park-graz-incubator/</guid><enclosure url="http://auphonic.com/static/images/logo_spg_small.jpg" length="100000" type="image/jpeg" /><category>News</category><feedburner:origLink>http://auphonic.com/blog/2011/06/29/auphonic-science-park-graz-incubator/</feedburner:origLink></item><item><title>Django Deployment with Nginx, uWSGI, virtualenv and Fabric
</title><link>http://feedproxy.google.com/~r/auphonic-latest/~3/S6hSbt6syt8/</link><description>&lt;p&gt;
As a Python or &lt;a href="https://www.djangoproject.com/"&gt;Django&lt;/a&gt; developer, various WSGI and webservers are available to deploy an application.
A very fast, lightweight and relatively easy-to-install solution is the combination of &lt;a href="http://wiki.nginx.org/Main"&gt;Nginx&lt;/a&gt;, &lt;em&gt;the&lt;/em&gt; high-performance HTTP server, and &lt;a href="http://projects.unbit.it/uwsgi/"&gt;uWSGI&lt;/a&gt;
(see &lt;a href="http://nichol.as/benchmark-of-python-web-servers"&gt;benchmark of python WSGI servers&lt;/a&gt;).
Furthermore, &lt;a href="http://www.virtualenv.org/"&gt;virtualenv&lt;/a&gt; and &lt;a href="http://fabfile.org"&gt;Fabric&lt;/a&gt; are invaluable tools to handle Python dependencies and to automate deployments.
&lt;/p&gt;

&lt;p&gt;
This tutorial describes how to setup a Django 1.3, Nginx and uWSGI stack. My OS at the time of this writing was Ubuntu 10.04 LTS.
&lt;/p&gt;


&lt;h3&gt;Installing all requirements&lt;/h3&gt;

&lt;p&gt;
First install all the handy python tools, if you don't have them already (maybe in your virtualenv):
&lt;/p&gt;
&lt;pre&gt;apt-get install python-virtualenv python-pip fabric
&lt;/pre&gt;

&lt;p&gt;
Nginx is not yet in the standard Ubuntu packages, therefore one has to add an additional apt repository:
&lt;/p&gt;
&lt;pre&gt;apt-get install python-software-properties
add-apt-repository ppa:nginx/development
apt-get update
apt-get install nginx
&lt;/pre&gt;

&lt;p&gt;
To install uWSGI, activate your virtualenv and install it with &lt;a href="http://www.pip-installer.org/"&gt;pip&lt;/a&gt;:
&lt;/p&gt;
&lt;pre&gt;source /path/to/your/virtualenv/bin/activate
pip install uwsgi
&lt;/pre&gt;


&lt;h3&gt;Configure uWSGI&lt;/h3&gt;

&lt;p&gt;
First you need a WSGI-script for your django project. Put the following file in your django project folder (same folder where settings.py lives) and name it &lt;em&gt;wsgi.py&lt;/em&gt;:
&lt;/p&gt;
&lt;pre&gt;import os
import sys
import site

site.addsitedir('/path/to/your/virtualenv/lib/python2.6/site-packages')

os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'

import django.core.handlers.wsgi
application = django.core.handlers.wsgi.WSGIHandler()
&lt;/pre&gt;

&lt;p&gt;
Then we need an init script for the uWSGI daemon, I used &lt;a href="http://upstart.ubuntu.com/"&gt;upstart&lt;/a&gt;, because I am lazy.
The following file should be in &lt;em&gt;/etc/init/uwsgi.conf&lt;/em&gt;, for a description of the uWSGI parameters see &lt;a href="http://projects.unbit.it/uwsgi/wiki/Doc"&gt;uWSGI documentation&lt;/a&gt;:
&lt;/p&gt;
&lt;pre&gt;# file: /etc/init/uwsgi.conf
description "uWSGI starter"

start on (local-filesystems and runlevel [2345])
stop on runlevel [016]

respawn

# home - is the path to our virtualenv directory
# pythonpath - the path to our django application
# module - the wsgi handler python script

exec /path/to/your/virtualenv/bin/uwsgi \
--uid your-user \
--home /path/to/your/virtualenv \
--pythonpath /path/to/your/django/project \
--socket /tmp/uwsgi.sock \
--chmod-socket \
--module wsgi \
--logdate \
--optimize 2 \
--processes 2 \
--master \
--logto /path/to/your/log/uwsgi.log
&lt;/pre&gt;

&lt;p&gt;
Be careful to specify the right user (must have all necessary permissions, also for the database) - and no, root is not a good idea.
&lt;/p&gt;

&lt;h3&gt;Configure Nginx&lt;/h3&gt;

&lt;p&gt;
Put the Nginx configuration file for your domain in &lt;em&gt;/etc/nginx/sites-available/yourdomain.com&lt;/em&gt;:
&lt;/p&gt;
&lt;pre&gt;# file: /etc/nginx/sites-available/yourdomain.com
# nginx configuration for yourdomain.com

server {
        server_name www.yourdomain.com;
        rewrite ^(.*) http://yourdomain.com$1 permanent;
}

server {
        server_name yourdomain.com;
        access_log /path/to/your/log/access.log;
        error_log /path/to/your/log/error.log;

        location / {
                uwsgi_pass unix:/tmp/uwsgi.sock;
                include /etc/nginx/uwsgi_params;
        }

        location /static {
                root /root/path/of/your/static/files;
        }
        location /media {
                root /root/path/of/your/media/files;
        }
}
&lt;/pre&gt;

&lt;p&gt;
Then activate your domain:
&lt;/p&gt;
&lt;pre&gt;ln -s /etc/nginx/sites-available/yourdomain.com /etc/nginx/sites-enabled/yourdomain.com
&lt;/pre&gt;

&lt;p&gt;
Nginx already ships with an init script, so we don't have to write another one.
&lt;/p&gt;

&lt;h3&gt;Starting and Restarting the Server&lt;/h3&gt;

&lt;p&gt;
To start the server type:
&lt;/p&gt;&lt;pre&gt;start uwsgi
/etc/init.d/nginx start
&lt;/pre&gt;

&lt;p&gt;
Or if you want to restart it:
&lt;/p&gt;
&lt;pre&gt;restart uwsgi
/etc/init.d/nginx restart
&lt;/pre&gt;

&lt;p&gt;
And don't forget to set your domain in Django Admin -&amp;gt; Sites!
&lt;/p&gt;

&lt;h3&gt;Deployment with Fabric&lt;/h3&gt;

&lt;p&gt;
Put the following file into &lt;em&gt;/path/to/your/django/project/fabfile.py&lt;/em&gt;:
&lt;/p&gt;
&lt;pre&gt;""" Deployment of your django project.
"""

from fabric.api import *

env.hosts = ['yourdomain.com']
env.user = "your-user"

def update_django_project():
    """ Updates the remote django project.
    """
    with cd('/path/to/your/django/project'):
        run('git pull')
        with prefix('source /path/to/your/virtualenv/bin/activate'):
            run('pip install -r your_pip_requirement_file.txt')
            run('python manage.py syncdb')
            run('python manage.py migrate') # if you use south
            run('python manage.py collectstatic --noinput')

def restart_webserver():
    """ Restarts remote nginx and uwsgi.
    """
    sudo("service uwsgi restart")
    sudo("/etc/init.d/nginx restart")

def deploy():
    """ Deploy Django Project.
    """
    update_django_project()
    restart_webserver()
&lt;/pre&gt;

&lt;p&gt;
Then you can deploy your project with the command:
&lt;/p&gt;
&lt;pre&gt;fab deploy
&lt;/pre&gt;

&lt;h3&gt;Further Resources&lt;/h3&gt;

&lt;p&gt;
The following links helped me to get the system running:
&lt;/p&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://lurkingideas.net/deploying-django-projects/"&gt;Deploying django projects&lt;/a&gt; by Jiri Barton&lt;/li&gt;
&lt;li&gt;&lt;a href="http://django.docshub.org/tutorials/4/deploying-your-applications-with-nginx-and-uwsgi"&gt;Deploying your Django applications with Nginx and uWSGI&lt;/a&gt; by Martin Rusev&lt;/li&gt;
&lt;li&gt;&lt;a href="http://senya.pl/2011/03/sexy-nginx-uwsgi-stack-for-django-with-virtualenv/"&gt;Sexy: NGiNX + uWSGI deployment for Django with virtualenv&lt;/a&gt; by Many Nights&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/auphonic-latest/~4/S6hSbt6syt8" height="1" width="1"/&gt;</description><author>grh@auphonic.com (grh)</author><pubDate>Sat, 18 Jun 2011 11:24:33 +0200</pubDate><guid isPermaLink="false">http://auphonic.com/blog/2011/06/18/django-deployment-nginx-uwsgi-virtualenv-and-fabric/</guid><category>Development</category><feedburner:origLink>http://auphonic.com/blog/2011/06/18/django-deployment-nginx-uwsgi-virtualenv-and-fabric/</feedburner:origLink></item></channel></rss>

