<?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>WWWalter &#187; Video</title>
	<atom:link href="http://www.walterdevos.be/category/video/feed" rel="self" type="application/rss+xml" />
	<link>http://www.walterdevos.be</link>
	<description>Audio Video Computers and Technology</description>
	<lastBuildDate>Tue, 03 Jan 2012 13:41:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Converting AVI video for Archos Vision 43 MP4 player</title>
		<link>http://www.walterdevos.be/converting-avi-video-for-archos-vision-43-mp4-player</link>
		<comments>http://www.walterdevos.be/converting-avi-video-for-archos-vision-43-mp4-player#comments</comments>
		<pubDate>Thu, 06 Oct 2011 08:19:12 +0000</pubDate>
		<dc:creator>walter</dc:creator>
				<category><![CDATA[Devices]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.walterdevos.be/?p=809</guid>
		<description><![CDATA[Some tips on how to successfully convert any video-file to AVI compatible with the Archos Vision 43. In short: The Archos Vision 43 &#8230; &#8230; plays AVI MPEG-4 (divx/xvid) ONLY &#8230; can&#8217;t play B-frames &#8230; can&#8217;t play mp4 or mkv &#8230; can&#8217;t play h.264 Tools to use converting: EASY: PocketDivXEncoder NOT SO EASY: Mencoder You [...]]]></description>
			<content:encoded><![CDATA[<p>Some tips on how to successfully convert any video-file to AVI compatible with the Archos Vision 43.</p>
<p><a href="http://www.walterdevos.be/wp-content/uploads/archosvision.jpg"><img src="http://www.walterdevos.be/wp-content/uploads/archosvision.jpg" alt="" title="archosvision" width="262" height="193" class="aligncenter size-full wp-image-811" /></a></p>
<p>In short:</p>
<ul>The Archos Vision 43 &#8230;</p>
<li>&#8230; plays AVI MPEG-4 (divx/xvid) ONLY</li>
<li>&#8230; can&#8217;t play B-frames</li>
<li>&#8230; can&#8217;t play mp4 or mkv</li>
<li>&#8230; can&#8217;t play h.264</li>
</ul>
<p><strong>Tools to use converting:</strong><br />
EASY: <a href="http://www.pocketdivxencoder.net/EN_index.htm">PocketDivXEncoder</a><br />
NOT SO EASY: <a href="http://sourceforge.net/projects/mplayer-win32/files/MPlayer%20and%20MEncoder/revision%2034118/MPlayer-rtm-svn-34118.7z/download">Mencoder</a></p>
<p>You can go about this the easy way by using &#8220;PocketDivxEncoder&#8221;, but it&#8217;s rather limited when it comes to making custom configurations. It works however and if that makes you happy, why apply for a headache doing it the hard way. But for those who like to experiment: read on.</p>
<p><strong>Mencoder</strong> is &#8220;sometimes&#8221; part of the Mplayer suite (but is hard to come-by). You&#8217;ll find it at <a href="http://oss.netfarm.it/mplayer-win32.php">Gianluigi Tiesi&#8217;s page</a>. Current build is r34118, and you may choose a version for AMD (athlon), Intel Pentium3 (p3), Intel Pentium 4 or better (p4) or Generic 486 (rtm). I chose rtm. Extract the download in a folder on your computer. There is no installation, because it&#8217;s a command-line tool. To make it work, I use it in BATCH files.</p>
<p>The package consists of two main EXE files, mencoder and mplayer. A detailed manual with all the command-line options can be found in mplayer.html, also included in the package.</p>
<p>The simplest way to use mencoder is like this:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:600px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">mencoder -o &lt;output-file&gt; -oac mp3lame -lameopts cbr:preset=128 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=750 -ffourcc XVID &lt;input-file&gt;</div></td></tr></tbody></table></div>
<p>This will encode <em>input-file</em> into a MPEG4 file with a variable video bitrate of 750kb/s and a constant MP3 audio bitrate of 128kb/s. The container is AVI. The name is <em>output-file</em>. </p>
<p>For the Archos, we want to add some extra options:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:600px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">mencoder -o &lt;output-file&gt; -oac mp3lame -lameopts cbr:preset=128 -ovc lavc -lavcopts vcodec=mpeg4:v4mv:dia=-3:vbitrate=750 -ffourcc XVID -vf scale -zoom -xy 480 &lt;input-file&gt;</div></td></tr></tbody></table></div>
<p>This will encode a MPEG4 AVI, allowing 4 motion vectors per macroblock (slightly better quality), shape adaptive (fast) diamond with size 3 (fast encoding) and a variable bitrate of 750kb/s. We also scale/zoom the video so it fits the Archos 480&#215;272 screen nicely. Aspect ratio is preserved by omitting the height.</p>
<p>You can find many more settings to tweak with by reading the mplayer.html. If you find any improvements, please post them in the comments. I&#8217;ll gladly test them out.</p>
<p><strong>Now.. let&#8217;s automate.</strong></p>
<p>I have a folder on my PC called &#8220;to convert&#8221;, and I&#8217;ve made a sub-folder called mplayer, where the above downloaded package is extracted. The structure looks as such:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:600px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">to convert<br />
&nbsp; &nbsp;|-mplayer<br />
&nbsp; &nbsp; &nbsp; &nbsp;|-mencoder.exe<br />
&nbsp; &nbsp; &nbsp; &nbsp;|-...</div></td></tr></tbody></table></div>
<p>Inside the &#8220;to convert&#8221; folder, I&#8217;ve some batch files: doall_mpg.bat and doone.bat.</p>
<p><strong>doall_mpg.bat</strong></p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:600px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">for %%f in (*.mpg) do start doone.bat &quot;%%f&quot;</div></td></tr></tbody></table></div>
<p><strong>doone.bat</strong></p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:600px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">mplayer\mencoder -o &quot;%~1_SM.avi&quot; -oac mp3lame -lameopts cbr:preset=128 -ovc lavc -lavcopts vcodec=mpeg4:v4mv:dia=-3:vbitrate=750 -ffourcc XVID -vf scale -zoom -xy 480 %1</div></td></tr></tbody></table></div>
<p>What is does is simple. When I put some (*not more than 4) mpeg files (.mpg) in the &#8220;to convert&#8221; folder, together with the batch files AND I then run the doall_mpg.bat batch-file, the PC starts encoding ALL the mpeg files at once. (*) I use &#8220;start&#8221; to launch multiple jobs at once, because mencoder uses only ONE thread (core). To fully use the potential of a quad-core, you may launch at least 4 jobs in parallel without suffering a decrease in encoding speed. Mind that mencoder CAN use multiple threads, but the speed-increase is not that spectacular. AND I noticed that using threads=2 (or more) produced a lot of artifacts when playing the encoded file back on the Archos, thus we can&#8217;t use that option.</p>
<p>To convert other files, like AVI&#8217;s, MP4&#8242;s , etc.. just change the (*.mpg) to (*.avi),(*.mp4),..respectively. ( I know this isn&#8217;t ideal, but I&#8217;m to lazy to change it now). <img src='http://www.walterdevos.be/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   If you know about batch processing and for, you&#8217;ll know what to do when you want to change it. <img src='http://www.walterdevos.be/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><strong>A FEW NOTES:</strong></p>
<ul>
<li>Depending on how fast and how big the SD cards is you&#8217;re using, video playback from that SD card may be choppy and out of sync. I found that the 16 Gbyte Sandisk SD-HC did not work for me. For smooth video playback, copy the video&#8217;s to the internal memory.</li>
<li>You can use <strong>-vf crop=700:396,scale=480:272</strong> to crop letterbox video&#8217;s. You may have to tweak the. All is explained in mplayer.html</li>
</ul>
<p>Have fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.walterdevos.be/converting-avi-video-for-archos-vision-43-mp4-player/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PC-based DVB-S2 satellite receiver part 1</title>
		<link>http://www.walterdevos.be/project-pc-based-dvb-s2-satellite-receiver-and-home-theater</link>
		<comments>http://www.walterdevos.be/project-pc-based-dvb-s2-satellite-receiver-and-home-theater#comments</comments>
		<pubDate>Fri, 13 Nov 2009 14:44:15 +0000</pubDate>
		<dc:creator>walter</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Satellite]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.walterdevos.be/?p=489</guid>
		<description><![CDATA[Please continue to the updated post.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.walterdevos.be/my-2-cents-on-htpc-media-pc-and-dvb">Please continue to the updated post.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.walterdevos.be/project-pc-based-dvb-s2-satellite-receiver-and-home-theater/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YouTube Embedded Player Parameters aanpassen</title>
		<link>http://www.walterdevos.be/youtube-embedded-player-parameters-aanpassen</link>
		<comments>http://www.walterdevos.be/youtube-embedded-player-parameters-aanpassen#comments</comments>
		<pubDate>Wed, 11 Mar 2009 00:57:48 +0000</pubDate>
		<dc:creator>walter</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[player parameters]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.walterdevos.be/2009/03/11/youtube-embedded-player-parameters-aanpassen/</guid>
		<description><![CDATA[Je kan de YouTube Embedded Player Parameters gemakkelijk zelf aanpassen. Meer info en welke parameters er zijn vind je hier.]]></description>
			<content:encoded><![CDATA[<p>Je kan de YouTube Embedded Player Parameters gemakkelijk zelf aanpassen. Meer info en welke parameters er zijn vind je <a href="http://code.google.com/intl/nl/apis/youtube/player_parameters.html">hier</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.walterdevos.be/youtube-embedded-player-parameters-aanpassen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

