<?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>twistedgenes.com - Blogs by Rakesh Gupta &#187; Video</title>
	<atom:link href="http://www.twistedgenes.com/tag/video/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.twistedgenes.com</link>
	<description>Blogs on truth, technology, food, linux, leisure, experiences, adventure, romance, friends etc !</description>
	<lastBuildDate>Sat, 12 Jun 2010 14:24:46 +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>Video in ASCII using VLC, SSH and refine with ffmpeg</title>
		<link>http://www.twistedgenes.com/2009/11/video-in-ascii-using-vlc-ssh-and-refine-with-ffmpeg/</link>
		<comments>http://www.twistedgenes.com/2009/11/video-in-ascii-using-vlc-ssh-and-refine-with-ffmpeg/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 17:47:01 +0000</pubDate>
		<dc:creator>Rakesh</dc:creator>
				<category><![CDATA[Cool]]></category>
		<category><![CDATA[Crazy]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[all]]></category>
		<category><![CDATA[Ffmpeg]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[VLC]]></category>

		<guid isPermaLink="false">http://www.twistedgenes.com/?p=257</guid>
		<description><![CDATA[This is how a video looks in ASCII.



How did we achieve it ?
- Login to a remote machine using ssh
- play a video using cvlc ( command line vlc )
- record the video using istanbul session recorder ( if u are in linux )
- convert it to mp4 format using ffmpeg
ffmpeg -i file.ogg -sameq  file.mp4
- [...]]]></description>
			<content:encoded><![CDATA[<p>This is how a video looks in ASCII.</p>
<p><center><br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/h8gpDaWPF2Q&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/h8gpDaWPF2Q&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object><br />
</center></p>
<p>How did we achieve it ?</p>
<p>- Login to a remote machine using ssh</p>
<p>- play a video using cvlc ( command line vlc )</p>
<p>- record the video using istanbul session recorder ( if u are in linux )</p>
<p>- convert it to mp4 format using ffmpeg</p>
<p>ffmpeg -i file.ogg -sameq  file.mp4</p>
<p>- Overlay the sound using ffmpeg and .mp3 of the same video. As in the sound would have played on remote machine and hence istanbul session recorder would not capture it.</p>
<p>ffmpeg -i file.mp4 -map 0.0 -i file.mp3 -map 1.0 -acodec copy -vcodec copy -ab 128k -ar 44100 file.mp4</p>
<p>- Crop the video, if you want to remove stuffs of your desktop before upload</p>
<p>ffmpeg -i output.mp4 -croptop 50 -cropbottom 50 output1.mp4</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedgenes.com/2009/11/video-in-ascii-using-vlc-ssh-and-refine-with-ffmpeg/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to crash a DELL laptop in seconds and unscrew it (with a video)</title>
		<link>http://www.twistedgenes.com/2008/12/how-to-crash-a-dell-laptop-in-seconds-and-unscrew-it-with-a-video/</link>
		<comments>http://www.twistedgenes.com/2008/12/how-to-crash-a-dell-laptop-in-seconds-and-unscrew-it-with-a-video/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 11:01:17 +0000</pubDate>
		<dc:creator>Rakesh</dc:creator>
				<category><![CDATA[Cool]]></category>
		<category><![CDATA[Crazy]]></category>
		<category><![CDATA[Truth]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Motherboard]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.twistedgenes.com/?p=165</guid>
		<description><![CDATA[P.S. The whole video/literature etc. is not targeted to malign the manufacturer and is rather based on writer&#8217;s personal experience. No offense meant.
A brief intro on how it happened
It all started with my adamant attitude to have a dual partition on my Dell Vostro 1510. Fedora, my obvious choice led to multiple crash of the [...]]]></description>
			<content:encoded><![CDATA[<p>P.S. The whole video/literature etc. is not targeted to malign the manufacturer and is rather based on writer&#8217;s personal experience. No offense meant.</p>
<p><span style="underline;"><strong>A brief intro on how it happened</strong></span></p>
<p>It all started with my adamant attitude to have a dual partition on my Dell Vostro 1510. Fedora, my obvious choice led to multiple crash of the lappy&#8217;s motherboard. The reason sounds strange, but is the concrete reason, as it happened not once but rather twice. Burnt the ISO image of Fedora Core 10 on a DVD and began to boot the lappy. It started normal, but before the UI asking for Fedora installation could load, the laptop hung with nothing shown on the LCD. Forceful shutdown and subsequent reboot led to weird behavior, caps lock, num lock and scroll LEDs glowing indefinitely, without anything  up on the LCD. The usual methods of removing the RAM, resetting the static electricity failed to work and it turned out that it was a motherboard failure. Hence a replace for the same was done by the manufacturer.</p>
<p><strong><span style="underline;">Video</span></strong></p>
<p>The video below is shootout of the  replacement of the motherboard. ( Done by manufacturer&#8217;s engineer). But you may give a try on your old laptop or if your eagerness could not be held anymore.<br />
<span><strong>Part 1</strong><span><br />
<span><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/2HEHTvZNWgU&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/2HEHTvZNWgU&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" allowscriptaccess="always" allowfullscreen="true"></embed></object></span><br />
<span><strong>Part 2</strong><span><br />
<span style="text-align:center"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/cufdnuE4-fM&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/cufdnuE4-fM&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" allowscriptaccess="always" allowfullscreen="true"></embed></object></span><br />
<span><strong>Part 3</strong><span><br />
<span style="text-align:center"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/sexbfQ9Jmag&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/sexbfQ9Jmag&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" allowscriptaccess="always" allowfullscreen="true"></embed></object></span><br />
<span><strong>Part 4</strong><span><br />
<span style="text-align:center"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/CVudxpdZ7gQ&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/CVudxpdZ7gQ&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" allowscriptaccess="always" allowfullscreen="true"></embed></object></span><br />
<span><strong>Part5</strong><span><br />
<span style="text-align:center"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/0sxMSdCAt-Q&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/0sxMSdCAt-Q&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" allowscriptaccess="always" allowfullscreen="true"></embed></object></span><br />
<span><strong>Part 6</strong><span><br />
<span style="text-align:center"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/cr7TPklZzwk&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/cr7TPklZzwk&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" allowscriptaccess="always" allowfullscreen="true"></embed></object></span><br />
<span><strong>Part 7</strong><span><br />
<span style="text-align:center"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/pu5sty8TERc&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/pu5sty8TERc&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" allowscriptaccess="always" allowfullscreen="true"></embed></object></span><br />
<span style="underline;"><strong>How did we capture and process the video</strong></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p>The video capture was done using a Sony Ericsson phone and which resulted in multiple 3gp files. It was essential to merger these multiple files and convert them into flv format for upload using some tool. ffmpeg was the ideal option and worked like a wonder. Key steps were &#8230;</p>
<p>-&gt; Converting indiviual 3GP files to flv with all the parameters viz. bitrate, frame etc</p>
<p><strong>ffmpeg -i file.3gp -s 320&#215;240 -vcodec h263 -r 25000 -b 200 -ab 64 -acodec amr -ac 1 -ar 8000 file.flv</strong></p>
<p>-&gt; Merge all files into single. This method somehow did not work with flv files, hence they were converted to mpg format and back to flv for upload to youtube.</p>
<p>converting to mpg with same parameters</p>
<p><strong>ffmpeg -i file.flv -sameq -y file.mpg</strong></p>
<p>Merging into single file</p>
<p><strong>cat 76.mpg 77.mpg 78.mpg 79.mpg 80.mpg &gt;final_mpg.mpg</strong>(This method somehow did not work with flv files)</p>
<p>And finally, back to flv file</p>
<p><strong>ffmpeg -i final_mpg.mpg -sameq final.flv</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedgenes.com/2008/12/how-to-crash-a-dell-laptop-in-seconds-and-unscrew-it-with-a-video/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-4811008-2");
pageTracker._setDomainName(".twistedgenes.com");
pageTracker._trackPageview();
} catch(err) {}</script>