<?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; VLC</title>
	<atom:link href="http://www.twistedgenes.com/tag/vlc/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>
	</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>