<?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>olivetalks &#187; DVD</title>
	<atom:link href="http://www.olivetalks.com/tag/dvd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.olivetalks.com</link>
	<description>The Olive has arrived and it has things to say…</description>
	<lastBuildDate>Tue, 20 Jul 2010 06:27:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Convert videos to audio</title>
		<link>http://www.olivetalks.com/2008/04/20/video-to-audio-with-mplayer/</link>
		<comments>http://www.olivetalks.com/2008/04/20/video-to-audio-with-mplayer/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 18:46:54 +0000</pubDate>
		<dc:creator>ZoltarStark</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mplayer]]></category>

		<guid isPermaLink="false">http://www.olivetalks.com/2008/04/20/video-to-audio-with-mplayer/</guid>
		<description><![CDATA[You can use mplayer to convert a video DVD to audio only mp3 files. This can be useful for example when you recorded a karaoke video and want to listen to the audio on your mp3 player.]]></description>
			<content:encoded><![CDATA[<p>Sometimes you like a dialogue of a film you watch on DVD and you wish you could listen to it while on the move, for example using an iPod. Or maybe you recorded a karaoke session on video, like <font size="1em"><strong><a href="http://www.agvs.net/aztrolopitecus/index_cast.html" rel="external">A.Nurboe</a></strong></font> and you would like to convert the video into audio only mp3 files. Regardless of the reason, it&#8217;s possible to convert the video DVDs into audio only mp3s using Linux and <a href="http://www.mplayerhq.hu/" title="MPlayer - The Movie Player">mplayer</a>. <em>Disclaimer:</em> in some countries the legality of this kind of conversion might be in question even if you own the DVD, it&#8217;s up to you to make sure you don&#8217;t break any laws. It&#8217;s usually legal to convert the videos you recorded yourself.</p>
<p><strong> What do you need</strong>:</p>
<ol class="spaced">
<li>Linux, any distribution will do. Linux can be installed on the physical hardware or in a virtual machine (like for example VMware, <a href="/tag/xen/">Xen</a>, VirtualBox or Virtual PC). It is important that you have access to a DVD drive. Otherwise you&#8217;ll have to first create an .iso image of the video DVD you want to convert. <em>mplayer</em> is also available for Windows so you could try the same process using Windows if you prefer.</li>
<li>mplayer. Installation of <em>mplayer</em> depends on the Linux distribution, some have it preinstalled, others require you to install it yourself. For most users the easiest option will be to find pre-built binaries in .rpm, .deb or other appropriate format and install them. I&#8217;m not going to go into details here, if you need directions drop me a comment.</li>
<li>DVD with the videos you want to convert. If your Linux installation can access a DVD drive you just need to insert the DVD disc, otherwise you need to create an .iso image.</li>
<li>Some program to convert .wav files into .mp3. Anything you use to convert CDs to mp3 can usually convert .wav files also.</li>
</ol>
<p><strong>Preparations:</strong></p>
<ol class="spaced">
<li>Decide whether you want to convert the whole video or only some specific fragments.</li>
<li>Decide whether you want to convert the video into one audio file or maybe you prefer separate file for each chapter.</li>
<li>If you decided to do the conversion from an .iso image you need to create it.</li>
<li>Make sure you have enough disk space for the audio files. You need about 6 MB per one minute.</li>
</ol>
<p><strong>Conversion:</strong></p>
<ol class="spaced">
<li>Create .wav files from your video using mplayer. The command to execute is:<br />
<code>mplayer dvd://1 -chapter [first chapter]-[last chapter] -vc null -vo null -alang [language code] -ao pcm:waveheader:fast:file=[output file] -dvd-device [path to .iso file] -ss [start time in seconds] -endpos [duration in seconds]</code></p>
<ul class="spaced"><font color="#ff6600"><strong><em>where:</em></strong></font></p>
<li> dvd://1 usually is the correct option although sometimes (depends on the DVD) it will have to be another number instead of 1. The number corresponds to the DVD title on the disc; usually 1 is the main video.</li>
<li> [first chapter] &#8211; is the first video chapter to start the conversion from.</li>
<li> [last chapter] &#8211; is the last video chapter to finish the conversion with; in case your video has no chapters or you want to convert the whole video into a single audio file you should skip the whole -chapter [first chapter]-[last chapter] fragment of the command; in case you&#8217;re converting each chapter of the DVD to a separate audio file the [last chapter] must be the same as [first chapter] and you need to run this command for each chapter (with a different output file each time).</li>
<li> [language code] &#8211; code of the audio language, this is important if the video has audio track in multiple languages; for example English is en, Spanish is es, Hungarian is hu.</li>
<li> [output file] &#8211; the path to the output audio file including the .wav extension.</li>
<li> [path to .iso file] &#8211; the path to the source .iso file of the video; in case you are converting without first creating the .iso file you should skip the whole -dvd-device [path to .iso file] fragment of the command.</li>
<li> [start time in seconds] &#8211; this option can be used to specify how many seconds at the beginning of the video should be skipped; you should not use this option if you want to convert the whole video.</li>
<li> [duration in seconds] &#8211; this option can be used to specify how many seconds of the video to convert; you should not use this option if you want to convert the whole video. This option together with -ss is useful when you want to do a trial run and convert just a short fragment first to see if it works or if you need to skip some fragments at the beginning or at the end.</li>
</ul>
<ul class="spaced"><strong><font color="#ff6600"><em>Some examples:</em></font></strong></p>
<li>Save audio of chapter 4 of the DVD disk as file chapter4.wav:<br />
<code>mplayer dvd://1 -chapter <strong>4-4</strong> -vc null -vo null -alang en -ao pcm:waveheader:fast:file=<strong>chapter4.wav</strong></code></li>
<li>The same but from an ISO image:<br />
<code>mplayer dvd://1 -chapter <strong>4-4</strong> -vc null -vo null -alang en -ao pcm:waveheader:fast:file=<strong>chapter4.wav</strong> <strong>-dvd-device image.iso</strong></code></li>
<li>Save audio of chapters 2 to 14 of the DVD disk as file chapters2-14.wav:<br />
<code>mplayer dvd://1 -chapter <strong>2-14</strong> -vc null -vo null -alang en -ao pcm:waveheader:fast:file=<strong>chapters2-14.wav</strong></code></li>
<li>Save the last 10 seconds of the first minute of chapter 3 from the DVD disk as file chapter3.wav, this time we want the Spanish soundtrack:<br />
<code>mplayer dvd://1 -chapter <strong>3-3</strong> -vc null -vo null -alang <strong>es</strong> -ao pcm:waveheader:fast:file=<strong>chapter3.wav</strong> <strong>-ss 50 -endpos 10</strong></code></li>
</ul>
</li>
<li>Convert .wav files to mp3 format or any other you prefer using a program you like.</li>
</ol>
<p>That&#8217;s it. Enjoy the new mp3s!</p>
<h3>Related post(s)</h3><ul class="related_post"><li><a href="http://www.olivetalks.com/2009/06/24/skype-40-for-windows-is-out-pros-and-cons-compared-with-linux-skype-20/" title="Skype 4.0 for Windows is out: Pros and cons (compared with Linux Skype 2.0) ">Skype 4.0 for Windows is out: Pros and cons (compared with Linux Skype 2.0)  (1)</a></li><li><a href="http://www.olivetalks.com/2009/02/21/ups-on-centos-with-selinux-part-2/" title="Setting up UPS on CentOS 5.2 with SELinux, part 2">Setting up UPS on CentOS 5.2 with SELinux, part 2 (1)</a></li><li><a href="http://www.olivetalks.com/2009/02/19/ups-on-centos-with-selinux-part-1/" title="Setting up UPS on CentOS 5.2 with SELinux, part 1">Setting up UPS on CentOS 5.2 with SELinux, part 1 (0)</a></li><li><a href="http://www.olivetalks.com/2009/02/17/big-eee/" title="Eee PC 901 &#8211; aka Big Eee">Eee PC 901 &#8211; aka Big Eee (0)</a></li><li><a href="http://www.olivetalks.com/2008/06/17/too-much-success-and-popularity/" title="Too much success and popularity?">Too much success and popularity? (0)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.olivetalks.com/2008/04/20/video-to-audio-with-mplayer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Price does not equal quality anymore, aka El Xorro versus Philippe</title>
		<link>http://www.olivetalks.com/2008/02/26/price-not-equal-quality/</link>
		<comments>http://www.olivetalks.com/2008/02/26/price-not-equal-quality/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 16:17:42 +0000</pubDate>
		<dc:creator>LadyRostand</dc:creator>
				<category><![CDATA[Product reviews]]></category>
		<category><![CDATA[Uncategorized products]]></category>
		<category><![CDATA[Acer]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[Phillips]]></category>
		<category><![CDATA[price]]></category>
		<category><![CDATA[Xoro]]></category>

		<guid isPermaLink="false">http://www.olivetalks.com/2008/02/26/price-not-equal-quality/</guid>
		<description><![CDATA[When I was growing up, the more you paid, the better quality the product you were buying had. If you got 12 EUR jeans, you knew they would not last two washing machines, while you'd be able to count on the 30 EUR ones for at least a year. The Xoro HSD7100 7'' portable DVD player was the cheapest option and it turned out to be excellent, while the mid-price Phillips DVD player's remote is more temperamental than a Chihuahua....]]></description>
			<content:encoded><![CDATA[<p>When I was growing up, the more you paid, the better quality the product you were buying was. If you wanted a good frying pan, you could not pay 10 EUR for it, it had to be over 30. If you got 12 EUR jeans, you knew they would not last two washing machines, while you&#8217;d be able to count on the 30 EUR ones for at least a year. If your sneakers cost 10 EUR, a couple hundred meters, and they were gone. If you paid 20 for them, you&#8217;d make it to the finish line. Pay 50 and not only you&#8217;d run the marathon but you&#8217;d even look cool in them. Same with furniture. For 200 EUR you&#8217;d furnish the house with cardboard boxes. For 600 EUR you&#8217;d have self-mounted wooden furniture. Pay a thousand euro and you&#8217;d have a more respectable looking living room and the certainty no chair would break in quite a few years. Same with lights, TVs, cars, computers,&#8230; everything.</p>
<p>And so I still believed until more and more examples of the contrary have appeared in my life. We wanted lamps for the house. For my office: a 10-euro-halogen standing lamp. Quite simple, bare, white, metallic&#8230; un-fancy. I did not need any more. For the living room, (where people show off their quality??) a 30-euro-halogen standing lamp, with parallel &#8220;feet&#8221;, covered in a classy dark-brown layer of granulated material, with a top glass plate. I can move my lamp about without much effort and it&#8217;s been working without a glitch for over a year now. The expensive lamp has never really stood straight, is a heavy monster and besides making noise, it has shocked me twice already when turning on the light and has made the bulb burst twice (the two events were not related, by the way).</p>
<p>Another example: the static bicycle ZoltarStark mentioned in his <a href="/2008/01/18/the-challenge-continues/" title="the challenge continues">The challenge continue</a> post. We spent a whole week comparing prices and the perks you&#8217;d get in each price range. We finally went for a more expensive one, with loads of cool stuff. The cool stuff has never worked properly. Sure, we could have returned it, but 1. we decided that a crappy bike was better than no bike; 2. if we had returned it, my present post would not have been as cool, now would it?</p>
<p>Six and a half years ago, when I was off to Ireland to do my PhD, my father bought me a 3000 EUR Acer laptop with 64 MB of RAM and a 9 GB hard-disk. That laptop worked without a glitch for 5 years. It might actually still be working, for all I know. And I say it might because someone &#8220;borrowed&#8221; it from a hotel in Bogotá over a year ago, and we have not heard from it since&#8230; snif. By the way, if that person reads this, could you tell us if it&#8217;s still working? We won&#8217;t ask for it back, promise! Three years ago I got myself a 1200 EUR DELL laptop with 1 GB of RAM and a 60 GB hard-disk. Allowing for time difference and the drop in laptop&#8217;s prices, I had expected my new laptop to be at least as good as the Acer one. My DELL laptop&#8230; cannot be called a laptop anymore. Its card reader slot and Ethernet port stopped working a year and a half ago, as the left back-side suffered from overheating. The laptop is placed over 4 tiny dictionaries that hold it 3 cm over the desk to allow air to circulate as the fans struggle to deal with the heat. When you tell it to open a file from Windows Explorer, you can sing Andrea Bocelli&#8217;s <em>Vivo per lei</em> three times before it actually responds. Oh, Windows needs to be reinstalled from time to time for it to continue working properly you say? I could reinstall Windows, you say? Yeah&#8230; the screen stopped working a year ago. It&#8217;s been plugged to an external screen since then and you can only see stuff when it&#8217;s already finished booting. I basically have the poor thing running Thunderbird and that&#8217;s it. I&#8217;m using a, yet another, new laptop which only has Linux installed, in case you wondered what was I typing from.</p>
<p>And finally la crème of this post: the products that prompted me to write this&#8230; dissertation on failing products and pocket pains. Last summer we bought a portable DVD player. As with the bike, we researched, we compared prices, we informed ourselves of the options, we blah bla blahed a bit more&#8230; and finally went to MediMax and bought the cheapest they had: a Xoro HSD7100 7&#8221; portable DVD player for 100 EUR, which according to some pages could, maybe, be convinced to play multiregion DVDs. Not long afterwards we followed the same research path for normal DVD players and instead of getting the cheapest one in the shop, we bought a Phillips DVP5960 DVD player in the mid-price region, looking for better picture quality, sound and whatnot.</p>
<p>Xoro played multiregion DVDs from the start. It also plays.. well, basically anything you throw at it. It is quick to respond, its battery life is almost 3 hours and once you accept portable DVD players do make some noise when playing DVDs, its sound is excellent. My brother bought a DVD player not long ago which cost almost twice the price and it might have a 9&#8221; screen and run for longer, but is picky as hell as to what it wants to play.</p>
<p>Phillips takes 10 seconds to respond to the Power on command. And another 5 to open the door, making it quite annoying when you forgot to remove the DVD before powering it off. It makes as much noise, if not more, as Xoro (which is NOT normal for DVD players).  The remote is more temperamental than a Chihuahua after being stuck in a box for the duration of a transatlantic flight. And if it improves the image quality, well, you&#8217;d have to have better eyesight than Superman to notice it. It does play multiregion DVD, after you introduce a code, though&#8230;</p>
<p>Conclusion to all this rambling&#8230; buy pretty things, for there is no guarantee in quality anymore, and save to be able to replace your purchases in case you did not stumble  by chance on a good product.</p>
<p>PS. El Xorro wins of course!</p>
<h3>Related post(s)</h3><ul class="related_post"><li><a href="http://www.olivetalks.com/2008/04/20/video-to-audio-with-mplayer/" title="Convert videos to audio">Convert videos to audio (1)</a></li><li><a href="http://www.olivetalks.com/2008/02/28/rio-laser-hair-remover-does-it-work-day-4/" title="&#8220;Rio Laser Hair Remover&#8221; does it work? day 4">&#8220;Rio Laser Hair Remover&#8221; does it work? day 4 (2)</a></li><li><a href="http://www.olivetalks.com/2008/02/22/rio-laser-hair-remover-armpits-day-2/" title="&#8220;Rio Laser Hair Remover&#8221; does it work? armpits area (day 2)">&#8220;Rio Laser Hair Remover&#8221; does it work? armpits area (day 2) (2)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.olivetalks.com/2008/02/26/price-not-equal-quality/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
