<?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>Computer and Gadgets</title>
	<atom:link href="http://computer-and-gadgets.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://computer-and-gadgets.net</link>
	<description>IT, Computer stuffs and gadgets</description>
	<lastBuildDate>Mon, 24 Sep 2012 07:23:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>UPnP and DLNA in 5 minutes</title>
		<link>http://computer-and-gadgets.net/upnp-and-dlna-in-5-minutes/</link>
		<comments>http://computer-and-gadgets.net/upnp-and-dlna-in-5-minutes/#comments</comments>
		<pubDate>Mon, 24 Sep 2012 07:11:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Synology]]></category>
		<category><![CDATA[ps3]]></category>
		<category><![CDATA[synology]]></category>
		<category><![CDATA[tsmuxer]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://computer-and-gadgets.net/?p=88</guid>
		<description><![CDATA[<p>A NAS such as the Synology can be used as a DLNA / UPnP media server. So, a little explanation about DLNA and UPNP is required. We also talk about Windows Media Player and PS3 Media Server as well. A concrete example Before buying my Synology, my videos were stored on my computer (Windows 7). On this [...]</p><p>The post <a href="http://computer-and-gadgets.net/upnp-and-dlna-in-5-minutes/">UPnP and DLNA in 5 minutes</a> appeared first on <a href="http://computer-and-gadgets.net">Computer and Gadgets</a>.</p>]]></description>
			<content:encoded><![CDATA[<div id="attachment_89" class="wp-caption alignleft" style="width: 190px"><a href="http://computer-and-gadgets.net/wp-content/uploads/2012/09/dlna_logo.jpg" target="_blank"><img class="size-full wp-image-89 " title="dlna_logo" src="http://computer-and-gadgets.net/wp-content/uploads/2012/09/dlna_logo.jpg" alt="dlna logo" width="180" height="70" /></a><p class="wp-caption-text">dlna logo</p></div>
<p style="text-align: left;" align="center">A NAS such as the Synology can be used as a DLNA / UPnP media server. So, a little explanation about DLNA and UPNP is required. We also talk about Windows Media Player and PS3 Media Server as well.<span id="more-88"></span></p>
<h2>A concrete example</h2>
<p>Before buying my Synology, my videos were stored on my computer (Windows 7). On this computer, I used Windows Media Player as a media server. As we will see later, I faced some problems, especially with MKV files. This prompted me to use PS3 Media Server on my PC.</p>
<h2>UPnP / DLNA standard</h2>
<p>WMP (or Windows Media Player) is a compliant UPnP / DLNA media server (not officially certified). In theory, when you buy a DLNA network multimedia player, it means that it is able to read audio and video files distributed by a DLNA server and vise / versa.</p>
<div id="attachment_90" class="wp-caption alignnone" style="width: 330px"><a href="http://computer-and-gadgets.net/wp-content/uploads/2012/09/dlna_home_network.jpg" target="_blank"><img class="size-full wp-image-90 " title="dlna_home_network" src="http://computer-and-gadgets.net/wp-content/uploads/2012/09/dlna_home_network.jpg" alt="DLNA home network model: servers and players" width="320" height="260" /></a><p class="wp-caption-text">DLNA home network model: servers and players</p></div>
<p style="text-align: left;" align="center">Indeed, certification guarantees a number of basic rules inherited from UPnP:</p>
<ul>
<li>Readers (your TV, PS3 &#8230;) and connected servers (WMP, MediaTomb, Twonky &#8230;) connected to the same network automatically discover each other.</li>
<li>The standard describes how the directories are organized (for examples, on the PS3, the top level folders are video, picture&#8230; and we find the corresponding file types in each directory).</li>
<li>In the easiest cases, the reading is done without problem (view JPEG photos, MPEG video view, read MP3).</li>
</ul>
<h2>Beyond the standard: field problems</h2>
<p>In practice, things are not so idyllic. For where it starts to jam is when the multimedia player cannot read the file format provided by the server. The standards says that the reader sends a list of what it can read and (this is the case with PS3 Media Server) the server transcodes – if able – on the fly the source file (not supported, e.g. MKV file stored on a computer) into a file format supported by the multimedia player (e.g. MPEG-2 on the PS3).</p>
<p>WMP does not support this mechanism (called transcoding).</p>
<p>Synology does not support this feature in the case of videos (the CPU is not powerful enough), but it can transcode some audio file formats (see below).</p>
<p>One could choose to convert problematic video files, as explained in <a title="Convert a MKV or a MP4 for the PS3 or Panasonic TV" href="http://computer-and-gadgets.net/convert-a-mkv-or-a-mp4-for-the-ps3-or-panasonic-tv/" target="_blank">one of my posts tsMuxer</a>. The idea is to choose a file format compatible with most of DLNA readers (all the DLNA multimedia players that you own).</p>
<h2>PS3 Media Server</h2>
<p>PS3 (that you can <a title="Project Page PS3 Media Server" href="http://code.google.com/p/ps3mediaserver/" target="_blank">download here</a>) is a UPnP / DLNA media server that runs on on Windows or Linux. It has many advantages, for example:</p>
<ul>
<li>It is capable of transcoding on the fly files not supported by DLNA players.</li>
<li>It manages subtitles overlay (on the fly: automatic overlay of a matching srt file).</li>
<li>It has many playback options.</li>
<li>It is easy to use. After installation, all the media files stored on your computer are available on your DLNA player.</li>
</ul>
<p>But it has some disadvantages as well:</p>
<ul>
<li>It has been developed to operate at 100% with the PS3. He can talk with other readers. But it will not work with the Panasonic VT20 or GT20E.</li>
<li>Transcoding requires a lot of bandwidth and computing power. In practice, if it is suitable for low-resolution sources (DivX, AVI 348P or 570p), it freezes a lot when reading 1080p files. I&#8217;ve even seen jerks with 720p sources. The quality of your network can also degrade the performances: first generation CPL network adapters are not fitting for 1080p sources.</li>
</ul>
<h2>What about Synology?</h2>
<p>This NAS embeds a DLNA / UPnP media server. Except for audio files, Synology does not have a transcoding mechanism. Thus, as explained in <a title="How to convert MKV or MP4 for compatibility?" href="http://computer-and-gadgets.net/convert-a-mkv-or-a-mp4-for-the-ps3-or-panasonic-tv/" target="_blank">one of my posts about tsMuxer</a>, I chose to convert my MKV and MP4 videos into M2TS, which has the advantage of being compatible with Sony and Panasonic TVs.</p>
<p>As explained previously, the Synology has audio transcoding functionality. It’s limited, but interesting. To activate it, go to the Control Panel, then media server and in the tab &#8220;DMA Compatibility&#8221; check the following options:</p>
<div id="attachment_92" class="wp-caption alignnone" style="width: 649px"><a href="http://computer-and-gadgets.net/wp-content/uploads/2012/09/synology_activate_transcoding_dlna_server.png" target="_blank"><img class=" wp-image-92 " title="synology_activate_transcoding_dlna_server" src="http://computer-and-gadgets.net/wp-content/uploads/2012/09/synology_activate_transcoding_dlna_server.png" alt="Enable audio transcoding from Synology DLNA server" width="639" height="335" /></a><p class="wp-caption-text">Enable audio transcoding from Synology DLNA server</p></div>
<p>What will work perfectly for the PS3, but not for other media players such as Panasonic VT20 and GT20E. Note that &#8220;OGG&#8221; refers to an audio file compressed with the Vorbis codec and not to a video file.</p>
<p><strong>Links and references</strong></p>
<p>Here are some links for additional information:</p>
<ul>
<li><a title="List of video files supported by the PS3" href="http://manuals.playstation.net/document/en/ps3/3_15/video/filetypes.html" target="_blank">Video files supported by the PS3</a>.</li>
<li><a title="Audio files supported by PS3" href="http://manuals.playstation.net/document/en/ps3/3_15/music/filetypes.html" target="_blank">Audio files supported by the PS3</a>.</li>
<li><a title="Wikipedia page on DLNA" href="http://en.wikipedia.org/wiki/Digital_Living_Network_Alliance" target="_blank">Wikipedia page on DLNA</a>.</li>
<li><a title="Sample audio files" href="http://www.nch.com.au/acm/formats.html" target="_blank">Various audio samples</a>.</li>
</ul>
<!-- Start Shareaholic Recommendations Automatic --><!-- End Shareaholic Recommendations Automatic --><p>The post <a href="http://computer-and-gadgets.net/upnp-and-dlna-in-5-minutes/">UPnP and DLNA in 5 minutes</a> appeared first on <a href="http://computer-and-gadgets.net">Computer and Gadgets</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://computer-and-gadgets.net/upnp-and-dlna-in-5-minutes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert a MKV or a MP4 for the PS3 or Panasonic TV</title>
		<link>http://computer-and-gadgets.net/convert-a-mkv-or-a-mp4-for-the-ps3-or-panasonic-tv/</link>
		<comments>http://computer-and-gadgets.net/convert-a-mkv-or-a-mp4-for-the-ps3-or-panasonic-tv/#comments</comments>
		<pubDate>Mon, 17 Sep 2012 18:10:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[multimedia]]></category>
		<category><![CDATA[panasonic]]></category>
		<category><![CDATA[ps3]]></category>
		<category><![CDATA[tutorial]]></category>
		<guid isPermaLink="false">http://computer-and-gadgets.net/?p=65</guid>
		<description><![CDATA[<p>In this article we’ll explain how to simply and quickly convert a MKV or MP4 video file in a format supported by the PS3 and Panasonic TVs. Having settled my NAS (a Synology), I wondered which video formats to choose between AVI, MKV, DivX and the others. Most of the low definition video files are [...]</p><p>The post <a href="http://computer-and-gadgets.net/convert-a-mkv-or-a-mp4-for-the-ps3-or-panasonic-tv/">Convert a MKV or a MP4 for the PS3 or Panasonic TV</a> appeared first on <a href="http://computer-and-gadgets.net">Computer and Gadgets</a>.</p>]]></description>
			<content:encoded><![CDATA[<p>In this article we’ll explain how to simply and quickly convert a MKV or MP4 video file in a format supported by the PS3 and Panasonic TVs.<span id="more-65"></span></p>
<p>Having settled my NAS (a <em>Synology</em>), I wondered which video formats to choose between AVI, MKV, DivX and the others. Most of the low definition video files are available in AVI encoded with XVID codec, but most of HD videos (720p or 1080p) are available as a MKV or MP4 file.</p>
<p>The fact is that my <em>PlayStation 3</em> cannot read files MKV and my TX-P42GT20E plasma TV neither. And I had the unpleasant surprise to notice that if my TV could read a file MP4 on an USB key, it could not read it when it’s streamed via the multimedia server (integrated in my Synology).</p>
<h2>The solution is AVCHD</h2>
<p>The AVCHD (Advanced Video Codec High Definition) is an high-definition recording format designed for video digital storage. It was worked out by Sony and Panasonic (great !). The file extension is either MTS or M2TS. The purpose of this tutorial is not to go into the detail of all the possible configurations, but to see how to implement it quickly.</p>
<h2>Convert a MKV or MP4 file into M2TS</h2>
<p>To convert your files into this format, don’t rely on the solutions such as Miro Converter and the others. tsMuxer or mkv2vob (in case we would like to convert the audio flow DTS or DTS HD towards AC3) will do a better job and quicker.</p>
<h3>The txMuxer solution</h3>
<p>You can <a title="Download tsMuxer" href="http://www.videohelp.com/tools/tsMuxeR" target="_blank">download <em>tsMuxer</em> here</a>. Start tsMuxerGUI.exe and drag &amp; drop the MKV or MP4 file you want to convert on the GUI :</p>
<div id="attachment_67" class="wp-caption alignnone" style="width: 483px"><a href="http://computer-and-gadgets.net/wp-content/uploads/2012/09/tsMuxer_convert_MKV_M2TS.png" target="_blank"><img class=" wp-image-67 " title="tsMuxer_convert_MKV_M2TS" src="http://computer-and-gadgets.net/wp-content/uploads/2012/09/tsMuxer_convert_MKV_M2TS.png" alt="Example of tsMuxer usage" width="473" height="482" /></a><p class="wp-caption-text">Example of tsMuxer usage</p></div>
<p>Realizing the conversion is pretty simple:</p>
<ol start="1">
<li>Choose &#8220;muxing M2TS &#8220;.</li>
<li>Select the directory where the converted file will be saved (by clicking &#8220;Browse&#8221;).</li>
<li>If the audio codec suits you (see lower), click &#8220;Start muxing&#8221;.</li>
</ol>
<p>The software will warn you by a sound signal at the end of the conversion.</p>
<p>If the audio codec is &#8220;AC3” (As in the image below), you will have no problem (nor by reading from the telly or from the PS3):</p>
<div id="attachment_68" class="wp-caption alignnone" style="width: 468px"><a href="http://computer-and-gadgets.net/wp-content/uploads/2012/09/tsMuxer_codec_soundtrack.png" target="_blank"><img class=" wp-image-68 " title="tsMuxer_codec_soundtrack" src="http://computer-and-gadgets.net/wp-content/uploads/2012/09/tsMuxer_codec_soundtrack.png" alt="Example of a MKV file containing an AC3 audio track" width="458" height="102" /></a><p class="wp-caption-text">Example of a MKV file containing an AC3 audio track</p></div>
<p>You can have a problem with DTS audio tracks :</p>
<div id="attachment_69" class="wp-caption alignnone" style="width: 461px"><a href="http://computer-and-gadgets.net/wp-content/uploads/2012/09/tsMuxer_codec_soundtrack_DTS.png" target="_blank"><img class=" wp-image-69 " title="tsMuxer_codec_soundtrack_DTS" src="http://computer-and-gadgets.net/wp-content/uploads/2012/09/tsMuxer_codec_soundtrack_DTS.png" alt="Example of a DTS audio track in a file MKV" width="451" height="78" /></a><p class="wp-caption-text">Example of a DTS audio track in a file MKV</p></div>
<p>Because in that case, your PS3 or your TV must be connected to an amplifier which can decode this format (sound configuration of PS3/TV must be correct regarding the output as well. Especially if you choose to output the sound from the PS3 optical socket). If the sound of your file converted in M2TS doesn’t work or if you don’t wish to use of amplifier, we’ll examine what to do with the following paragraphs (how to convert the audio track from DTS into AC3 with mk2vob).</p>
<h3>A spare wheel with mkv2vob</h3>
<p><a title="Download mkv2vob for free" href="http://www.videohelp.com/tools/mkv2vob" target="_blank"><em>mk2vob</em> can be downloaded here</a>. The first thing to do is to configure it in a way that it always converts the audio track from DTS into AC3. This configuration can be made once for all. This, as long as we don’t decide otherwise by returning in the screen of the options, all the converted videos will have their DTS audio track transformed into AC3. Click the tab &#8220;Configuration&#8221;  and choose &#8220;Always transcode DTS&#8221;:</p>
<div id="attachment_70" class="wp-caption alignnone" style="width: 516px"><a href="http://computer-and-gadgets.net/wp-content/uploads/2012/09/mkv2vob_transcode_configuration.png" target="_blank"><img class=" wp-image-70 " title="mkv2vob_transcode_configuration" src="http://computer-and-gadgets.net/wp-content/uploads/2012/09/mkv2vob_transcode_configuration.png" alt="Configure mkv2vob so as to convert a DTS audio track into AC3" width="506" height="171" /></a><p class="wp-caption-text">Configure mkv2vob so as to convert a DTS audio track into AC3</p></div>
<p>The usage is as simple as with tsMuxer (on which it leans):</p>
<ol start="1">
<li>Choose the directory where the converted file will be saved (by clicking on &#8220;Browse&#8221;).</li>
<li>Drag &amp; Drop the file to be converted in the upper part of the window (to simplify, try to aim the drop into the field &#8220;Source File&#8221;).</li>
</ol>
<div id="attachment_71" class="wp-caption alignnone" style="width: 522px"><a href="http://computer-and-gadgets.net/wp-content/uploads/2012/09/mkv2vob_transcode_add_file.png" target="_blank"><img class=" wp-image-71 " title="mkv2vob_transcode_add_file" src="http://computer-and-gadgets.net/wp-content/uploads/2012/09/mkv2vob_transcode_add_file.png" alt="Addition of a file to be converted by mkv2vob" width="512" height="166" /></a><p class="wp-caption-text">Addition of a file to be converted by mkv2vob</p></div>
<p>The software starts the conversion and displays progress in real time:</p>
<div id="attachment_72" class="wp-caption alignnone" style="width: 522px"><a href="http://computer-and-gadgets.net/wp-content/uploads/2012/09/mkv2vob_transcode.png" target="_blank"><img class=" wp-image-72 " title="mkv2vob_transcode" src="http://computer-and-gadgets.net/wp-content/uploads/2012/09/mkv2vob_transcode.png" alt="Example of a video file conversion by mkv2vob" width="512" height="497" /></a><p class="wp-caption-text">Example of a video file conversion by mkv2vob</p></div>
<!-- Start Shareaholic Recommendations Automatic --><!-- End Shareaholic Recommendations Automatic --><p>The post <a href="http://computer-and-gadgets.net/convert-a-mkv-or-a-mp4-for-the-ps3-or-panasonic-tv/">Convert a MKV or a MP4 for the PS3 or Panasonic TV</a> appeared first on <a href="http://computer-and-gadgets.net">Computer and Gadgets</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://computer-and-gadgets.net/convert-a-mkv-or-a-mp4-for-the-ps3-or-panasonic-tv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Focus Stacking in a click with CombineZP</title>
		<link>http://computer-and-gadgets.net/focus-stacking-in-a-click-with-combinezp/</link>
		<comments>http://computer-and-gadgets.net/focus-stacking-in-a-click-with-combinezp/#comments</comments>
		<pubDate>Mon, 17 Sep 2012 12:43:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[photography]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[image processing]]></category>
		<guid isPermaLink="false">http://computer-and-gadgets.net/?p=51</guid>
		<description><![CDATA[<p>CombineZP allows you to assemble a stack of digital photos at various distances of focusing to create an image without blur and totally clear in all its zones. This post is about an open source software (thus free) of focus stacking and very simple of use. When you take a photography, you choose on which [...]</p><p>The post <a href="http://computer-and-gadgets.net/focus-stacking-in-a-click-with-combinezp/">Focus Stacking in a click with CombineZP</a> appeared first on <a href="http://computer-and-gadgets.net">Computer and Gadgets</a>.</p>]]></description>
			<content:encoded><![CDATA[<p><strong>CombineZP</strong> allows you to assemble a stack of digital photos at various distances of focusing to create an image without blur and totally clear in all its zones. This post is about an open source software (thus free) of focus stacking and very simple of use.<span id="more-51"></span></p>
<p>When you take a photography, you choose on which object you will make the focusing. With an electronic camera it can be automatic (using face detection feature, for example); according to the orientation of the camera (the camera detects the target object) or still different with a recent camera with touch-sensitive screen (such as the DSC-TX10 Sony). Such devices allow you to click on the object on which you want to focus.</p>
<p>On this photography, the object on which you focused is clear, unlike the other objects on the foreground or in the background which are fuzzy. The idea of focus stacking is to assemble a stack of images (on which we chose each time a different object to be focused) so as to obtain a totally neat image, without vague shapes.</p>
<h2>A concrete example</h2>
<p>Let’s take the example of this totally clear image (click on the image to view the image in its original size). The text of the felt-tip pen on the foreground is precise. The logo and the keys of the keyboard are also clear. This image is in fact an assembly of two other images by the method of the focus stacking.</p>
<div id="attachment_55" class="wp-caption alignnone" style="width: 420px"><a href="http://computer-and-gadgets.net/extra/Focus_Stacking.jpg" target="_blank"><img class=" wp-image-55 " title="Modified by CombineZP" src="http://computer-and-gadgets.net/wp-content/uploads/2012/09/Focus_Stacking_mini.jpg" alt="Final result with CombineZP" width="410" height="291" /></a><p class="wp-caption-text">Final result with CombineZP</p></div>
<p>On this first image (source #1 of the focus stacking), the text of the felt-tip pen in the foreground is precise, but the logo and the keys of the keyboard are fuzzy.</p>
<div id="attachment_57" class="wp-caption alignnone" style="width: 522px"><a href="http://computer-and-gadgets.net/extra/DSC01166.JPG" target="_blank"><img class="size-full wp-image-57   " title="DSC01166_mini" src="http://computer-and-gadgets.net/wp-content/uploads/2012/09/DSC01166_mini.jpg" alt="focus on the felt-tip pen" width="512" height="384" /></a><p class="wp-caption-text">focus on the felt-tip pen</p></div>
<p>On this second image (source #2 of the focus stacking), the text of the felt-tip pen in the foreground is fuzzy, but the logo and the keys of the keyboard are precise.</p>
<div id="attachment_58" class="wp-caption alignnone" style="width: 522px"><a href="http://computer-and-gadgets.net/extra/DSC01167.JPG" target="_blank"><img class="size-full wp-image-58   " title="DSC01167_mini" src="http://computer-and-gadgets.net/wp-content/uploads/2012/09/DSC01167_mini.jpg" alt="focus on the background" width="512" height="384" /></a><p class="wp-caption-text">focus on the background</p></div>
<h2>How does it work ?</h2>
<div id="attachment_59" class="wp-caption alignnone" style="width: 342px"><a href="http://computer-and-gadgets.net/wp-content/uploads/2012/09/focus_stacking_principe.jpg" target="_blank"><img class=" wp-image-59 " title="focus_stacking_principe" src="http://computer-and-gadgets.net/wp-content/uploads/2012/09/focus_stacking_principe.jpg" alt="Technical Principle of focus stacking" width="332" height="297" /></a><p class="wp-caption-text">Technical Principle of focus stacking</p></div>
<p>As we see with this figure, the principle is to select a series of images (the stack). Then the focus stacking software &#8211; according to its capacities &#8211; is going to make someprocessing:</p>
<ol start="1">
<li>User selects a list of image to be put together.</li>
<li>The focus stacking software determines the ideal alignment (some software are unable to do it). This feature is very useful when photos were not taken with a tripod because the software is capable of harmonizing the frame of the images as well as the light variations due to various angles of capture.</li>
<li>The software detects the various zones of the image and determines the best exposed pixels (those who are not fuzzy).</li>
<li>The best zones stemming from the stack of images are assembled in the final image, of equal neatness on all its plans.</li>
</ol>
<p><strong>Tutorial : Quickstart with CombineZP</strong></p>
<div id="attachment_60" class="wp-caption alignnone" style="width: 522px"><a href="http://computer-and-gadgets.net/wp-content/uploads/2012/09/CombineZP.jpg" target="_blank"><img class="size-full wp-image-60 " title="CombineZP" src="http://computer-and-gadgets.net/wp-content/uploads/2012/09/CombineZP.jpg" alt="Toolbar of CombineZP software" width="512" height="51" /></a><p class="wp-caption-text">Toolbar of CombineZP software</p></div>
<p>To get a quick result, open <em>CombineZP</em> and select the images that you want to combine. Either the software proposes you a dialog box (for you to select the images from the filesystem) at the opening, or you can choose them by clicking on the button &#8220;New&#8221; from the toolbar. This stage consists in choosing the images of the stack.</p>
<p>In the drop-down list, choose &#8220;All methods&#8221;. With this choice, all the algorithms of <em>CombineZP</em> will be applied one after one (alignments, light harmonization…). Then click the button Go.</p>
<p>After few minutes of processing, the final image appears. We can crop it (because the result image is bigger than one of the images from the stack). Don’t forget to save the result image.</p>
<h2>Conclusion</h2>
<p>There exist other free and paying focus stacking software (for example, <em>Adobe CS4</em>), but among freeware, <em>CombineZP</em> is the simplest of use and it allows you to obtain a quick and decent result in a click (<em>Hugin</em> is uneasy and you’ll spend a lot of time before having a disappointing result).</p>
<p>Anecdotally, this post was inspired by the reading of a <a title="MSL rover embarks a camera with a focus stacking software" href="http://en.wikipedia.org/wiki/Mars_Science_Laboratory" target="_blank">Wikipedia article about the Curiosity Martian rover</a> (Mars Science Laboratory). One of its equipment (MAHLI) is a camera (for microscopic pictures) completed by a focus stacking software.</p>
<p>With the progress of the CPU embarked on ourdigital camera, I don’t doubt that this feature will become available for the general public in the years to come. At the moment, instead of a stacking focus function, high-end devices have an anti-fuzzy mode which simply consists in selecting the least vague image among some shots taken in burst mode. I think that before ten years, cameras will feature a more intelligent multi-focus mode.</p>
<p>This new feature would be faster than <em>CombineZP</em> because of the information already available on the digital camera and novelties which are inevitably going to come:</p>
<ul>
<li>The digital camera software knows the information on the focal opening, the zoom as well as the zones that were focused…</li>
<li>The increasing integration of GPS chips in the APN allows to store the geo-localization of a picture in the embedded information of the picture file. I think that the coming cameras will embark a digital compass as well as a three axes gyroscope. Users will be able to reconstruct a panoramic view of their pictures in 3D (in the style ofGoogle Streetor PhotoSynth) in a few clicks. So the calculations of alignment and harmonization of the angles of capture would be accelerated.</li>
</ul>
<h2>Going farther</h2>
<ul>
<li>Download the <a title="Download the free and Open Source CombineZP" href="http://hadleyweb.pwp.blueyonder.co.uk/CZP/Installation.htm" target="_blank"><em>CombineZP</em> software</a>.</li>
<li>Definition of <a title="Defintion of focus stacking" href="http://en.wikipedia.org/wiki/Focus_stacking" target="_blank"><em>focus stacking</em> on Wikipedia</a>.</li>
</ul>
<!-- Start Shareaholic Recommendations Automatic --><!-- End Shareaholic Recommendations Automatic --><p>The post <a href="http://computer-and-gadgets.net/focus-stacking-in-a-click-with-combinezp/">Focus Stacking in a click with CombineZP</a> appeared first on <a href="http://computer-and-gadgets.net">Computer and Gadgets</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://computer-and-gadgets.net/focus-stacking-in-a-click-with-combinezp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get mencoder for Windows?</title>
		<link>http://computer-and-gadgets.net/how-to-get-mencoder-for-windows/</link>
		<comments>http://computer-and-gadgets.net/how-to-get-mencoder-for-windows/#comments</comments>
		<pubDate>Thu, 13 Sep 2012 11:46:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[multimedia]]></category>
		<category><![CDATA[mencoder]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://computer-and-gadgets.net/?p=43</guid>
		<description><![CDATA[<p>MEncoder is a free command line video decoding, encoding and filtering tool that can convert all the formats that MPlayer understands into a variety of compressed and uncompressed formats using different codecs. Although you can easily install it on Linux, the command line utility might be a little bit harder to find for Windows. You can fin a lot of [...]</p><p>The post <a href="http://computer-and-gadgets.net/how-to-get-mencoder-for-windows/">How to get mencoder for Windows?</a> appeared first on <a href="http://computer-and-gadgets.net">Computer and Gadgets</a>.</p>]]></description>
			<content:encoded><![CDATA[<p><strong>MEncoder</strong> is a free command line video decoding, encoding and filtering tool that can convert all the formats that <em>MPlayer</em> understands into a variety of compressed and uncompressed formats using different codecs. Although you can easily install it on <em>Linux</em>, the command line utility might be a little bit harder to find for <em>Windows</em>.<span id="more-43"></span></p>
<p>You can fin a lot of tutorials about <em>MEncoder</em> on the Web. They explain how to obtain the video of your dreams with the good size and format, the proper codec, etc. If it is easy to find the optimal line of commands for every case, One  who doesn’t use <em>Linux</em> may be blocked by a simple problem: how to obtain <em>MEncoder</em> for <em>Windows</em>?</p>
<h2>Mencoder for Windows</h2>
<p><em>MEncoder</em> is distributed with <a title="MPlayer official website" href="http://www.mplayerhq.hu/design7/news.html" target="_blank">MPlayer</a>. It exists several versions of <em>MPlayer</em> for <em>Windows</em>, but all of them doesn&#8217;t contain the utility <em>menconder.exe</em>. As shown on this screen shot, in the section Download of the site, it is necessary to choose the second line.</p>
<div id="attachment_45" class="wp-caption alignnone" style="width: 499px"><a href="http://computer-and-gadgets.net/wp-content/uploads/2012/09/mencoder_windows_command_line_utility.png" target="_blank"><img class="size-full wp-image-45 " title="mencoder_windows_command_line_utility" src="http://computer-and-gadgets.net/wp-content/uploads/2012/09/mencoder_windows_command_line_utility.png" alt="mencoder_windows_command_line_utility" width="489" height="173" /></a><p class="wp-caption-text">It exists different package of MPlayer for Windows</p></div>
<p>I’ve found a <a title="Website containing Mencoder builds for Windows" href="http://oss.netfarm.it/mplayer-win32.php" target="_blank">great website of someone who compiles several versions of MPlayer for Windows</a>. The page may be a little bit puzzling, that’s the reason why I wrote this article. In order to find quickly the utility, go down to “Build selection table”:</p>
<div id="attachment_46" class="wp-caption alignnone" style="width: 338px"><a href="http://computer-and-gadgets.net/wp-content/uploads/2012/09/mencoder_windows_builds.png" target="_blank"><img class="size-full wp-image-46 " title="mencoder_windows_builds" src="http://computer-and-gadgets.net/wp-content/uploads/2012/09/mencoder_windows_builds.png" alt="mencoder_windows_builds" width="328" height="200" /></a><p class="wp-caption-text">Various build configurations of Mencoder for Windows</p></div>
<p>The site contains several versions optimized for various microprocessor models. For example, if you are equipped with a recent Intel CPU, choose Intel Pentium4 (p4). If you want to know your model of CPU, right click on the computer icon of your desktop. Know that you are probably not equipped with a 486 (or your PC is 15 years old).</p>
<p>What you will download is not a setup.exe file. It&#8217;s not an automated installation program, but a file to be unzipped and containing all the files, including the utility <em>menconder.exe</em>.</p>
<!-- Start Shareaholic Recommendations Automatic --><!-- End Shareaholic Recommendations Automatic --><p>The post <a href="http://computer-and-gadgets.net/how-to-get-mencoder-for-windows/">How to get mencoder for Windows?</a> appeared first on <a href="http://computer-and-gadgets.net">Computer and Gadgets</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://computer-and-gadgets.net/how-to-get-mencoder-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does the PS3 read 3D Blu-rays?</title>
		<link>http://computer-and-gadgets.net/does-the-ps3-read-3d-blu-rays/</link>
		<comments>http://computer-and-gadgets.net/does-the-ps3-read-3d-blu-rays/#comments</comments>
		<pubDate>Wed, 12 Sep 2012 15:33:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[3DTV]]></category>
		<category><![CDATA[ps3]]></category>
		<guid isPermaLink="false">http://computer-and-gadgets.net/?p=35</guid>
		<description><![CDATA[<p>Many things are said on whether or not the PlayStation 3 is able to read a 3D Blu-ray (slim or fat PS3). This article presents you the tests I’ve done with my PS3 connected to my plasma 3DTV (PANASONIC TX-P42GT20E). I’ll answer to these questions one by one: PS3 fat or slim? Format of output [...]</p><p>The post <a href="http://computer-and-gadgets.net/does-the-ps3-read-3d-blu-rays/">Does the PS3 read 3D Blu-rays?</a> appeared first on <a href="http://computer-and-gadgets.net">Computer and Gadgets</a>.</p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;" align="center">Many things are said on whether or not the PlayStation 3 is able to read a 3D Blu-ray (slim or fat PS3). This article presents you the tests I’ve done with my PS3 connected to my plasma 3DTV (PANASONIC TX-P42GT20E).<span id="more-35"></span></p>
<p>I’ll answer to these questions one by one:</p>
<ul>
<li>PS3 fat or slim?</li>
<li>Format of output video signal.</li>
<li>HDMI 1.3 and HDMI 1.4</li>
<li>Quality of the video.</li>
</ul>
<h2>Which PlayStation?</h2>
<p>Since the firmware3.50(September, 2010), PlayStation 3 (slim and fat) consoles support the reading of 3D Blu-rays. The manufacturer (Sony) found some tricks to send the 3D signal through the cable HDMI 1.3, as explained farther.</p>
<div id="attachment_38" class="wp-caption alignnone" style="width: 519px"><a href="http://computer-and-gadgets.net/wp-content/uploads/2012/09/ps3_fat_slim_model.png" target="_blank"><img class=" wp-image-38 " title="ps3_fat_slim_model" src="http://computer-and-gadgets.net/wp-content/uploads/2012/09/ps3_fat_slim_model.png" alt="ps3_fat_slim_model" width="509" height="334" /></a><p class="wp-caption-text">PS3 slim and fat models side by side</p></div>
<h2>1080i, 1080p, 60Hz, 24p ?</h2>
<p>The PS3 sends a 3D signal of maximal definition and frequency in Full-HD 1080p / 24Hz 1080p24 for each eye. It is your television that will, according to its capacities, insert frames between the images of the video signal emitted by the PS3 so as to reconstitute on the screen a video of 1080p / 60Hz, that have 60 images / second for each eye (on 3D active TV, 30 images are sent to the left eye and 30 images to the right eye).</p>
<h2>HDMI 1.3 and HDMI 1.4</h2>
<p>The HDMI 1.4 is not compulsory for the 3D. This revision integrates some novelties such as audio return, broadband network support (100Mb/s), a wider colorimetric space and new connections. As well as the support of 4K resolution (twice the Full HD definition)&#8230; These new functions are not supported by the PS3, whatever is the model (slim or fat).</p>
<p>However, the PS3 chip which manages the interface HDMI 1.3 has some additional limits. For instance, it will not be able to deliver a lossless multichannel HD sound (not compressed: Audio DTS-HD Master&#8217;s degree and Dolby TrueHD) via the cable HDMI. To take advantage of your expensive amplifier, and of your 400$ speakers (each), you might use the PS3’s optical output and adjust the PS3 audio options accordingly.</p>
<p>As the console must output the sound and the video signals on the HDMI cable at the same time, Sony chose to emit a 3D signal of maximal definition and frequency in Full-HD 1080p / 24Hz 1080p24. However, most of Blu-ray 3D discs are encoded with this specs (some are even encoded in 1080i, which is of lesser quality).</p>
<h2>Quality of the video</h2>
<p>The video is of good quality, especially with a decent television that mitigates this slight defect of frequency (remember that a human eye generally doesn’t distinct more than 22-24 images per second).</p>
<p>The active 3D glasses are roughly comparable to sunglasses in the sense that they filter the light. Even when they are in not in the blocked position (remember that active 3D glasses alternate block/unblock signal for each eye, 60 times per second), they reduce the quantity of photons received by the retina. Thus the image will always be a little less beautiful than in 2D (in terms of colour in particular). Despite this fact, I like this immersive effect.</p>
<h2>What about 3D file downloaded from the Internet?</h2>
<p>This article apply to 3D Blu-ray physical discs. If you are insterrested in the reading of 3D files downloaded from the Internet (AVI and MKV 3D) and that you want to watch them on your 3DTV, I suggest you to read another post of this blog : <a title="How to watch an AVI or a MKV 3D on a 3DTV?" href="http://computer-and-gadgets.net/how-to-watch-an-avi-or-a-mkv-3d-on-a-3dtv/" rel="prev" target="_blank">How to watch an AVI or a MKV 3D on a 3DTV?</a></p>
<!-- Start Shareaholic Recommendations Automatic --><!-- End Shareaholic Recommendations Automatic --><p>The post <a href="http://computer-and-gadgets.net/does-the-ps3-read-3d-blu-rays/">Does the PS3 read 3D Blu-rays?</a> appeared first on <a href="http://computer-and-gadgets.net">Computer and Gadgets</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://computer-and-gadgets.net/does-the-ps3-read-3d-blu-rays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to watch an AVI or a MKV 3D on a 3DTV?</title>
		<link>http://computer-and-gadgets.net/how-to-watch-an-avi-or-a-mkv-3d-on-a-3dtv/</link>
		<comments>http://computer-and-gadgets.net/how-to-watch-an-avi-or-a-mkv-3d-on-a-3dtv/#comments</comments>
		<pubDate>Sun, 09 Sep 2012 05:49:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[3DTV]]></category>
		<category><![CDATA[tutorial]]></category>
		<guid isPermaLink="false">http://computer-and-gadgets.net/?p=26</guid>
		<description><![CDATA[<p>3D content is now available for download or purchase. In this article we will see how to watch 3D content (other than a 3D Blu-ray) on a 3DTV. Let’s take a simple example with the reading of a mt2s file from a PlayStation 3 connected to a 3D Plasma TV TX-P42VT20E. But the principles explained [...]</p><p>The post <a href="http://computer-and-gadgets.net/how-to-watch-an-avi-or-a-mkv-3d-on-a-3dtv/">How to watch an AVI or a MKV 3D on a 3DTV?</a> appeared first on <a href="http://computer-and-gadgets.net">Computer and Gadgets</a>.</p>]]></description>
			<content:encoded><![CDATA[<p>3D content is now available for download or purchase. In this article we will see how to watch 3D content (other than a 3D Blu-ray) on a 3DTV.<span id="more-26"></span></p>
<p>Let’s take a simple example with the reading of a mt2s file from a PlayStation 3 connected to a 3D Plasma TV TX-P42VT20E. But the principles explained in this post apply to other devices capable of displaying 3D content.</p>
<h2>3D video files</h2>
<p>3D video files (MKV-3D, 3D DivX, MPEG4-3D, 3D-AVI) can be downloaded from the web since few years. They are recognizable by their name that contains the assembly method of the image for the right and left eye. The file extension matches the format that you use to find on the web, for example:</p>
<ul>
<li>Avatar 3D 1080p Side-By-Side.mkv (or SBS)</li>
<li>Piranha 3D 720p Top and Bottom.avi</li>
</ul>
<p>In the order:</p>
<ul>
<li>A MKV file that has the image for the right eye next to the image for the left eye.</li>
<li>An AVI file that has the image for the right eye below the image for the left eye (or vis-versa).</li>
</ul>
<p>The multimedia player (whether it is hardware or software) sends this file to the TV on which you must specify:</p>
<ul>
<li>The assembly method.</li>
<li>Optionally, if you want to invert the image for the right eye with the left eye.</li>
</ul>
<p>For example, below is a demo video that you may have seen in a TV Shop (in the title, SBS means Side-By-Side):</p>
<div id="attachment_27" class="wp-caption alignnone" style="width: 523px"><a href="http://computer-and-gadgets.net/wp-content/uploads/2012/09/Sample_video_3D.png" target="_blank"><img class="size-full wp-image-27 " title="Sample_video_3D" src="http://computer-and-gadgets.net/wp-content/uploads/2012/09/Sample_video_3D.png" alt="Sample_video_3D" width="513" height="425" /></a><p class="wp-caption-text">MKV3D sample file as sent by the multimedia player to a 3DTV</p></div>
<p>&nbsp;</p>
<p>In oppostion with 3D Blu-Ray, a media player or a PS3 or an HD box or your computer that are directly connected to the 3DTV will read this MKV file and display the result such as shown in this screenshot. You must instruct your 3D TV to divide this video into two images. So as to send an image sequence to your right eye and the other to the left eye (this is the way the 3D effect or relief is simulated).</p>
<p>Consider an example with my Panasonic TV. I start reading the MKV file and I select &#8220;Viera Tools&#8221; touch on my  remote (see your TV manual for other options or specific settings):</p>
<p>&nbsp;</p>
<div id="attachment_28" class="wp-caption alignnone" style="width: 461px"><a href="http://computer-and-gadgets.net/wp-content/uploads/2012/09/3D_settings_Panasonic_VT20_GT20.png" target="_blank"><img class="size-full wp-image-28 " title="3D_settings_Panasonic_VT20_GT20" src="http://computer-and-gadgets.net/wp-content/uploads/2012/09/3D_settings_Panasonic_VT20_GT20.png" alt="3D_settings_Panasonic_VT20_GT20" width="451" height="666" /></a><p class="wp-caption-text">3D playback settings on a Panasonic VT20 or GT20 Telly</p></div>
<p>In &#8220;Viera Tools&#8221; menu, choose the type of 3D input format (depending on whether the assembly is Side By Side or Top and Bottom). Shod your active 3D glasses, you can now enjoy this immersive experience.</p>
<h2>Other information</h2>
<p>Most videos are in MKV format. For compatibility with my equipment, I made the choice to <a title="Convert a MKV or a MP4 for the PS3 or Panasonic TV" href="http://computer-and-gadgets.net/convert-a-mkv-or-a-mp4-for-the-ps3-or-panasonic-tv/" target="_blank">convert m2ts format, as explained in this post</a>. Because you&#8217;d need a good network and a good computer to transcode on the fly such a file with PS3 Media Server.</p>
<p>The media player emmbeded in Panasonic TVs is very limited in power and functionality. At the date of the article, I could not play a 3D video in 1080p. So I use my PS3. The Synology NAS via its media server distributes them without problem.</p>
<!-- Start Shareaholic Recommendations Automatic --><!-- End Shareaholic Recommendations Automatic --><p>The post <a href="http://computer-and-gadgets.net/how-to-watch-an-avi-or-a-mkv-3d-on-a-3dtv/">How to watch an AVI or a MKV 3D on a 3DTV?</a> appeared first on <a href="http://computer-and-gadgets.net">Computer and Gadgets</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://computer-and-gadgets.net/how-to-watch-an-avi-or-a-mkv-3d-on-a-3dtv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get ffmpeg for windows</title>
		<link>http://computer-and-gadgets.net/get-ffmpeg-for-windows/</link>
		<comments>http://computer-and-gadgets.net/get-ffmpeg-for-windows/#comments</comments>
		<pubDate>Thu, 06 Sep 2012 19:07:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[multimedia]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://computer-and-gadgets.net/?p=7</guid>
		<description><![CDATA[<p>Many sites refer to ffmpeg as the &#8220;Swiss Army Knife&#8221; of video manipulation. While it is relatively easy to install on Linux, it&#8217;s a bit difficult to find a version for Windows. This article lists download links for latest Windows builds and some explanations. FFMpeg, the Swiss Army Knife You may be blocked while trying to [...]</p><p>The post <a href="http://computer-and-gadgets.net/get-ffmpeg-for-windows/">Get ffmpeg for windows</a> appeared first on <a href="http://computer-and-gadgets.net">Computer and Gadgets</a>.</p>]]></description>
			<content:encoded><![CDATA[<p>Many sites refer to ffmpeg as the &#8220;Swiss Army Knife&#8221; of video manipulation. While it is relatively easy to install on Linux, it&#8217;s a bit difficult to find a version for Windows. This article lists download links for latest Windows builds and some explanations.<span id="more-7"></span></p>
<h2>FFMpeg, the Swiss Army Knife</h2>
<p>You may be blocked while trying to put into practise a video tutorial explaning how to use ffmpeg. Because the explanations provided relate to Linux. Windows users shouldn&#8217;t worry, because there is a version of ffmpeg for Windows . However, there is a catch: a Google search, for example &#8220;ffmpeg windows builds&#8221; refers to sites from 2009. And it is not better in the comments on the forums. Opening parenthesis, I would say it is the fault of Google: it is based on popularity and less relevance. So as everyone is talking about these old sites, they stand at the top of the search results.<br />
Funny, beacause the project ffmpeg project has evolved since 2009. For example, the version on 2012-06-07 &#8220;FFmpeg 0.11.1 Happiness&#8221; is out.</p>
<h2>Download the latest version</h2>
<p>To obtain the latest version for Windows, there is a <a title="Website delivering automated windows builds" href="http://ffmpeg.zeranoe.com/builds/" target="_blank">site that delivers automatic builds</a> (when a new version of ffmpeg out, the site is automatically updated with the latest version):</p>
<div id="attachment_10" class="wp-caption alignnone" style="width: 570px"><a href="http://computer-and-gadgets.net/wp-content/uploads/2012/09/Choosing_ffmpeg_windows_build.png" target="_blank"><img class=" wp-image-10 " title="Choosing_ffmpeg_windows_build" src="http://computer-and-gadgets.net/wp-content/uploads/2012/09/Choosing_ffmpeg_windows_build.png" alt="Choosing_ffmpeg_windows_build" width="560" height="152" /></a><p class="wp-caption-text">Choosing ffmpeg windows build</p></div>
<p>Select column depending on your version of Windows (right click on the computer icon on the Windows desktop):</p>
<ul>
<li>Windows 32-bit or no indication -&gt; 32-bit Builds</li>
<li>Windows 64-bit -&gt; 64-bit Builds</li>
</ul>
<p>For the choice of the line, it depends if you want to:</p>
<ul>
<li><strong>Static</strong>: one big exe file.</li>
<li><strong>Shared</strong>: a small exe and dll files. Or get the dll to develop with them.</li>
</ul>
<p>For example, Windows 7 32bits (standard edition), I chose the first link in the &#8220;32-bit Builds (Static)&#8221;.</p>
<h2>How to unzip a 7z file?</h2>
<p>The downloaded file can be <a title="Download 7-Zip for free" href="http://www.7-zip.org/" target="_blank">decompressed with 7-Zip</a>.</p>
<!-- Start Shareaholic Recommendations Automatic --><!-- End Shareaholic Recommendations Automatic --><p>The post <a href="http://computer-and-gadgets.net/get-ffmpeg-for-windows/">Get ffmpeg for windows</a> appeared first on <a href="http://computer-and-gadgets.net">Computer and Gadgets</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://computer-and-gadgets.net/get-ffmpeg-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.772 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-12-23 23:27:31 -->
