<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;AkYBQ3YycSp7ImA9WhRWGUs.&quot;"><id>tag:blogger.com,1999:blog-6981617938315652705</id><updated>2012-01-08T01:59:12.899+05:30</updated><category term="shutdown" /><category term="saa173x 64 bit" /><category term="remote" /><category term="windows" /><category term="javaME" /><category term="bluetooth" /><category term="KDE 4" /><category term="Windowed" /><category term="meboy" /><category term="webcam preview capture" /><category term="RDP" /><title>Catcatmu!</title><subtitle type="html">On whatever comes into my mind!</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://catcatmu.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://catcatmu.blogspot.com/" /><author><name>Catcatmu</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>13</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/Catcatmu" /><feedburner:info uri="catcatmu" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;DUMDSXcyeCp7ImA9WhdREU8.&quot;"><id>tag:blogger.com,1999:blog-6981617938315652705.post-6347777791986993958</id><published>2010-08-30T22:21:00.001+05:30</published><updated>2011-07-31T21:21:18.990+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-31T21:21:18.990+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="meboy" /><category scheme="http://www.blogger.com/atom/ns#" term="bluetooth" /><category scheme="http://www.blogger.com/atom/ns#" term="javaME" /><title>Meboy-F-Ctmu</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/3XXu9u41eErsojyDoPRgBCya_eM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/3XXu9u41eErsojyDoPRgBCya_eM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/3XXu9u41eErsojyDoPRgBCya_eM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/3XXu9u41eErsojyDoPRgBCya_eM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
For those who hate reading:&lt;br /&gt;
&lt;a href="http://pages.intnet.mu/digiwiz/stuff/Meboy-f-ctm.jar"&gt;http://pages.intnet.mu/digiwiz/stuff/Meboy-f-ctm.jar&lt;/a&gt;&lt;br /&gt;
(Link to meboy-f-ctm i.e meboy with filesystem read/write of gameboy (color) roms from memory card/phone memory but which allows lazy-loading so will work on phones with very little memory -- GPL v2!!)&lt;br /&gt;
&lt;br /&gt;
Sometimes the only way to get what you want is to do it yourself.&lt;br /&gt;
&lt;br /&gt;
Meboy is a gameboy (color) emulator which works on the javaME platform (i.e mobile phones). But requires you to pre-package the roms into the jar... but some phones have a size limit on the jar size.&lt;br /&gt;
&lt;br /&gt;
Meboy-F is a fork, which allows you to read gameboy color roms from the the phone or memory card, with one catch, it pre-loads the entire rom to the phone memory.... which causes a java(..)out of memory. &lt;br /&gt;
&lt;br /&gt;
The best 'meboy' would probably a combination of both, with the lazy loading (i.e partial loading of the roms) and with the file input. Problem is unless you sign the package (which costs $200/year) most phones will nag each time the rom (on the filesystem is accessed).&lt;br /&gt;
&lt;br /&gt;
A small solution is to cache a bit of the file. Most roms require to be read in a more or less sequential way. By caching part of the file, it is possible to reduce the nags, to rare, rather than at each read. (cache is done via mark and reset replace is.close by is.reset and change from java...inputstream to datainputstream)&lt;br /&gt;
&lt;br /&gt;
As far as modifications of the source is concerned, it's a simple copy paste, of meboy code into meboy -f (everything that says lazy loading .)&lt;br /&gt;
&lt;br /&gt;
The result of this merge, and cache (compiled) is :&lt;br /&gt;
&lt;a href="http://pages.intnet.mu/digiwiz/stuff/Meboy-f-ctm.jar"&gt;http://pages.intnet.mu/digiwiz/stuff/Meboy-f-ctm.jar&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Just for some info:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;SAVE/SUSPEND your game frequently ...just in case.&lt;/li&gt;
&lt;li&gt; Keeping the default 1024KB max load size (look in the options: it's the last option) on a nokia 6233 (3mb ram) causes the dreaded OutofmemoryException, the solution is to reduce it to 800kb ... the 'file permissions' nags are bearable, (you get a max of 2 every two hours on PKMN yellow each hour).&amp;nbsp;&lt;/li&gt;
&lt;li&gt;After resuming a suspended game you will get a series of 'file permission nags' within the first minute as the game loads... in a non-orderly fashion ;-).&lt;/li&gt;
&lt;li&gt;There seems to be some 'clean up' problem. When you exit one rom. CLOSE and reopen meboy!!!&lt;/li&gt;
&lt;li&gt;NEITHER meboy OR meboy-f are mine: &lt;a href="http://arktos.se/meboy/"&gt;http://arktos.se/meboy/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;For blue-tooth save file/suspend game send to pc you can use the meboy builder.&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
EDIT:&lt;/div&gt;
&lt;div&gt;
OTHER LINKS:&amp;nbsp;&lt;a href="http://www.megaupload.com/?d=L7P9TWHU"&gt;http://www.megaupload.com/?d=L7P9TWHU&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6981617938315652705-6347777791986993958?l=catcatmu.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Catcatmu/~4/6qrs3a1htxE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://catcatmu.blogspot.com/feeds/6347777791986993958/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6981617938315652705&amp;postID=6347777791986993958" title="6 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6981617938315652705/posts/default/6347777791986993958?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6981617938315652705/posts/default/6347777791986993958?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Catcatmu/~3/6qrs3a1htxE/meboy-f-ctmu.html" title="Meboy-F-Ctmu" /><author><name>Catcatmu</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>6</thr:total><feedburner:origLink>http://catcatmu.blogspot.com/2010/08/meboy-f-ctmu.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ck4GRHkyfCp7ImA9WxFbGUg.&quot;"><id>tag:blogger.com,1999:blog-6981617938315652705.post-8104618074916453186</id><published>2010-07-12T21:38:00.000+05:30</published><updated>2010-07-12T21:38:45.794+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-07-12T21:38:45.794+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Windowed" /><category scheme="http://www.blogger.com/atom/ns#" term="KDE 4" /><title>Kde 4 Windows in Tabs</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/n37_Z2oEvZkFMROek8PNpzW43XM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/n37_Z2oEvZkFMROek8PNpzW43XM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/n37_Z2oEvZkFMROek8PNpzW43XM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/n37_Z2oEvZkFMROek8PNpzW43XM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Sometimes those great extreme features are so well hidden you just can't find them... worse, no one tells you where you can find them or how to activate them. Searching is not a great help either.&lt;br /&gt;
&lt;br /&gt;
Kde has a superb feature, esp if you use Kde as your main desktop... you can combine many windows,into a single title-bar and you can switch between them easy as pie - hit alt-and scroll.&lt;br /&gt;
&lt;br /&gt;
Trouble is it's well hidden and appears only if you know where it is, and have the right environment:&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;You need the window decoration set to oxygen (systemsettings -&amp;gt; appearance (or was it desktop (?))&lt;/li&gt;
&lt;li&gt;You need to activate it&amp;nbsp; (Kwin -&amp;gt; enable window tabs)&lt;/li&gt;
&lt;li&gt;Right click an the title-bar and select group windows (remember you need at least two windows open)&lt;/li&gt;
&lt;/ol&gt;Pictures coming... soon!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6981617938315652705-8104618074916453186?l=catcatmu.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Catcatmu/~4/2thCqWYwhaM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://catcatmu.blogspot.com/feeds/8104618074916453186/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6981617938315652705&amp;postID=8104618074916453186" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6981617938315652705/posts/default/8104618074916453186?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6981617938315652705/posts/default/8104618074916453186?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Catcatmu/~3/2thCqWYwhaM/kde-4-windows-in-tabs.html" title="Kde 4 Windows in Tabs" /><author><name>Catcatmu</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://catcatmu.blogspot.com/2010/07/kde-4-windows-in-tabs.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUIDSHc8fyp7ImA9WxFWE0Q.&quot;"><id>tag:blogger.com,1999:blog-6981617938315652705.post-166840618729430260</id><published>2010-05-26T19:15:00.002+05:30</published><updated>2010-06-01T18:36:19.977+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-06-01T18:36:19.977+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="webcam preview capture" /><title>Linux: Recording video from webcam with preview.</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/uNsPHSxuDtj9dLe8YUsHAKdl9ME/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uNsPHSxuDtj9dLe8YUsHAKdl9ME/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/uNsPHSxuDtj9dLe8YUsHAKdl9ME/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uNsPHSxuDtj9dLe8YUsHAKdl9ME/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;A Simple program to capture the video from a web-cam, with audio and a preview of what is captured. You need mencoder (part of the mplayer package) and QT &amp;gt;= 4.x. You can change the mencoder options in the source code.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_UaWJDWudDmk/S_0m0LlXXqI/AAAAAAAAE9U/pZlSRQa53IM/s1600/snapshot7.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_UaWJDWudDmk/S_0m0LlXXqI/AAAAAAAAE9U/pZlSRQa53IM/s320/snapshot7.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
To Use the program, you need to set the video and audio devices in the form /dev/*&lt;br /&gt;
&lt;br /&gt;
Delay is the time in seconds, before mplayer displays the captured file, WHILE it is being captured. It acts as a preview. Lower values are better, but if the value is too low, capture may not have started when mpalyer launches.&lt;br /&gt;
&lt;br /&gt;
To stop the capture you need to close the xterm window.&lt;br /&gt;
&lt;br /&gt;
Source Code: http://pages.intnet.mu/digiwiz/stuff/pcapture.tar.gz&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6981617938315652705-166840618729430260?l=catcatmu.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Catcatmu/~4/vz96Hm9y4o4" height="1" width="1"/&gt;</content><link rel="related" href="http://pages.intnet.mu/digiwiz/stuff/pcapture.tar.gz" title="Linux: Recording video from webcam with preview." /><link rel="replies" type="application/atom+xml" href="http://catcatmu.blogspot.com/feeds/166840618729430260/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6981617938315652705&amp;postID=166840618729430260" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6981617938315652705/posts/default/166840618729430260?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6981617938315652705/posts/default/166840618729430260?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Catcatmu/~3/vz96Hm9y4o4/linux-recording-video-from-webcam-with.html" title="Linux: Recording video from webcam with preview." /><author><name>Catcatmu</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_UaWJDWudDmk/S_0m0LlXXqI/AAAAAAAAE9U/pZlSRQa53IM/s72-c/snapshot7.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://catcatmu.blogspot.com/2010/05/linux-recording-video-from-webcam-with.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CU4DRHo-fyp7ImA9WxFRF0w.&quot;"><id>tag:blogger.com,1999:blog-6981617938315652705.post-2815170261709606610</id><published>2010-05-01T17:09:00.000+05:30</published><updated>2010-05-01T17:09:35.457+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-05-01T17:09:35.457+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="saa173x 64 bit" /><title>Philips SemiConductors Windows 7 x64 Driver</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/m9ZVlYwaDmV2wGH6La7YPxFv5Rs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/m9ZVlYwaDmV2wGH6La7YPxFv5Rs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/m9ZVlYwaDmV2wGH6La7YPxFv5Rs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/m9ZVlYwaDmV2wGH6La7YPxFv5Rs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;After scratching, digging, and pulling out a few hair follicals over a philips based SAA7130 tv card and Windows 7 (64 bit) , I have fianlly found a driver that works properly, with all inputs. &lt;br /&gt;
&lt;br /&gt;
To install the driver you will need to do it manually:&lt;br /&gt;
&lt;br /&gt;
Open device manager (startmenu -&amp;gt; search) then in that list find the tv card (multimedia....) right click, update driver and choose advanced, Select the location of the 3xhybid.ini file, and voila.&lt;br /&gt;
&lt;br /&gt;
LINK :&amp;nbsp; &lt;a href="http://pages.intnet.mu/digiwiz/stuff/x64.zip"&gt;This&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6981617938315652705-2815170261709606610?l=catcatmu.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Catcatmu/~4/1MqvYKs7TAs" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://catcatmu.blogspot.com/feeds/2815170261709606610/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6981617938315652705&amp;postID=2815170261709606610" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6981617938315652705/posts/default/2815170261709606610?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6981617938315652705/posts/default/2815170261709606610?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Catcatmu/~3/1MqvYKs7TAs/philips-semiconductors-windows-7-x64.html" title="Philips SemiConductors Windows 7 x64 Driver" /><author><name>Catcatmu</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://catcatmu.blogspot.com/2010/05/philips-semiconductors-windows-7-x64.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkYHQ348eyp7ImA9WxBbFEs.&quot;"><id>tag:blogger.com,1999:blog-6981617938315652705.post-702433270997191514</id><published>2010-03-13T11:31:00.001+05:30</published><updated>2010-03-13T11:32:12.073+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-03-13T11:32:12.073+05:30</app:edited><title>The good old taskbar...</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/DQTsULJJWttP5OFQKkX4JLuGyME/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/DQTsULJJWttP5OFQKkX4JLuGyME/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/DQTsULJJWttP5OFQKkX4JLuGyME/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/DQTsULJJWttP5OFQKkX4JLuGyME/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Is it just me or is the taskbar here to stay?&lt;br /&gt;
With around twenty programs running in the background each fighting for attention, it's not very convinient to sort through each of them using either the taskbar or the 'atl-tab'.&lt;br /&gt;
The startmenu needs to go too. How can you search through a hundred applications each in their own folder for the right one?&lt;br /&gt;
&lt;br /&gt;
In windows you have no alternative, but why carry on the trend into every other OS...&lt;br /&gt;
&lt;br /&gt;
Take KDE for example, you can find any program using 'alt-f2' and it's description. The 'start-menu' is not organised by 'company' but rather by what the application does, so much more easier. Better still the desktop isn't the regular sleepy one, it's your startmenu... so much simpler and way cooler. This also means that the entire screen can be used by the application itself, especially useful for those small netbooks.&lt;br /&gt;
&lt;br /&gt;
Switching applications can be done with a simpe mouse flick which presents all the applications... much faster than any other method only one click.&lt;br /&gt;
&lt;br /&gt;
Yet all these features aren't enabled by default and all the distributions refuse to look anything but Windows. It's really time to change and experiment....&lt;br /&gt;
&lt;br /&gt;
P.S... I'll add some screeshots when I'm home....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6981617938315652705-702433270997191514?l=catcatmu.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Catcatmu/~4/gbO3iqmG-1o" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://catcatmu.blogspot.com/feeds/702433270997191514/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6981617938315652705&amp;postID=702433270997191514" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6981617938315652705/posts/default/702433270997191514?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6981617938315652705/posts/default/702433270997191514?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Catcatmu/~3/gbO3iqmG-1o/good-old-taskbar.html" title="The good old taskbar..." /><author><name>Catcatmu</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://catcatmu.blogspot.com/2010/03/good-old-taskbar.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0EDRXk8cSp7ImA9WxBUEEw.&quot;"><id>tag:blogger.com,1999:blog-6981617938315652705.post-3909100656938936024</id><published>2010-02-24T18:11:00.003+05:30</published><updated>2010-02-24T18:17:54.779+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-24T18:17:54.779+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="remote" /><category scheme="http://www.blogger.com/atom/ns#" term="windows" /><category scheme="http://www.blogger.com/atom/ns#" term="shutdown" /><category scheme="http://www.blogger.com/atom/ns#" term="RDP" /><title>Remote Destop (RDP) shutdown</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Au7LG89CJR5u2XQZ2xKzRtQZWUg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Au7LG89CJR5u2XQZ2xKzRtQZWUg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Au7LG89CJR5u2XQZ2xKzRtQZWUg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Au7LG89CJR5u2XQZ2xKzRtQZWUg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;If you have ever tried shuting down a windows computer through rdp, you probably know that in windows 7, there is really no way to do it: the start menu doesn't help, and the task managerhas been tinkered with. By mistake, I ended up finding a loophole: click the desktop and hit 'alt+F4' and voila... a dialog box pops up and you can now shutdown...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6981617938315652705-3909100656938936024?l=catcatmu.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Catcatmu/~4/N9IfrHqOyAg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://catcatmu.blogspot.com/feeds/3909100656938936024/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6981617938315652705&amp;postID=3909100656938936024" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6981617938315652705/posts/default/3909100656938936024?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6981617938315652705/posts/default/3909100656938936024?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Catcatmu/~3/N9IfrHqOyAg/remote-destop-rdp-shutdown.html" title="Remote Destop (RDP) shutdown" /><author><name>Catcatmu</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://catcatmu.blogspot.com/2010/02/remote-destop-rdp-shutdown.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUMCRnc_eip7ImA9WxBWEE4.&quot;"><id>tag:blogger.com,1999:blog-6981617938315652705.post-6913125557092665197</id><published>2010-02-01T19:33:00.002+05:30</published><updated>2010-02-01T19:41:07.942+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-01T19:41:07.942+05:30</app:edited><title>The shift...</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/9w1oEeDqf7kdzN1NJbBECptT8Uw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/9w1oEeDqf7kdzN1NJbBECptT8Uw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/9w1oEeDqf7kdzN1NJbBECptT8Uw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/9w1oEeDqf7kdzN1NJbBECptT8Uw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Most people who use linux will agree. Linux is great... I mean no viruses to bug you, and incredible speed even after one year of use...&lt;br /&gt;&lt;br /&gt;The only problem I've faced so far is the lack of a good download manager...and I've decided to do something about it; I've decided to write one.&lt;br /&gt;&lt;br /&gt;For now, I've concentrate on the main parts i.e downloads and queues,&lt;br /&gt;later I'll add scheduling, a unique way to handle some sites which make it difficult to download, and speed control (this can't be implemented yet due to a bug in the Qt 4.5 library).&lt;br /&gt;&lt;br /&gt;Take a look: http://code.google.com/p/phelpinghand/ &lt;br /&gt;&lt;br /&gt;A partially working copy is present in the repository... you need to run setup (under downloads) first!&lt;br /&gt;&lt;br /&gt;(The project is under the GPL v3)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6981617938315652705-6913125557092665197?l=catcatmu.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Catcatmu/~4/HXBPrIRZct0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://catcatmu.blogspot.com/feeds/6913125557092665197/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6981617938315652705&amp;postID=6913125557092665197" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6981617938315652705/posts/default/6913125557092665197?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6981617938315652705/posts/default/6913125557092665197?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Catcatmu/~3/HXBPrIRZct0/shift.html" title="The shift..." /><author><name>Catcatmu</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://catcatmu.blogspot.com/2010/02/shift.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEEARXs4fip7ImA9WxBSF04.&quot;"><id>tag:blogger.com,1999:blog-6981617938315652705.post-2531121819019807958</id><published>2009-12-25T15:23:00.002+05:30</published><updated>2009-12-25T15:54:04.536+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-25T15:54:04.536+05:30</app:edited><title>Remove subfolders...</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/LtDhEv33NyWtjdQ4lUhzYJjy81U/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/LtDhEv33NyWtjdQ4lUhzYJjy81U/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/LtDhEv33NyWtjdQ4lUhzYJjy81U/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/LtDhEv33NyWtjdQ4lUhzYJjy81U/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Here is a small program which will 'remove' sub-folders by creating links tot he contents in another folder.&lt;br /&gt;&lt;br /&gt;Useful if you want to batch convert pictures while preserving the sub-folder arrangement. (make a copy of the folder, create the 'sub-folderless' links then run the convertor,overwriting the 'original' copies.&lt;br /&gt;&lt;br /&gt;Link: http://pages.intnet.mu/digiwiz/stuff/pLinks.tar.gz&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6981617938315652705-2531121819019807958?l=catcatmu.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Catcatmu/~4/M3qgOWLV-Qo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://catcatmu.blogspot.com/feeds/2531121819019807958/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6981617938315652705&amp;postID=2531121819019807958" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6981617938315652705/posts/default/2531121819019807958?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6981617938315652705/posts/default/2531121819019807958?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Catcatmu/~3/M3qgOWLV-Qo/remove-subfolders.html" title="Remove subfolders..." /><author><name>Catcatmu</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://catcatmu.blogspot.com/2009/12/remove-subfolders.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUUBQ347cCp7ImA9WxBSF08.&quot;"><id>tag:blogger.com,1999:blog-6981617938315652705.post-6693737485673801600</id><published>2009-12-25T13:15:00.000+05:30</published><updated>2009-12-25T13:17:32.008+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-25T13:17:32.008+05:30</app:edited><title>A masterpiece!</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/rM5-KYxvMlvQ2feEvJ3p72aMflM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rM5-KYxvMlvQ2feEvJ3p72aMflM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/rM5-KYxvMlvQ2feEvJ3p72aMflM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rM5-KYxvMlvQ2feEvJ3p72aMflM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_UaWJDWudDmk/SzRtz7Y749I/AAAAAAAAEW0/Z1Vi_Aryeo0/s1600-h/Untitled.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 200px;" src="http://1.bp.blogspot.com/_UaWJDWudDmk/SzRtz7Y749I/AAAAAAAAEW0/Z1Vi_Aryeo0/s320/Untitled.png" alt="" id="BLOGGER_PHOTO_ID_5419076990516585426" border="0" /&gt;Don't Ask!&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6981617938315652705-6693737485673801600?l=catcatmu.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Catcatmu/~4/WotDkXl654I" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://catcatmu.blogspot.com/feeds/6693737485673801600/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6981617938315652705&amp;postID=6693737485673801600" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6981617938315652705/posts/default/6693737485673801600?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6981617938315652705/posts/default/6693737485673801600?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Catcatmu/~3/WotDkXl654I/masterpiece.html" title="A masterpiece!" /><author><name>Catcatmu</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_UaWJDWudDmk/SzRtz7Y749I/AAAAAAAAEW0/Z1Vi_Aryeo0/s72-c/Untitled.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://catcatmu.blogspot.com/2009/12/masterpiece.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk8GQno4fyp7ImA9WxBSF04.&quot;"><id>tag:blogger.com,1999:blog-6981617938315652705.post-3410043340524403846</id><published>2009-12-21T10:42:00.005+05:30</published><updated>2009-12-25T15:23:43.437+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-25T15:23:43.437+05:30</app:edited><title>Kde4 - Adding a Shutdown video</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/uRDOgQiW4xpWSoAJehpVwT4nUSY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uRDOgQiW4xpWSoAJehpVwT4nUSY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/uRDOgQiW4xpWSoAJehpVwT4nUSY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uRDOgQiW4xpWSoAJehpVwT4nUSY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Wouldn't it be cool if we could have a video say an explosion of the display, just before the system shutdown?&lt;br /&gt;&lt;br /&gt;Obviously you'll need to have such a video (The last few seconds of the first tinker bell movie look great...).&lt;br /&gt;&lt;br /&gt;Here's how to do it:&lt;br /&gt;1. Create a file called &lt; something &gt;.sh in the ~/.kde4/shutdown.&lt;br /&gt;2. Open the file and add the folowing lines:&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;#bin/bash&lt;br /&gt;mplayer -fs  -aspect 16:10  [  path to video (FULL PATH)&gt;]&lt;br /&gt;# -nogui&lt;br /&gt;&lt;br /&gt;3. Edit the -aspect argument to fit your screen size. For example if you have the older 'square' screens use 4:3 Or 16:9 for desktop widesreens.&lt;br /&gt;&lt;br /&gt;4.Open dolphin and create a Link from 'shutdown' folder to 'Shutdown' folder. (You can do this by dragging the folder into the same pane and selecting 'Link Here' in the menu.)&lt;br /&gt;&lt;br /&gt;5. Now Shutdown and enjoy your animated display...&lt;br /&gt;&lt;br /&gt;Tip: Videos of around 5 second work best&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6981617938315652705-3410043340524403846?l=catcatmu.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Catcatmu/~4/2Rw3RmxhrjM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://catcatmu.blogspot.com/feeds/3410043340524403846/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6981617938315652705&amp;postID=3410043340524403846" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6981617938315652705/posts/default/3410043340524403846?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6981617938315652705/posts/default/3410043340524403846?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Catcatmu/~3/2Rw3RmxhrjM/kde4-adding-shutdown-video.html" title="Kde4 - Adding a Shutdown video" /><author><name>Catcatmu</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://catcatmu.blogspot.com/2009/12/kde4-adding-shutdown-video.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkMEQn0_fSp7ImA9WxBSE0o.&quot;"><id>tag:blogger.com,1999:blog-6981617938315652705.post-4000889474712882034</id><published>2009-10-20T19:54:00.003+05:30</published><updated>2009-12-21T10:10:03.345+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-21T10:10:03.345+05:30</app:edited><title>Convert and split video (mencoder).</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/o8KS7mllj1OgPC3XQKAzVZdGbVs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/o8KS7mllj1OgPC3XQKAzVZdGbVs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/o8KS7mllj1OgPC3XQKAzVZdGbVs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/o8KS7mllj1OgPC3XQKAzVZdGbVs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;This python script will semi-automatically take a video file and split it into pieces of 10mins. &lt;br/&gt;It is however slightly complicated to use, you need to know the time of run of the file in minutes (close to 1 min rounded up).&lt;br/&gt;&lt;br/&gt;The syntax is: python &amp;lt;pathToScript&amp;gt; &amp;lt;timeInMins&amp;gt; &amp;lt;inputFile&amp;gt;&lt;br/&gt;&lt;br/&gt;Here the base of the script is the batch script (see previous post) &lt;br/&gt;&lt;br/&gt;#!/usr/bin/python&lt;br/&gt;# -*- coding: utf-8 -*-&lt;br/&gt;import sys, os&lt;br/&gt;&lt;br/&gt;#--------------------------------TWEAKS--------------------------------#&lt;br/&gt;#Path to mencoder&lt;br/&gt;MENCODER = "/usr/bin/mencoder"&lt;br/&gt;&lt;br/&gt;#Append postfix to differentiate original and converted video&lt;br/&gt;FILE_POSTFIX="cnv"&lt;br/&gt;&lt;br/&gt;#Encoding bitrate&lt;br/&gt;BITRATE = 400&lt;br/&gt;&lt;br/&gt;#Output directory for converted videos&lt;br/&gt;OUT_DIR = "/home/Arwen/Video/cnv"&lt;br/&gt;#----------------------------------------------------------------------#&lt;br/&gt;#author: catcatmu&lt;br/&gt;encode = "%s -ss %d:00 -endpos 10:00 -noodml %s  -of avi -o %s -ofps 22 -vf-add scale=320:-2,expand=320:240 -srate 44100 -ovc xvid -xvidencopts threads=2:bitrate=%d:max_bframes=0:quant_type=s16le -oac lavc -lavcopts threads=2:acodec=mp2:abitrate=128 "&lt;br/&gt;&lt;br/&gt;file_count = len(sys.argv) - 2&lt;br/&gt;sze = sys.argv[1]&lt;br/&gt;noofparts = (int(sze) // 10) +1&lt;br/&gt;print noofparts&lt;br/&gt;&lt;br/&gt;f = sys.argv[2]&lt;br/&gt;    &lt;br/&gt;infile = "\"%s\"" % f&lt;br/&gt;fn = f[f.rfind("/") + 1:]&lt;br/&gt;fn = fn[0:fn.rfind(".")]&lt;br/&gt;#now we start&lt;br/&gt;x = 0&lt;br/&gt;num = 0&lt;br/&gt;for x in range(0,noofparts* 10 + 10 ,10):&lt;br/&gt;    outfile = "\"%s/%d-%s%s.avi\"" % (OUT_DIR,num, fn, FILE_POSTFIX)&lt;br/&gt;    num = num + 1&lt;br/&gt;    print encode % (MENCODER, x, infile, outfile, BITRATE )&lt;br/&gt;    os.system(encode % (MENCODER, x, infile, outfile, BITRATE ))&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;The file generated is about 38 Mb per part.&lt;br/&gt;&lt;br/&gt;(Anyone know how to make it an automatic process??)&lt;br/&gt;&lt;br/&gt;&lt;div class='zemanta-pixie'&gt;&lt;img src='http://img.zemanta.com/pixy.gif?x-id=dc05b63e-9c48-8817-8c14-820cee3e6c7a' alt='' class='zemanta-pixie-img'/&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6981617938315652705-4000889474712882034?l=catcatmu.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Catcatmu/~4/MzIUh0xPK1c" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://catcatmu.blogspot.com/feeds/4000889474712882034/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6981617938315652705&amp;postID=4000889474712882034" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6981617938315652705/posts/default/4000889474712882034?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6981617938315652705/posts/default/4000889474712882034?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Catcatmu/~3/MzIUh0xPK1c/convert-and-split-video-mencoder.html" title="Convert and split video (mencoder)." /><author><name>Catcatmu</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://catcatmu.blogspot.com/2009/10/convert-and-split-video-mencoder.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkQCRXszfyp7ImA9WxBSE0o.&quot;"><id>tag:blogger.com,1999:blog-6981617938315652705.post-4670961755764041081</id><published>2009-01-16T20:11:00.004+05:30</published><updated>2009-12-21T10:09:24.587+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-21T10:09:24.587+05:30</app:edited><title>Python script for batch converting for the Rockchip (MP4)</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/S-ekBIRtEvIFxMYo80IhSCw8CGE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/S-ekBIRtEvIFxMYo80IhSCw8CGE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/S-ekBIRtEvIFxMYo80IhSCw8CGE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/S-ekBIRtEvIFxMYo80IhSCw8CGE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Information on these pages:&lt;br/&gt;&lt;br/&gt;&lt;a href='http://www.misticriver.net/forums/e10-series/58131-mencoder-batch-encoding-script-python.html' target='_blank'&gt;http://www.misticriver.net/forums/e10-series/58131-mencoder-batch-encoding-script-python.html&lt;/a&gt;&lt;br/&gt;&lt;a href='http://www.sprocketandlube.com/shownews/item/67'&gt;http://www.sprocketandlube.com/shownews/item/67&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;For those (like me) who want quick solutions:&lt;br/&gt;&lt;br/&gt;Here is the python script:&lt;br/&gt;&lt;br/&gt;#!/usr/bin/python&lt;br/&gt;# -*- coding: utf-8 -*-&lt;br/&gt;import sys, os&lt;br/&gt;&lt;br/&gt;#--------------------------------TWEAKS--------------------------------#&lt;br/&gt;#Path to mencoder&lt;br/&gt;MENCODER = "/usr/bin/mencoder"&lt;br/&gt;&lt;br/&gt;#Append postfix to differentiate original and converted video&lt;br/&gt;FILE_POSTFIX="cnv"&lt;br/&gt;&lt;br/&gt;#Encoding bitrate  - don't change this!&lt;br/&gt;BITRATE = 400&lt;br/&gt;&lt;br/&gt;#Output directory for converted videos&lt;br/&gt;OUT_DIR = "REPLACE WITH YOUR PATH!"&lt;br/&gt;#----------------------------------------------------------------------#&lt;br/&gt;&lt;br/&gt;encode = "%s  -noodml %s  -of avi -o %s -ofps 22 -vf-add scale=320:-2,expand=320:240 -srate 44100 -ovc xvid -xvidencopts bitrate=%d:max_bframes=0:quant_type=s16le -oac lavc -lavcopts acodec=mp2:abitrate=128 "&lt;br/&gt;&lt;br/&gt;file_count = len(sys.argv) - 1&lt;br/&gt;for i in range(1, file_count + 1):&lt;br/&gt;    f = sys.argv[i]&lt;br/&gt;    infile = "\"%s\"" % f&lt;br/&gt;    fn = f[f.rfind("/") + 1:]&lt;br/&gt;    fn = fn[0:fn.rfind(".")]&lt;br/&gt;    &lt;br/&gt;    outfile = "\"%s/%s%s.avi\"" % (OUT_DIR, fn, FILE_POSTFIX)&lt;br/&gt;    print "Encoding file: %d of %d" % (i, file_count)&lt;br/&gt;    &lt;br/&gt;    os.system(encode % (MENCODER, infile,outfile, BITRATE ))&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Just copy and paste it into a text file for example convert.py and then execute it in a konsole window:&lt;br/&gt;&lt;br/&gt;&lt;em/&gt;&lt;strong&gt;python ./convert.py&lt;/strong&gt; /path/tovideo/dir/*&lt;br/&gt;&lt;br/&gt;(The start is a wildcaard)&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Tip: If you don't want to see the progress of each file add '&amp;gt;&amp;amp; /dev/null'  to the end of the convert line.&lt;br/&gt;Tip: If you want to see the command executed add:  &lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;print encode % (MENCODER, infile,outfile, BITRATE )&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;to the before last line.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6981617938315652705-4670961755764041081?l=catcatmu.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Catcatmu/~4/eLMrOcAJdg0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://catcatmu.blogspot.com/feeds/4670961755764041081/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6981617938315652705&amp;postID=4670961755764041081" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6981617938315652705/posts/default/4670961755764041081?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6981617938315652705/posts/default/4670961755764041081?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Catcatmu/~3/eLMrOcAJdg0/python-script-for-batch-converting-for_16.html" title="Python script for batch converting for the Rockchip (MP4)" /><author><name>Catcatmu</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://catcatmu.blogspot.com/2009/01/python-script-for-batch-converting-for_16.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0IHQn08fyp7ImA9WxVTFUo.&quot;"><id>tag:blogger.com,1999:blog-6981617938315652705.post-3720294387538451291</id><published>2008-12-30T00:01:00.000+05:30</published><updated>2008-12-30T00:02:13.377+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-12-30T00:02:13.377+05:30</app:edited><title>Installing Hamachi</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/10IkLKPmwgtYxzy6wg7Zy334rMg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/10IkLKPmwgtYxzy6wg7Zy334rMg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/10IkLKPmwgtYxzy6wg7Zy334rMg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/10IkLKPmwgtYxzy6wg7Zy334rMg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;For those who found it toooo difficult!&lt;br/&gt;&lt;br/&gt;Estimate time to complete: &amp;lt;5mins&lt;br/&gt;&lt;br/&gt;First you need to download it, google it and get the setup. (You can choose either the commercial version or the non-commercial one)&lt;br/&gt;&lt;br/&gt;After downloading, setting it up is very simple:&lt;br/&gt;&lt;br/&gt;1. Simply Launch it as an administrator. (In vista you have UAC, in xp you need to right click and select 'run as...'&lt;br/&gt;&lt;br/&gt;&lt;img width='487' height='323' alt='' src='http://lh5.ggpht.com/_UaWJDWudDmk/SVkWoviBgFI/AAAAAAAADwg/jZI7XWnStIA/%5BUNSET%5D.png?imgmax=800'/&gt;&lt;br/&gt;&lt;br/&gt;2. Follow the 'Next', Read the License agreement and accept it (If you don't, Don't install it!)&lt;br/&gt;&lt;br/&gt;3. Choose where you want to install it,  anywhere is fine as long as you have the space!&lt;br/&gt;   &lt;b&gt;If you share the pc with other people, It's BEST to UNCHECK the 'Automatically...'&lt;/b&gt;&lt;br/&gt;&lt;img alt='' src='http://lh3.ggpht.com/_UaWJDWudDmk/SVkWt-cGFxI/AAAAAAAADwk/AN-SN6aS18E/%5BUNSET%5D.png?imgmax=800'/&gt;&lt;br/&gt;&lt;br/&gt;4.  READ BEFORE clicking 'next'. If you are only going to use hamachi with friends, a good idea will be to uncheck it. But in a public network, better to check it.&lt;br/&gt;&lt;img alt='' src='http://lh4.ggpht.com/_UaWJDWudDmk/SVkW0U1lhxI/AAAAAAAADwo/wCZ4NwEDng0/%5BUNSET%5D.png?imgmax=800'/&gt;&lt;br/&gt;&lt;br/&gt;5. Now madly click  next till the end&lt;br/&gt;&lt;br/&gt;&lt;img alt='' src='http://lh3.ggpht.com/_UaWJDWudDmk/SVkXOz86tfI/AAAAAAAADws/_ctOB6ZyKw8/%5BUNSET%5D.png?imgmax=800'/&gt;&lt;br/&gt;&lt;br/&gt;7. At the first run, click the power button&lt;br/&gt;&lt;br/&gt;&lt;img alt='' src='http://lh5.ggpht.com/_UaWJDWudDmk/SVkXTEiXyOI/AAAAAAAADww/TvQaisvKr4Q/%5BUNSET%5D.png?imgmax=800'/&gt;&lt;br/&gt; &lt;br/&gt;8. And join the network you wish or create one for you friends to join.&lt;br/&gt;&lt;br/&gt;&lt;img alt='' src='http://lh3.ggpht.com/_UaWJDWudDmk/SVkXY8lylpI/AAAAAAAADw0/jKiJk0WLUuE/%5BUNSET%5D.png?imgmax=800'/&gt;&lt;img alt='' src='http://lh4.ggpht.com/_UaWJDWudDmk/SVkXcngMytI/AAAAAAAADw4/Lk7nj0RRO08/%5BUNSET%5D.png?imgmax=800'/&gt;&lt;br/&gt;&lt;br/&gt;9. A good idea is to create a configuration right away (last button - the gear)...&lt;br/&gt;&lt;br/&gt;10. On a shared pc, check that 'Start...Windows' is unchecked&lt;br/&gt;&lt;br/&gt;&lt;img alt='' src='http://lh5.ggpht.com/_UaWJDWudDmk/SVkXjSVe8QI/AAAAAAAADw8/w6ts5JEN8LA/%5BUNSET%5D.png?imgmax=800'/&gt;&lt;br/&gt;&lt;br/&gt;11. To use it as a messenger, check the last 'Presence page'&lt;br/&gt;&lt;a href='file:///home/catcatmu/Documents/hchi/snap10png'&gt;f&lt;/a&gt;&lt;img width='478' height='446' alt='' src='http://lh4.ggpht.com/_UaWJDWudDmk/SVkXqdOV4AI/AAAAAAAADxA/P183KwRFE3Y/%5BUNSET%5D.png?imgmax=800'/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6981617938315652705-3720294387538451291?l=catcatmu.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Catcatmu/~4/leDyeNTOij4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://catcatmu.blogspot.com/feeds/3720294387538451291/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6981617938315652705&amp;postID=3720294387538451291" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6981617938315652705/posts/default/3720294387538451291?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6981617938315652705/posts/default/3720294387538451291?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Catcatmu/~3/leDyeNTOij4/installing-hamachi.html" title="Installing Hamachi" /><author><name>Catcatmu</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh5.ggpht.com/_UaWJDWudDmk/SVkWoviBgFI/AAAAAAAADwg/jZI7XWnStIA/s72-c/%5BUNSET%5D.png?imgmax=800" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://catcatmu.blogspot.com/2008/12/installing-hamachi.html</feedburner:origLink></entry></feed>

