<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Linux Format forums</title>
  <link>http://linuxformat.com/forums/index.php</link>
  <description>Help, discussion, magazine feedback and more</description>
  <language>english</language>
  <copyright>(c) Copyright Wed May 22, 2013 10:48 pm by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Wed May 22, 2013 10:48 pm</pubDate>
  <lastBuildDate>Wed May 22, 2013 10:48 pm</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>Linux Format forums</title>
    <url></url>
    <link>http://linuxformat.com/forums/</link>
    <description>Help, discussion, magazine feedback and more</description>
  </image>

                                      <item>
                                        <title>Re: Ripping audio track from DVD HOWTO</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=98106#98106</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=14187'&gt;Dutch_Master&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Mar 30, 2011 1:08 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Would be a good candidate, wouldn't it? &lt;img src=&quot;images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt; (overlooked that one &lt;img src=&quot;images/smiles/icon_redface.gif&quot; alt=&quot;Embarassed&quot; border=&quot;0&quot; /&gt; )</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=98106#98106</comments>
                                        <author>Dutch_Master</author>
                                        <pubDate>Wed Mar 30, 2011 1:08 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=98106#98106</guid>
                                      </item>
                                      <item>
                                        <title>Re: Ripping audio track from DVD HOWTO</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=98086#98086</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=60'&gt;Rhakios&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Mar 30, 2011 6:48 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      So... did you really intend this for the new Hints &amp;amp; Tips section?</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=98086#98086</comments>
                                        <author>Rhakios</author>
                                        <pubDate>Wed Mar 30, 2011 6:48 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=98086#98086</guid>
                                      </item>
                                      <item>
                                        <title>Ripping audio track from DVD HOWTO</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=98081#98081</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=14187'&gt;Dutch_Master&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Mar 30, 2011 3:54 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Title says it all, isn't it? Here's a quick HOWTO, distilled from various sources, including my own small experiments, based on a Debian Lenny system (but should work on any derivative too).&lt;br /&gt;
&lt;br /&gt;
First, install the required tools:&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;aptitude update &amp;amp;&amp;amp; aptitude install lsdvd transcode vorbis-tools&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
(note: do enable/enter the debian-multimedia repo's (or similar for your distro) in your sources.list!)&lt;br /&gt;
&lt;br /&gt;
Transcode is the tool for the hard work, and it's home is the cli. No GUI I'm aware of, AFAIK! Next, find out about the dvd you want to rip an audio track from:&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;lsdvd /dev/dvd&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
You may need to change the drive according to your system. The result looks something like this:&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;Disc Title&amp;#58; STING_LIVE_IN_BERLIN&lt;br /&gt;
Title&amp;#58; 01, Length&amp;#58; 02&amp;#58;04&amp;#58;38.220 Chapters&amp;#58; 23, Cells&amp;#58; 24, Audio streams&amp;#58; 02, Subpictures&amp;#58; 00&lt;br /&gt;
&lt;br /&gt;
Title&amp;#58; 02, Length&amp;#58; 00&amp;#58;00&amp;#58;00.176 Chapters&amp;#58; 01, Cells&amp;#58; 01, Audio streams&amp;#58; 00, Subpictures&amp;#58; 00&lt;br /&gt;
&lt;br /&gt;
Title&amp;#58; 03, Length&amp;#58; 00&amp;#58;14&amp;#58;27.133 Chapters&amp;#58; 03, Cells&amp;#58; 03, Audio streams&amp;#58; 01, Subpictures&amp;#58; 00&lt;br /&gt;
&lt;br /&gt;
Longest track&amp;#58; 01&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
This tells you the most likely title you need is title 1, with 23 chapters/songs (in this case) to choose from and 2 audio formats. The tricky bit is to find out what chapter number the track has you want to rip. Start counting &lt;img src=&quot;images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
The transcode command has the following format:&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;transcode -x dvd -i /dev/dvd -T &amp;lt;title&amp;gt;,&amp;lt;chapter&amp;gt;,&amp;lt;angle&amp;gt; -a &amp;lt;audiotrack&amp;gt; -y null,ogg -b 192 -E 44100,16,2 -m '&amp;lt;songtitle&amp;gt;.ogg'&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
In practice, here's a sample command:&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;transcode -x dvd -i /dev/dvd -T 1,18,1 -a 0 -y null,ogg -b 192 -E 44100,16,2 -m 'Every_breath_you_take.ogg'&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;Don't omit the -x flag, as it tells transcode what discformat to read. The -i flag is for the device, the -T tells transcode to work with title 1, chapter (song) 18 and angle 1, the -a flag specifies the audio track, -y says not to encode video and encode the audio stream in Ogg-Vorbis, the -b specifies bitrate, -E controls sample rate etc, while -m specifies the name of the output file. Hit enter and wait for it to finish. Given transcode lives on the cli, making a small loop to process every track is relatively easy, but you may want to choose an output name of &amp;quot;Track$1&amp;quot; to avoid files just encoded get written over &lt;img src=&quot;images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
Now, given the right encoders transcode can also transcode video formats, just replace the &amp;quot;null&amp;quot; in the -y flag by the name of the codec you want to use (h264, MPEG4, WMV if you really must, and more to choose from) but that kinda beats the idea of ripping a dvd of its audio tracks &lt;img src=&quot;images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt; Do note that other audio formats are also supported, including MP3, WAV and FLAC. Adjust commands to suit your taste &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
As stated earlier, this is compiled from various sources, including, but not exclusive, the Ubuntu forum and the exhaustive transcode man-page. The above command works for transcode verion 1.0.7 and probably later too, although I haven't tested that nor any previous versions. Check your version with &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;transcode --version&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=98081#98081</comments>
                                        <author>Dutch_Master</author>
                                        <pubDate>Wed Mar 30, 2011 3:54 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=98081#98081</guid>
                                      </item></channel></rss>