<?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>Geeks are GREAT Lovers &#187; Video</title>
	<atom:link href="http://www.geeksaregreatlovers.com/category/video/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geeksaregreatlovers.com</link>
	<description>The rants of a technophile</description>
	<lastBuildDate>Wed, 19 May 2010 00:14:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Authoring the DVD</title>
		<link>http://www.geeksaregreatlovers.com/2008/07/01/authoring-the-dvd/</link>
		<comments>http://www.geeksaregreatlovers.com/2008/07/01/authoring-the-dvd/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 14:27:04 +0000</pubDate>
		<dc:creator>geek</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.geeksaregreatlovers.com/?p=12</guid>
		<description><![CDATA[One word&#8230;  DVDStyler.  After going through the Linux authoring tools, some of which were good but seemed to hang at certain points, DVDStyler is the hands down winner for simplicity (and it works).  The operation is straightforward, even I fiigured it out in a few minutes and created an ISO.  Rather than burning through DVDs [...]]]></description>
			<content:encoded><![CDATA[<p>One word&#8230;  <a title="DVDStyler ROCKS!" href="http://www.dvdstyler.de/" target="_blank">DVDStyler</a>.  After going through the Linux authoring tools, some of which were good but seemed to hang at certain points, DVDStyler is the hands down winner for simplicity (and it works).  The operation is straightforward, even I fiigured it out in a few minutes and created an ISO.  Rather than burning through DVDs you can create the ISO image and then preview them in xine (xine dvd://&lt;FULL PATH TO ISO&gt;).</p>
<p>In the previous post I mentioned that I was trying to get the videos up to Google Video.  I&#8217;ve managed to do that with the videos in the DVD format.  They are a pretty good size and look good after a few seconds of streaming.  It would probably be better to convert them to a smaller size before uploading due to some bandwidth restrictions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geeksaregreatlovers.com/2008/07/01/authoring-the-dvd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting HD Video</title>
		<link>http://www.geeksaregreatlovers.com/2008/06/13/getting-hd-video/</link>
		<comments>http://www.geeksaregreatlovers.com/2008/06/13/getting-hd-video/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 13:40:11 +0000</pubDate>
		<dc:creator>geek</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.geeksaregreatlovers.com/?p=11</guid>
		<description><![CDATA[I&#8217;ve got a Canon HV20 high definition (1080i) digital camera and I&#8217;ve been working on getting video from the camera up to google using Linux.  The tools provided by windows vista are lacking to say the least.  There are a couple of good tools that make getting the video off the cam easy.
First you have [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve got a Canon HV20 high definition (1080i) digital camera and I&#8217;ve been working on getting video from the camera up to google using Linux.  The tools provided by windows vista are lacking to say the least.  There are a couple of good tools that make getting the video off the cam easy.</p>
<p>First you have to get the high definition off of the cam.  For this I use <a title="dvgrab" href="http://www.kinodv.org/">dvgrab</a>.  The important thing to remember is that for high definition you must specify the -f hdv command line option.  The exact command line I used is:</p>
<p>dvgrab -f hdv -a -timecode &lt;FILENAME&gt;</p>
<p>This takes the imput from the first channel (firewire) and automatically appends the date and time of the recording to the filename provided.  Each time a new recording is detected it automatically starts a new file.  Pretty handy if you want to take the video off a whole tape at once.  The video that is left is in a very large format and not really worth much.  It is in high definition which is 1280&#215;1080 in my case and doesn&#8217;t play well in anything excluding VLC media player.  The files are huge and unless they are very short in duration YouTube won&#8217;t let you upload them.  To get them in to a more reasonable size I use a utility called <a title="tovid" href="http://tovid.wikia.com/wiki/Main_Page">tovid</a>.  My main goal here is to try to get the video files on to a regular DVD, or up to a video site like Google Video or YouTube.  The first thing I do is take all of the raw HD files and back them up to my NAS.  After that I take the files one at a time and convert them.  The command I use for that is:</p>
<p>tovid -ffmpeg -interlaced_bf -ntsc -dvd -wide -noask -in &lt;INFILE&gt; -out &lt;OUTFILE&gt;</p>
<p>I&#8217;ve found that using ffmpeg does a better job of syncing the sound with the video.  The options are pretty self explanitory.  The output is a DVD formatted video file which is much more playable by typical video players and of a much more manageable size.  A simple cat command will put any videos together that you want to make in to one.  Once you do that though you&#8217;ll have to use the above to fix the SCR before you can put them on a DVD.  I&#8217;m in the middle of figuring out exactly what tool to use to actually get the files to a DVD.  Once I figure that out I&#8217;ll update.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geeksaregreatlovers.com/2008/06/13/getting-hd-video/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
