<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Marcin Juszkiewicz - divx</title><link href="https://marcin.juszkiewicz.com.pl/" rel="alternate"/><link href="https://marcin.juszkiewicz.com.pl/tag/divx/feed/" rel="self"/><id>https://marcin.juszkiewicz.com.pl/</id><updated>2009-04-10T18:48:00+02:00</updated><entry><title>OMG! (aka BeagleBoard + LCD)</title><link href="https://marcin.juszkiewicz.com.pl/2009/04/10/omg-aka-beagleboard-lcd/" rel="alternate"/><published>2009-04-10T18:48:00+02:00</published><updated>2009-04-10T18:48:00+02:00</updated><author><name>Marcin Juszkiewicz</name></author><id>tag:marcin.juszkiewicz.com.pl,2009-04-10:/2009/04/10/omg-aka-beagleboard-lcd/</id><summary type="html">&lt;p&gt;Today I finally connected BeagleBoard to &lt;span class="caps"&gt;LCD&lt;/span&gt; monitor &amp;#8212; &lt;a href="/2007/01/19/samsung-205b-wide/"&gt;Samsung Syncmaster &lt;span class="caps"&gt;205BW&lt;/span&gt; (20&amp;#8221; 1680x1050px)&lt;/a&gt; which now works as my secondary&amp;nbsp;display.&lt;/p&gt;
&lt;p&gt;I can say one thing about how it works: &lt;span class="caps"&gt;OMG&lt;/span&gt;! This is fast, nice looking and shows power of &lt;span class="caps"&gt;OMAP3&lt;/span&gt; graphics capabilities. Did not tried 3D acceleration yet (it works …&lt;/p&gt;</summary><content type="html">&lt;p&gt;Today I finally connected BeagleBoard to &lt;span class="caps"&gt;LCD&lt;/span&gt; monitor &amp;#8212; &lt;a href="/2007/01/19/samsung-205b-wide/"&gt;Samsung Syncmaster &lt;span class="caps"&gt;205BW&lt;/span&gt; (20&amp;#8221; 1680x1050px)&lt;/a&gt; which now works as my secondary&amp;nbsp;display.&lt;/p&gt;
&lt;p&gt;I can say one thing about how it works: &lt;span class="caps"&gt;OMG&lt;/span&gt;! This is fast, nice looking and shows power of &lt;span class="caps"&gt;OMAP3&lt;/span&gt; graphics capabilities. Did not tried 3D acceleration yet (it works under Ångström) but even without it it is&amp;nbsp;amazing!&lt;/p&gt;
&lt;p&gt;Now I have 1280x800 resolution and so far tested playing of video files. &lt;span class="caps"&gt;DVD&lt;/span&gt; images (DivX encoded) works nice, 720p are not so usable but &lt;span class="caps"&gt;BB&lt;/span&gt; is at least capable to generate jumping&amp;nbsp;preview.&lt;/p&gt;
&lt;p&gt;After Easter I plan to spend more time hacking BeagleBoard platform. It shows where the future of small devices is. Now let TouchBook appear on market and I will definitely buy&amp;nbsp;one.&lt;/p&gt;</content><category term="beagleboard"/><category term="divx"/><category term="omap"/><category term="video"/></entry><entry><title>Grabbing movies from TV</title><link href="https://marcin.juszkiewicz.com.pl/2006/04/29/grabbing-movies-from-tv/" rel="alternate"/><published>2006-04-29T18:06:00+02:00</published><updated>2006-04-29T18:06:00+02:00</updated><author><name>Marcin Juszkiewicz</name></author><id>tag:marcin.juszkiewicz.com.pl,2006-04-29:/2006/04/29/grabbing-movies-from-tv/</id><summary type="html">&lt;p&gt;From time to time I grab something from &lt;span class="caps"&gt;TV&lt;/span&gt; to watch it later. Each time I had to re-discover proper MEncoder params and finally decided to write about it on site &amp;#8212; maybe someone other will find it&amp;nbsp;interesting.&lt;/p&gt;
&lt;p&gt;Machine is simple &lt;span class="caps"&gt;PC&lt;/span&gt; desktop powered by AthlonXP 2200+ &lt;span class="caps"&gt;CPU&lt;/span&gt; (1.8GHz …&lt;/p&gt;</summary><content type="html">&lt;p&gt;From time to time I grab something from &lt;span class="caps"&gt;TV&lt;/span&gt; to watch it later. Each time I had to re-discover proper MEncoder params and finally decided to write about it on site &amp;#8212; maybe someone other will find it&amp;nbsp;interesting.&lt;/p&gt;
&lt;p&gt;Machine is simple &lt;span class="caps"&gt;PC&lt;/span&gt; desktop powered by AthlonXP 2200+ &lt;span class="caps"&gt;CPU&lt;/span&gt; (1.8GHz) and Pixelview &lt;span class="caps"&gt;TV&lt;/span&gt; tuner&amp;nbsp;(&lt;code&gt;card=70&lt;/code&gt; in bttv) which sound output is connected via loop-cable to Line-In of onboard via82xx soundcard (&lt;span class="caps"&gt;ALSA&lt;/span&gt; driven) &amp;#8212; all under control of Debian &amp;#8216;sid&amp;#8217; running Linux 2.6 (2.6.16-ck1 now). For grabbing I use MEncoder (own &lt;span class="caps"&gt;CVS&lt;/span&gt;&amp;nbsp;build).&lt;/p&gt;
&lt;p&gt;First thing to do is to pick a channel &amp;#8212; I&amp;nbsp;run &lt;code&gt;tvtime&lt;/code&gt; and quit after select proper one. Then mixer (I use KMix) is needed: turn on capturing of Line-In (can mute it too so it will not bother you during grabbing). After this you should be ready to grab&amp;nbsp;videos.&lt;/p&gt;
&lt;p&gt;Now MEncoder has to be started (all in one&amp;nbsp;line):&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;mencoder tv:// -o tv2.avi -ovc lavc -oac mp3lame -lavcopts vcodec=mpeg4 \
-tv driver=v4l2:width=640:height=480:alsa=1:immediatemode=0:forceaudio:forcechan=1
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This will tell that we want DivX with &lt;span class="caps"&gt;MP3&lt;/span&gt; Audio &amp;#8212; on my machine this encoding takes ~50% &lt;span class="caps"&gt;CPU&lt;/span&gt;. Before I used M-&lt;span class="caps"&gt;JPEG&lt;/span&gt; but was taking too much disc&amp;nbsp;space.&lt;/p&gt;</content><category term="divx"/><category term="mencoder"/><category term="movies"/><category term="v4l"/><category term="video"/></entry></feed>