<?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>Church Video Tips Blog &#187; codec</title>
	<atom:link href="http://www.churchvideo.co.uk/tag/codec/feed" rel="self" type="application/rss+xml" />
	<link>http://www.churchvideo.co.uk</link>
	<description>Tips and stuff for people using multimedia</description>
	<lastBuildDate>Tue, 13 Jul 2010 17:48:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Thumbnails in Windows Explorer for MP4, FLV and Quicktime MOV files</title>
		<link>http://www.churchvideo.co.uk/free/software/thumbnails-in-windows-explorer-for-mp4-flv-and-quicktime-mov-files_1380.html</link>
		<comments>http://www.churchvideo.co.uk/free/software/thumbnails-in-windows-explorer-for-mp4-flv-and-quicktime-mov-files_1380.html#comments</comments>
		<pubDate>Sat, 27 Mar 2010 15:18:19 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[codec]]></category>
		<category><![CDATA[Free Stuff]]></category>

		<guid isPermaLink="false">http://www.churchvideo.co.uk/?p=380</guid>
		<description><![CDATA[<!-- Easy AdSense V2.82 -->
<!-- Post[count: 1] -->
<div class="ezAdsense adsense adsense-leadin" style="text-align:center;margin:12px;"><script type="text/javascript"><!--
google_ad_client = "pub-2272966435870750";
/* 468x60, created 12/10/09 */
google_ad_slot = "3922088281";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>How to enable .flv .mov and .mp4 thumbnails in Windows Explorer...]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.churchvideo.co.uk/wp-content/uploads/2010/03/video-thumbnails-mp4-mov.png" rel="lightbox[380]"><img class="alignright size-thumbnail wp-image-382" title=".mov and .mp4 thumbnails in Windows Explorer" src="http://www.churchvideo.co.uk/wp-content/uploads/2010/03/video-thumbnails-mp4-mov-150x150.png" alt=".mov and .mp4 thumbnails in Windows Explorer" width="150" height="150" /></a>I have lots of video files that I use for &#8216;VJ&#8217; events. I try to put videos in to Quicktime (Photo JPEG) format, but then I lose the ability to see thumbnails in Windows Explorer (in Windows XP). Here is how to enable thumbnail previews for Quicktime .mov video files, flv (flash video)  and MP4 video files&#8230;</p>
<h2><span id="more-380"></span></h2>
<p>Here I have a folder with a wmv file, which Explorer will display thumbnails for automatically, I also have some .mov and /mp4 files, and as you can see, thumbnails are displayed! -very useful for finding the right clip <img src='http://www.churchvideo.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' title="Thumbnails in Windows Explorer for MP4, FLV and Quicktime MOV files" /> </p>
<h2>
<p><div id="attachment_382" class="wp-caption aligncenter" style="width: 753px"><a href="http://www.churchvideo.co.uk/wp-content/uploads/2010/03/video-thumbnails-mp4-mov.png" rel="lightbox[380]"><img class="size-full wp-image-382" title=".mov and .mp4 thumbnails in Windows Explorer" src="http://www.churchvideo.co.uk/wp-content/uploads/2010/03/video-thumbnails-mp4-mov.png" alt=".mov and .mp4 thumbnails in Windows Explorer" width="743" height="288" /></a><p class="wp-caption-text">.mov and .mp4 thumbnails in Windows Explorer</p></div></h2>
<h2>Enabling .mp4 and .flv Thumbnails</h2>
<p>As long as you have mp4 codec on your machine, which you probably do, then this registry tweak should enable thumbnail generation when you go to Thumbnail view in Windows Explorer:</p>
<p>Open notepad, and paste the following registry entry in to it:</p>
<blockquote><p>REGEDIT4<br />
[HKEY_CLASSES_ROOT.flvShellEx{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]<br />
@=”{c5a40261-cd64-4ccf-84cb-c394da41d590}”<br />
[HKEY_CLASSES_ROOT.movShellEx{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]<br />
@=”{c5a40261-cd64-4ccf-84cb-c394da41d590}”</p></blockquote>
<p>Save the file as &#8216;mp4.reg&#8217;</p>
<p>Double click on the file, and it will import it in to your registry.</p>
<p>You may need to restart windows for the change to be made.</p>
<h2>Enabling .mp4 Thumbnails</h2>
<p>By using a free program by Mike Barrientos Quicktime thumbnails can be enabled&#8230;</p>
<ol>
<li>Download the DLL and save in to  /Windows/System32: <a class="downloadlink" href="http://www.churchvideo.co.uk/downloads/QuickThumb.dll" title=" downloaded 342 times" >QuickThumb (342)</a></li>
<li>(As an Administrator) go to: Start, Run. And enter in: regsvr32 QuickThumb.dll</li>
<li>You should then see thumbnails!</li>
</ol>
<p>(To uninstall, run regsvr32 /u QuickThumb.dll)</p>
<p>(more info on <a href="http://www.ocf.berkeley.edu/~mbarrien/projects/">Mikes page</a>)</p>
<h2>Notes!</h2>
<p>Run the above at your own risk! I add the info here as it worked well for me, your mileage may vary, so don&#8217;t blame me!)</p>
<p>Feel free to comment if you have any other ways or tips in thumbnail generation&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.churchvideo.co.uk/free/software/thumbnails-in-windows-explorer-for-mp4-flv-and-quicktime-mov-files_1380.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Super Video Converter Program</title>
		<link>http://www.churchvideo.co.uk/video/a-super-video-converter-program_18.html</link>
		<comments>http://www.churchvideo.co.uk/video/a-super-video-converter-program_18.html#comments</comments>
		<pubDate>Tue, 01 Sep 2009 18:31:21 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[codec]]></category>
		<category><![CDATA[convert]]></category>

		<guid isPermaLink="false">http://tipsblog.churchvideo.co.uk/?p=8</guid>
		<description><![CDATA[I&#8217;ve just come accross the &#8216;Super&#8217; video encoder program, I found it whilst looking for a program to convert Flash video (.flv) into  MPEG 2 (mpg) format.

]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just come accross the &#8216;Super&#8217; video encoder program, I found it whilst looking for a program to convert Flash video (.flv) into  MPEG 2 (mpg) format.</p>
<p><span id="more-8"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.churchvideo.co.uk/video/a-super-video-converter-program_18.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
