<?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>LinuxMonk &#187; webcam</title>
	<atom:link href="http://www.linuxmonk.org/tag/webcam/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxmonk.org</link>
	<description>A Journey Towards Infinity...</description>
	<lastBuildDate>Fri, 16 Jul 2010 19:32:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Vedio Recording using webcam in any Linux Distro</title>
		<link>http://www.linuxmonk.org/2008/10/14/vedio-recording-using-webcam-in-any-linux-distro/</link>
		<comments>http://www.linuxmonk.org/2008/10/14/vedio-recording-using-webcam-in-any-linux-distro/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 06:12:51 +0000</pubDate>
		<dc:creator>Rosario</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://linuxmonk.wordpress.com/?p=164</guid>
		<description><![CDATA[For vedio recording in linux, mplayer alone may not be enough, one additional package that comes with mplayer is needed. Its mencoder. To install mencoder in a debian based distro use the command $sudo apt-get install mencoder For other distros like redhat you can use relevant tools like YUM to install mencoder. Then for vedio [...]]]></description>
			<content:encoded><![CDATA[<p style="margin-bottom:0;">For vedio recording in linux, mplayer alone may not be enough, one additional package that comes with mplayer is needed.  Its mencoder. To install mencoder in a debian based distro use the command</p>
<blockquote>
<p style="margin-bottom:0;"><strong>$sudo apt-get install mencoder</strong></p>
</blockquote>
<p style="margin-bottom:0;">For other distros like redhat you can use relevant tools like YUM to install mencoder.</p>
<p style="margin-bottom:0;">Then for vedio recording follow the commad below</p>
<p style="margin-bottom:0;"><strong>Video Recording Without Sound</strong></p>
<blockquote>
<p style="margin-bottom:0;"><strong> $ mencoder tv:// -tv driver=v4l2:width=640:height=480:device=/dev/video0 -nosound -ovc lavc -o filename.avi</strong></p>
</blockquote>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><strong>Video recording With Sound</strong></p>
<blockquote>
<p style="margin-bottom:0;"><strong> $ mencoder tv:// -tv driver=v4l2:width=640:height=480:device=/dev/video0:forceaudio:adevice=/dev/dsp -ovc lavc -oac mp3lame -lameopts cbr:br=64:mode=3 -o filename.avi</strong></p>
</blockquote>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">To change/increase the rate of frames captured use the fps option of the above command.</p>
<p style="margin-bottom:0;">Use it like</p>
<blockquote>
<p style="margin-bottom:0;"><strong>-fps 24</strong></p>
<p style="margin-bottom:0;">Rock with you webcam&#8230;.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxmonk.org/2008/10/14/vedio-recording-using-webcam-in-any-linux-distro/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Accessing webcam in your Laptop in Hardy</title>
		<link>http://www.linuxmonk.org/2008/06/23/accessing-webcam-in-your-laptop-in-hardy/</link>
		<comments>http://www.linuxmonk.org/2008/06/23/accessing-webcam-in-your-laptop-in-hardy/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 15:14:45 +0000</pubDate>
		<dc:creator>Rosario</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://linuxmonk.wordpress.com/?p=10</guid>
		<description><![CDATA[Mplayer is a good movie player that supports almost all video and audio codecs. Mplayer can be used to view the output of the webcam also can be used to take the snaps using the web cam in your laptop. The following is the command to view the output of the webcam $ mplayer tv:// [...]]]></description>
			<content:encoded><![CDATA[<p>Mplayer is a good movie player that supports almost all video and audio codecs. Mplayer can be used to view the output of the webcam also can be used to take the snaps using the web cam in your laptop.</p>
<p>The following is the command to view the output of the webcam</p>
<p><strong>$ mplayer tv:// -tv driver=v4l2:width=640:height=480:device=/dev/video0 -fps 30</strong></p>
<p>and to take the snaps (to capture each frame) as a picture use the following command.</p>
<p><strong> $ mplayer tv:// -tv driver=v4l2:width=640:height=480:device=/dev/video0 -fps 30 -vo jpeg tv://</strong></p>
<p>where fps specifies the frame rate in both cases. and this will determine the number of snaps taken per second.</p>
<p>This probably works with other destros also.. check it out&#8230;.</p>
<p>To save the output as a vedio file you can use the mencoder command.</p>
<p>Also you can use XawTv package included by default in ubuntu for the above purpose.</p>
<p>Do write ur comments&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxmonk.org/2008/06/23/accessing-webcam-in-your-laptop-in-hardy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
