<?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>50FPS &#8211; Spirton</title>
	<atom:link href="https://www.spirton.com/tag/50fps/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.spirton.com</link>
	<description></description>
	<lastBuildDate>Thu, 21 May 2015 05:58:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>
	<item>
		<title>InterFrame 2.8.2 (Updated 21 May 2015)</title>
		<link>https://www.spirton.com/interframe/</link>
					<comments>https://www.spirton.com/interframe/#comments</comments>
		
		<dc:creator><![CDATA[SubJunk]]></dc:creator>
		<pubDate>Thu, 17 Mar 2011 04:25:37 +0000</pubDate>
				<category><![CDATA[AviSynth]]></category>
		<category><![CDATA[Encoding]]></category>
		<category><![CDATA[InterFrame]]></category>
		<category><![CDATA[48FPS]]></category>
		<category><![CDATA[50FPS]]></category>
		<category><![CDATA[60FPS]]></category>
		<category><![CDATA[framedoubling]]></category>
		<guid isPermaLink="false">http://www.spirton.com/?p=315</guid>

					<description><![CDATA[Introduction: InterFrame is an AviSynth script. Its main use is to give videos higher framerates like newer TVs do. Common names are framedoubling, smooth motion, HFR (high framerate) and 60FPS conversion. High framerate (HFR at 48fps) was used in The Hobbit and will be used in upcoming films like the Avatar sequels, which will use [&#8230;]]]></description>
										<content:encoded><![CDATA[<h2 id="Introduction"><span style="color: #808080;"><strong>Introduction:</strong></span></h2>
<p>InterFrame is an AviSynth script.<br />
Its main use is to give videos higher framerates like newer TVs do. Common names are framedoubling, smooth motion, HFR (high framerate) and 60FPS conversion.<br />
High framerate (HFR at 48fps) was used in The Hobbit and will be used in upcoming films like the Avatar sequels, which will use HFR at 60fps, so why not watch all your movies at higher framerates?</p>
<p>Download:<br />
<a href="https://www.spirton.com/uploads/InterFrame/InterFrame-2.8.2.zip"><img decoding="async" src="http://www.redskiesguild.com/urbanterror/uploads/urtplus-download.png" /></a></p>
<h2 id="Examples"><span style="color: #808080;"><strong>Examples:</strong></span></h2>
<p>Here is a before and after video comparison:<br />
<a href="https://www.spirton.com/uploads/InterFrame/20130218-Sample-Original.mkv">Original File</a><br />
<a href="https://www.spirton.com/uploads/InterFrame/20130218-Sample-InterFrame.mkv">InterFrame (default settings with GPU=true)</a></p>
<h2 id="CodeSamples"><span style="color: #808080;"><strong>Code Samples:</strong></span></h2>
<p>Here is a sample of what the AviSynth script could look like.<br />
It shows the recommended syntax and should be used with SET&#8217;s AviSynth 2.6 build from <a href="http://forum.doom9.org/showthread.php?t=148782">here</a>.</p>
<p><code>Cores=4<br />
SetMemoryMax(512)<br />
SetMTMode(3, Cores)<br />
LoadPlugin("svpflow1.dll")<br />
LoadPlugin("svpflow2.dll")<br />
Import("InterFrame2.avsi")<br />
dss2("video.mkv", fps=23.976).ConvertToYV12()<br />
SetMTMode(2)<br />
InterFrame(Cores=Cores)</code></p>
<h2 id="Description"><span style="color: #808080;"><strong>Description:</strong></span></h2>
<p>Dependencies are included in the download.</p>
<p>To use it in your script just call the function <strong>InterFrame(Cores=x)</strong> (replacing the path with the path to the flow DLL files) and it will automatically choose a good framerate and preset for you.<br />
There are more specifics like optional parameters and examples on <a href="https://www.spirton.com/uploads/InterFrame/InterFrame2.html">this page</a>, which is also included in the download.</p>
<p>There is also a complete guide on how to use it for those with no knowledge about any of this stuff <a href="https://www.spirton.com/convert-videos-to-60fps/">here</a>.<br />
If you have any questions about it please check the guide first, there is a FAQ section and everything <img src="https://s.w.org/images/core/emoji/15.0.3/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<h2 id="Changelog"><span style="color: #808080;"><strong>Changelog:</strong></span></h2>
<p>21/05/2015 &#8211; 2.8.2:</p>
<ul>
<li>Updated to SVPflow 1.1.15, which increased speed (thanks, <a href="http://www.svp-team.com/" title="Smooth Video Project">SVP</a>!)</li>
</ul>
<p>02/05/2015 &#8211; 2.8.1:</p>
<ul>
<li>Updated to SVPflow 1.1.14, which increased speed by up to 15% (thanks, <a href="http://www.svp-team.com/" title="Smooth Video Project">SVP</a>!)</li>
</ul>
<p>10/03/2015 &#8211; 2.8.0.1:</p>
<ul>
<li>Updated to SVPflow 1.1.13, which fixed the unused SVConvert function (thanks, <a href="http://www.svp-team.com/" title="Smooth Video Project">SVP</a>!)</li>
</ul>
<p>05/03/2015 &#8211; 2.8.0:</p>
<ul>
<li>Updated <a href="http://www.svp-team.com/" title="Smooth Video Project">SVP</a> libraries (thanks, <a href="http://www.svp-team.com/" title="Smooth Video Project">SVP</a>!) which:
<ul>
<li>Increased speed by up to 20%</li>
<li>Reduced memory usage</li>
<li>Removed 2 dependencies (from 4 to 2)</li>
</ul>
</li>
<li>Updated documentation</li>
</ul>
<p>03/01/2015 &#8211; 2.7.0:</p>
<ul>
<li>Added &#8220;fastest&#8221; preset, for even more speed but lower quality.</li>
</ul>
<p>09/09/2014 &#8211; 2.6.0:</p>
<ul>
<li>Added new boolean option &#8220;FrameDouble&#8221;, which when set to &#8220;true&#8221; will always double the framerate of the input video, unless NewNum is greater than 0.</li>
<li>Updated the &#8220;Recommended&#8221; script in the documentation</li>
</ul>
<p>11/05/2014 &#8211; 2.5.2:</p>
<ul>
<li>Updated <a href="http://www.svp-team.com/" title="Smooth Video Project">SVP</a> libraries (thanks, <a href="http://www.svp-team.com/" title="Smooth Video Project">SVP</a>!) which:
<ul>
<li>Improved quality</li>
<li>Fixed bugs</li>
</ul>
</li>
</ul>
<p>16/12/2013 &#8211; 2.5.1:</p>
<ul>
<li>Minor code cleanup</li>
<li>Updated <a href="http://www.svp-team.com/" title="Smooth Video Project">SVP</a> libraries (thanks, <a href="http://www.svp-team.com/" title="Smooth Video Project">SVP</a>!) which:
<ul>
<li>Improved quality</li>
<li>Improved GPU support</li>
<li>Fixed bugs</li>
</ul>
</li>
</ul>
<p>18/02/2013 &#8211; 2.5.0:</p>
<ul>
<li>Minimized artifacts (thanks, Widezu69!)</li>
<li>Made motion smoother by default (only in GPU mode)</li>
<li>Updated libraries which improve scene-change detection, thanks to <a href="http://www.svp-team.com/" title="Smooth Video Project">SVP</a></li>
</ul>
<p>24/01/2013 &#8211; 2.4.0:</p>
<ul>
<li>Updated libraries which improve scene-change detection, thanks to <a href="http://www.svp-team.com/" title="Smooth Video Project">SVP</a></li>
</ul>
<p>16/01/2013 &#8211; 2.4.0 RC1:</p>
<ul>
<li>Fixed the presets Weak and Faster when not using GPU (thanks, Motenai Yoda!)</li>
<li>Fixed the Animation tuning (thanks, HolyWu!)</li>
</ul>
<p>11/01/2013 &#8211; 2.4.0 Beta 1:</p>
<ul>
<li>The &#8220;Medium&#8221; preset is back to what it was in 2.2.0</li>
<li>The &#8220;Fast&#8221; preset is the same as &#8220;Medium&#8221; was in 2.3.0</li>
<li>The new &#8220;Faster&#8221; preset is the same as &#8220;Fast&#8221; was in 2.3.0</li>
<li>The &#8220;Animation&#8221; tuning has been changed a lot based on SVP recommendations</li>
<li>The &#8220;Weak&#8221; tuning has been changed a lot based on widezu69&#8217;s recommendations</li>
<li>The &#8220;Smooth&#8221; tuning is smoother</li>
</ul>
<p>24/12/2012 &#8211; 2.3.0:</p>
<ul>
<li>Increased speed</li>
<li>Decreased blobs/artifacts in high-action scenes</li>
<li>Updated libraries which optimise memory use and support more video cards, thanks to <a href="http://www.svp-team.com/" title="Smooth Video Project">SVP</a></li>
</ul>
<p>13/11/2012 &#8211; 2.2.0:</p>
<ul>
<li>Fixed a syntax bug that appears to have had little-to-no effect (thanks to HolyWu for reporting it).</li>
<li>Tweaked scene-change detection again (tightened this time to improve artifacts).</li>
</ul>
<p>27/06/2012 &#8211; 2.1.0:</p>
<ul>
<li>Improved smoothness in high-action scenes by loosening scene-change detection.</li>
</ul>
<p>05/06/2012 &#8211; 2.0.2:</p>
<ul>
<li>Better interpolation stability.</li>
<li>Supports more video cards.</li>
<li>Better compatibility with AviSynth 2.6.</li>
<li>Thanks to <a href="http://www.svp-team.com/" title="Smooth Video Project">SVP</a>.</p>
</li>
</ul>
<p>05/05/2012 &#8211; 2.0.1:</p>
<ul>
<li>Updated libraries to support new video cards like GTX 680, thanks to <a href="http://www.svp-team.com/" title="Smooth Video Project">SVP</a>.</li>
</ul>
<p>03/05/2012 &#8211; 2.0:</p>
<ul>
<li>Updated libraries, thanks to <a href="http://www.svp-team.com/" title="Smooth Video Project">SVP</a>.</li>
</ul>
<p>17/04/2012 &#8211; 2.0 RC1:</p>
<ul>
<li>Updated libraries, thanks to <a href="http://www.svp-team.com/" title="Smooth Video Project">SVP</a>.</li>
</ul>
<p>12/04/2012 &#8211; 2.0b4:</p>
<ul>
<li>Reduced instances of warping by fixing usage of SAD mask, thanks to Bernardd for reporting the bug.</li>
<li>Further reduced instances of warping by lowering area_sharp (sadgamma).</li>
</ul>
<p>11/04/2012 &#8211; 2.0b3:</p>
<ul>
<li>Updated libraries, thanks to <a href="http://www.svp-team.com/" title="Smooth Video Project">SVP</a>.</li>
<li>Changed some fields from string to int (NewNum, NewDen, OverrideAlgo and OverrideArea).</li>
</ul>
<p>30/03/2012 &#8211; 2.0b2:</p>
<ul>
<li>Updated libraries, thanks to <a href="http://www.svp-team.com/" title="Smooth Video Project">SVP</a>.</li>
<li>Fixed 3D modes.</li>
<li>Fixed &#8220;overlap must be even&#8221; error.</li>
</ul>
<p>24/03/2012 &#8211; 2.0b1:</p>
<ul>
<li>Rewrite which no longer uses MVTools2 and has better quality and is faster.</li>
</ul>
<p>23/03/2012 &#8211; 1.14:</p>
<ul>
<li>Allow any value for OverrideAlgo.</li>
<li>Lots of documentation updates.</li>
</ul>
<p>29/02/2012 &#8211; 1.13:</p>
<ul>
<li>Added the &#8220;OverrideAlgo&#8221; option for users who wants to override the recommended algo value.</li>
<li>Added the &#8220;OverrideSadML&#8221; option for users who wants to override the recommended sadml value.</li>
<li>Updated FFTW to 3.3.1 from 3.2.2.</li>
<li>Updated MVTools2 (SVP Build) to 2.5.11.9 from 2.5.11.8, thanks to <a href="http://www.svp-team.com/" title="Smooth Video Project">SVP</a>.</li>
<li>Updated libflowgpu to 1.2.7 from 1.2.6, thanks to <a href="http://www.svp-team.com/" title="Smooth Video Project">SVP</a>.</li>
</ul>
<p>31/12/2011 &#8211; 1.12.3:</p>
<ul>
<li>Updated libflowgpu to 1.2.6 from 1.2.5 which improves ATI GPU compatibility, thanks to <a href="http://www.svp-team.com/" title="Smooth Video Project">SVP</a>.</li>
<li>Code reshuffle (no changes)</li>
</ul>
<p>03/11/2011 &#8211; 1.12.2:</p>
<ul>
<li>Updated MVTools2 (SVP Build) to 2.5.11.8 from 2.5.11.7 which improves speed by 2-15%, thanks to <a href="http://www.svp-team.com/" title="Smooth Video Project">SVP</a>.</li>
</ul>
<p>16/09/2011 &#8211; 1.12.1:</p>
<ul>
<li>Updated MVTools2 (SVP Build) to 2.5.11.7 from 2.5.11.6 which synchronises the build with the official 2.5.11.2 beta release.</li>
<li>Updated libflowgpu to 1.2.5 from 1.2.0 which improves GPU compatibility, thanks to <a href="http://www.svp-team.com/" title="Smooth Video Project">SVP</a>.</li>
</ul>
<p>12/09/2011 &#8211; 1.12:</p>
<ul>
<li>Improved some warping.</li>
<li>Added new UltraSmooth tuning and changed the Smooth tuning. Smooth now has more error-correction than before, while UltraSmooth is roughly what Smooth was before.</li>
</ul>
<p>05/07/2011 &#8211; 1.11:</p>
<ul>
<li>Increased quality of all presets. This change makes fast panning less smooth, but also decreases errors in general.</li>
<li>Fixed bug with Placebo preset (thanks to Alek93j and Gavino).</li>
</ul>
<p>18/06/2011 &#8211; 1.10:</p>
<ul>
<li>Increased quality of all presets. Thanks to DeathTheSheep for collaborating.</li>
<li>Increased speed of &#8220;Ultra Fast&#8221; and &#8220;Super Fast&#8221; presets.</li>
<li>&#8220;Animation&#8221; tuning is now much better and recommended for cartoon/anime inputs.</li>
<li>What used to be the &#8220;Animation&#8221; tuning is now called &#8220;Weak&#8221;.</li>
</ul>
<p>23/05/2011 &#8211; 1.9:</p>
<ul>
<li>Added support for 2 more types of 3D inputs (Half-SBS and Half-Over-Under).</li>
</ul>
<p>20/05/2011 &#8211; 1.8.1:</p>
<ul>
<li>Fixed stuttering motion particularly visible in cartoons.</li>
</ul>
<p>04/05/2011 &#8211; 1.8:</p>
<ul>
<li>Improved support for 2 types of 3D content &#8211; SBS (Side-By-Side) and OU (Over-Under), AKA Top-to-Bottom. This new feature is controlled by the new parameter InputType.</li>
</ul>
<p>30/04/2011 &#8211; 1.7.1:</p>
<ul>
<li>Increased the speed by roughly 40%, thanks to <a href="http://www.svp-team.com/" title="Smooth Video Project">SVP</a></li>
</ul>
<p>28/04/2011 &#8211; 1.7:</p>
<ul>
<li>Increased the quality of all presets</li>
</ul>
<p>20/04/2011 &#8211; 1.6:</p>
<ul>
<li>Updated libflowgpu from 1.1 to 1.2 which improves the quality of GPU=true mode, thanks to <a href="http://www.svp-team.com/" title="Smooth Video Project">SVP</a></li>
<li>Added more presets (&#8220;Faster&#8221; and &#8220;Super Fast&#8221;) based on some realtime user&#8217;s suggestions, so now there is a smoother step between presets</li>
</ul>
<p>13/04/2011 &#8211; 1.5.2:</p>
<ul>
<li>Set GPU=false by default instead of true, because of slight quality loss with GPU=true</li>
</ul>
<p>13/04/2011 &#8211; 1.5.1:</p>
<ul>
<li>Fixed bug with GPU=false mode</li>
</ul>
<p>11/04/2011 &#8211; 1.5:</p>
<ul>
<li>Improved the quality of the default, Fast and Placebo presets</li>
<li>It now checks for the existence of the mandatory value for FlowPath and displays an alert if it isn&#8217;t defined</li>
<li>Added the GPU parameter (true for GPU-acceleration, false for CPU-only)</li>
</ul>
<p>10/04/2011 &#8211; 1.4:</p>
<ul>
<li>Added custom mvtools2 and GPU-acceleration thanks to <a href="http://www.svp-team.com/">SVP</a></li>
<li>Improved the quality of all presets</li>
<li>Updated the sample videos in this post</li>
</ul>
<p>01/04/2011 &#8211; 1.3.1:</p>
<ul>
<li>Added input validation for Tuning and Preset values with descriptive error messages</li>
</ul>
<p>30/03/2011 &#8211; 1.3:</p>
<ul>
<li>Added new Tuning value called Smooth</li>
<li>Improved detection of scene-changes</li>
</ul>
<p>24/03/2011 &#8211; 1.2:</p>
<ul>
<li>Renamed Fast preset to Ultra Fast</li>
<li>Added Very Fast and Fast presets</li>
<li>Increased quality of Placebo and Medium presets</li>
<li>Added Tuning variable</li>
<li>Improved detection of scene-changes</li>
<li>Added the file dependencies to the download since a couple of them were confusing some people</li>
<li>Added links to the dependency websites in the help file</li>
</ul>
<p>22/03/2011 &#8211; 1.1:</p>
<ul>
<li>Renamed Quality preset to Medium (default)</li>
<li>Renamed Speed preset to Fast</li>
<li>Increased quality of Medium (default) preset</li>
<li>Added Placebo preset (little quality gain with big performance hit, not recommended)</li>
<li>RemoveGrain is now required for Medium (default) preset</li>
<li>EEDI2 is required for Placebo preset</li>
</ul>
<p>21/03/2011 &#8211; 1.0.2:</p>
<ul>
<li>Increased speed of both presets</li>
</ul>
<p>20/03/2011 &#8211; 1.0.1:</p>
<ul>
<li>Slightly faster</li>
<li>Scene-changes no longer fade/blend</li>
</ul>
<p>17/03/2011 &#8211; 1.0:</p>
<ul>
<li>Initial release</li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://www.spirton.com/interframe/feed/</wfw:commentRss>
			<slash:comments>85</slash:comments>
		
		<enclosure url="http://www.spirton.com/uploads/InterFrame/20130218-Sample-Original.mkv" length="26634579" type="video/x-matroska" />
<enclosure url="http://www.spirton.com/uploads/InterFrame/20130218-Sample-InterFrame.mkv" length="29065564" type="video/x-matroska" />

			</item>
		<item>
		<title>Convert videos to 60fps (Updated 21 May 2015)</title>
		<link>https://www.spirton.com/convert-videos-to-60fps/</link>
					<comments>https://www.spirton.com/convert-videos-to-60fps/#comments</comments>
		
		<dc:creator><![CDATA[SubJunk]]></dc:creator>
		<pubDate>Wed, 19 May 2010 11:12:13 +0000</pubDate>
				<category><![CDATA[AviSynth]]></category>
		<category><![CDATA[Encoding]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[InterFrame]]></category>
		<category><![CDATA[48FPS]]></category>
		<category><![CDATA[50FPS]]></category>
		<category><![CDATA[60FPS]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[encode]]></category>
		<category><![CDATA[framedoubling]]></category>
		<category><![CDATA[HFR]]></category>
		<category><![CDATA[high framerate]]></category>
		<category><![CDATA[megui]]></category>
		<category><![CDATA[smooth]]></category>
		<guid isPermaLink="false">http://www.spirton.com/?p=64</guid>

					<description><![CDATA[Sections: Introduction Purpose Instructions Final Thoughts FAQ Thanks Changelog Introduction: Many modern TVs now include an extra frames feature, usually either 120Hz or 240Hz. This just means they take the source video, which is usually between 24-30FPS, and add new, interpolated frames between the original frames that make the motion look much more smooth. High [&#8230;]]]></description>
										<content:encoded><![CDATA[<h2><span style="color: #808080;"><strong>Sections:</strong></span></h2>
<ul>
<li><a href="#Introduction">Introduction</a></li>
<li><a href="#Purpose">Purpose</a></li>
<li><a href="#Instructions">Instructions</a></li>
<li><a href="#FinalThoughts">Final Thoughts</a></li>
<li><a href="#FAQ">FAQ</a></li>
<li><a href="#Thanks">Thanks</a></li>
<li><a href="#Changelog">Changelog</a></li>
</ul>
<h2 id="Introduction"><span style="color: #808080;"><strong>Introduction:</strong></span></h2>
<p>Many modern TVs now include an extra frames feature, usually either 120Hz or 240Hz. This just means they take the source video, which is usually between 24-30FPS, and add new, interpolated frames between the original frames that make the motion look much more smooth.</p>
<p>High framerate (HFR at 48fps) was used in The Hobbit and will be used in upcoming films like the Avatar sequels, so why not watch all your movies at higher framerates?</p>
<p>A lot of people don&#8217;t realize this, but 99% of TVs made before this feature was introduced are actually capable of displaying 50FPS and 60FPS, and of course most LCD monitors display 60FPS as well.</p>
<p>This tutorial will allow you to convert videos of any framerate to higher framerates; 25FPS becomes 50FPS and 24/30FPS becomes 60FPS by default, or you can specify whichever framerate you want.</p>
<p>This script offers greater quality than any televisions I have seen.</p>
<p>I&#8217;m sure many people will want to see how well this script works, so here&#8217;s a comparison:<br />
<a href="https://www.spirton.com/uploads/InterFrame/20110618-Sample-Original.mkv">Original File</a><br />
<a href="https://www.spirton.com/uploads/InterFrame/20110618-Sample-InterFrame.mkv">Converted File</a></p>
<p>Note: This can now be done in realtime using <a href="http://www.universalmediaserver.com/" title="Universal Media Server">Universal Media Server</a>!</p>
<h2 id="Purpose"><span style="color: #808080;"><strong>Purpose:</strong></span></h2>
<p>This post provides instructions on how to easily convert any video to 60FPS, which allows you to take advantage of this feature of modern TVs on your computer monitor or TV without actually buying anything.</p>
<h2 id="Instructions"><span style="color: #808080;"><strong>Step 1:</strong></span></h2>
<p>The files needed for this step are found in <a href="https://www.spirton.com/uploads/60FPS/Files-20150521.zip">this zip folder</a> (~3MB).</p>
<p>Run and install the file <strong>AviSynth.exe</strong>.<br />
It is an early version of AviSynth 2.6 that is more stable and faster for multithreading than 2.5 releases.</p>
<p>Download and install <a title="MeGUI" href="http://sourceforge.net/projects/megui/files/megui-stable/0.3.5/MeGUI_0.3.5_x86_Installer_OfflinePackage.exe/download">MeGUI</a>, run it, <strong>let it update</strong> all the things it wants to and import all of the presets.</p>
<p><strong>Optional Tip:</strong> If you want MeGUI to update to the very latest stuff (at your own risk) you can push ctrl+s, go to the Extra Configuration tab, and in the Auto Update section select &#8220;Use development update server&#8221;</p>
<p>Close MeGUI and extract the files in the <strong>tools</strong> folder from our zip file into your MeGUI tools folder, which for most people will be either <strong>C:\Program Files (x86)\MeGUI\tools\</strong> or <strong>C:\Program Files\MeGUI\tools\</strong>.</p>
<h2><span style="color: #808080;"><strong>Step 2:</strong></span></h2>
<p>Download and install <strong><a title="MKVToolnix" href="http://www.fosshub.com/MKVToolNix.html">MKVToolnix</a></strong>.<br />
When that is installed, run <strong>MKVMerge</strong> (Start Menu -> All Programs -> MKVToolnix -> mkvmerge GUI).</p>
<p>You will also need codecs installed. If you don&#8217;t already have them I recommend <a href="http://www.codecguide.com/download_k-lite_codec_pack_mega.htm">K-Lite Mega Codec Pack</a>. If you install K-Lite, make sure to select &#8220;<strong>Profile 9: Lots of Stuff</strong>&#8221; during installation.</p>
<h2><span style="color: #808080;"><strong>Step 3:</strong></span></h2>
<p>Start MeGUI again. You should be left with a window that looks similar to this:</p>
<p><a href="https://www.spirton.com/wp-content/uploads/2010/05/step3.png"><img fetchpriority="high" decoding="async" src="https://www.spirton.com/wp-content/uploads/2010/05/step3.png" alt="step3" width="550" height="563" class="alignnone size-full wp-image-1565" srcset="https://www.spirton.com/wp-content/uploads/2010/05/step3.png 550w, https://www.spirton.com/wp-content/uploads/2010/05/step3-293x300.png 293w" sizes="(max-width: 550px) 100vw, 550px" /></a></p>
<h2><span style="color: #808080;"><strong>Step 4:</strong></span></h2>
<p><strong> </strong>Push <strong>ctrl+r</strong>, or go to <strong>Tools -&gt; AVS Script Creator</strong>.<br />
Now you should see something like this:</p>
<p><a href="https://www.spirton.com/wp-content/uploads/2010/05/step4.png"><img decoding="async" src="https://www.spirton.com/wp-content/uploads/2010/05/step4.png" alt="step4" width="552" height="601" class="alignnone size-full wp-image-1566" srcset="https://www.spirton.com/wp-content/uploads/2010/05/step4.png 552w, https://www.spirton.com/wp-content/uploads/2010/05/step4-275x300.png 275w" sizes="(max-width: 552px) 100vw, 552px" /></a></p>
<h2><span style="color: #808080;"><strong>Step 5:</strong></span></h2>
<p><strong> </strong>Click the <strong>Config</strong> button next to <strong>Avisynth profile</strong>.<br />
It should look like this:</p>
<p><a href="https://www.spirton.com/wp-content/uploads/2010/05/Step3.jpg"><img decoding="async" class="alignnone size-full wp-image-67" title="Step 3" src="https://www.spirton.com/wp-content/uploads/2010/05/Step3.jpg" alt="" width="537" height="594" srcset="https://www.spirton.com/wp-content/uploads/2010/05/Step3.jpg 537w, https://www.spirton.com/wp-content/uploads/2010/05/Step3-271x300.jpg 271w" sizes="(max-width: 537px) 100vw, 537px" /></a></p>
<h2><span style="color: #808080;"><strong>Step 6:</strong></span></h2>
<p><strong> </strong>Click the <strong>New</strong> button down the bottom and type <strong>60FPS</strong> in the name box, so it should look like this:</p>
<p><a href="https://www.spirton.com/wp-content/uploads/2010/05/Step5.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-68" title="Step 5" src="https://www.spirton.com/wp-content/uploads/2010/05/Step5.jpg" alt="" width="537" height="594" srcset="https://www.spirton.com/wp-content/uploads/2010/05/Step5.jpg 537w, https://www.spirton.com/wp-content/uploads/2010/05/Step5-271x300.jpg 271w" sizes="auto, (max-width: 537px) 100vw, 537px" /></a></p>
<h2><span style="color: #808080;"><strong>Step 7:</strong></span></h2>
<p>Now for the script that will do the actual 60FPS conversion.<br />
Just <strong>copy and paste</strong> the following code into the text input area.</p>
<p><code>Cores=4<br />
SetMemoryMax(512)<br />
SetMTMode(3,Cores)<br />
PluginPath = "C:\Program Files (x86)\MeGUI\tools\avisynth_plugin\"<br />
LoadPlugin(PluginPath+"svpflow1.dll")<br />
LoadPlugin(PluginPath+"svpflow2.dll")<br />
Import(PluginPath+"InterFrame2.avsi")<br />
&lt;input&gt;.ConvertToYV12()<br />
SetMTMode(2)<br />
&lt;deinterlace&gt;<br />
&lt;crop&gt;<br />
&lt;denoise&gt;<br />
&lt;resize&gt;<br />
InterFrame(Cores=Cores)</code></p>
<p><strong>Important note #1:</strong> Make sure the path on the third line is correct.<br />
For example, if you are running 32-bit Windows, you will need to modify the path to &#8220;Program Files&#8221; instead.</p>
<p><strong>Important note #2:</strong> You should change the number &#8220;4&#8221; in the script (on line 1) to your number of CPU cores. If you don&#8217;t know how many cores your CPU has just Google your CPU and you should be able to find the specs somewhere, or 4 should be fine anyway.</p>
<p><strong>Important note #3:</strong> If you have a video card, you can improve quality by adding &#8220;GPU=true&#8221; to the script. However, it may make encoding time slower, so take that into account.<br />
So <em>InterFrame(Cores=Cores)</em> would turn into <em>InterFrame(Cores=Cores, GPU=true)</em><br />
If you do this, you may also need to go into your MeGUI tools folder (usually <em>C:\Program Files (x86)\MeGUI\tools\x264</em>) and rename the file <em>opencl.dll</em> to <em>opencl.dll.bak</em>. This will let MeGUI use the version of opencl.dll that your video card drivers have installed, instead of the generic one from MeGUI.</p>
<p><strong>Important note #4:</strong> This script always outputs either 50FPS or 59.94FPS (60FPS) for compatibility reasons. If you want to always double the framerate instead, so that for example 23.976FPS turns into 47.952FPS (48FPS), you can use the &#8220;FrameDouble&#8221; parameter.<br />
So <em>InterFrame(Cores=Cores)</em> would turn into <em>InterFrame(Cores=Cores, FrameDouble=true)</em></p>
<p>So now your window should look similar to this (with different text):</p>
<p><a href="https://www.spirton.com/wp-content/uploads/2010/05/step7.png"><img loading="lazy" decoding="async" src="https://www.spirton.com/wp-content/uploads/2010/05/step7.png" alt="Step 7" width="548" height="598" class="alignnone size-full wp-image-1564" srcset="https://www.spirton.com/wp-content/uploads/2010/05/step7.png 548w, https://www.spirton.com/wp-content/uploads/2010/05/step7-274x300.png 274w" sizes="auto, (max-width: 548px) 100vw, 548px" /></a></p>
<h2><span style="color: #808080;"><strong>Step 8:</strong></span></h2>
<p>Click the <strong>Extra Setup</strong> tab and make sure &#8220;Prefer DSS2 over DirectShowSource&#8221; is checked.</p>
<p><strong>Optional tip #1:</strong> You might also want to choose your preferred resizer. For aspect-ratio changes (like from 720&#215;576 to 720&#215;480) a neutral filter like Spline36 will be nice. For actual resizing (like from 1920&#215;1080 to 1280&#215;720) a sharp filter like Spline64 will be best. I usually just leave it on Spline36. Make sure to untick the checkbox on the option after you change the default resizer, otherwise it will always be used by default which is often unnecessary.</p>
<p><strong>Optional tip #2:</strong> I recommend changing the &#8220;MOD value used for resizing&#8221; to mod4. This gives the best balance between compatibility (a lot of devices like PS3 don&#8217;t have good mod2 support) and aspect ratio accuracy (the higher the MOD value, the more likely the aspect ratio is to be skewed more heavily).</p>
<p>Now it should look something like this:</p>
<p><a href="https://www.spirton.com/wp-content/uploads/2010/05/Step7rev3.jpg"><img loading="lazy" decoding="async" src="https://www.spirton.com/wp-content/uploads/2010/05/Step7rev3.jpg" alt="Step7rev3" width="501" height="584" class="alignnone size-full wp-image-1461" srcset="https://www.spirton.com/wp-content/uploads/2010/05/Step7rev3.jpg 501w, https://www.spirton.com/wp-content/uploads/2010/05/Step7rev3-257x300.jpg 257w" sizes="auto, (max-width: 501px) 100vw, 501px" /></a></p>
<p>Then just click the <strong>Update </strong>button then the <strong>OK</strong> button</p>
<h2><span style="color: #808080;"><strong>Step 9:</strong></span></h2>
<p><strong> </strong>Now we&#8217;re back to the <strong>AviSynth script creator</strong> window and now that we have our 60FPS AviSynth template made and selected, it&#8217;s time to choose which video we want. Just click the <strong>&#8230;</strong> button next to <strong>Video Input</strong> up the top of the window and find your video, then click <strong>Open</strong>.<br />
A window will pop up with buttons, click the option on the right, usually either &#8220;DirectShowSource&#8221; or &#8220;AviSource&#8221;.<br />
A window will pop up to show you the video, you can just close that.<br />
Now you should see something like this:</p>
<p><a href="https://www.spirton.com/wp-content/uploads/2010/05/Step9.png"><img loading="lazy" decoding="async" src="https://www.spirton.com/wp-content/uploads/2010/05/Step9.png" alt="Step9" width="552" height="601" class="alignnone size-full wp-image-1567" srcset="https://www.spirton.com/wp-content/uploads/2010/05/Step9.png 552w, https://www.spirton.com/wp-content/uploads/2010/05/Step9-275x300.png 275w" sizes="auto, (max-width: 552px) 100vw, 552px" /></a></p>
<h2><span style="color: #808080;"><strong>Step 10:</strong></span></h2>
<p><strong> </strong>Click the <strong>Save </strong>button. The video preview window might pop up again, you can close it again.</p>
<h2><span style="color: #808080;"><strong>Step 11:</strong></span></h2>
<p><strong> </strong>Now is the time when you need to choose the quality of the video and audio.</p>
<p>If you don&#8217;t know what to do here, something quick and easy is to just use CRF, which means you let the codec decide on the bitrates itself. So you can click the &#8220;Config&#8221; button next to the &#8220;Encoder settings&#8221; dropdown when you have a x264 option selected, then just enter a number between 16-20 in the &#8220;Quality&#8221; input box. 16 means your video will be almost exactly the same quality as the source, while 20 will look good too while taking up less space. Personally I use 16 for everything because why not? <img src="https://s.w.org/images/core/emoji/15.0.3/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>So when you have your quality, click <strong>Queue</strong> in the Video encoding section.</p>
<h2><span style="color: #808080;"><strong>Step 12:</strong></span></h2>
<p>Now your video is ready for conversion.<br />
Now just go to the <strong>Queue</strong> tab and click <strong>Start</strong> down the bottom, then wait for it to finish.</p>
<p><a href="https://www.spirton.com/wp-content/uploads/2010/05/Step121.jpg"><img loading="lazy" decoding="async" src="https://www.spirton.com/wp-content/uploads/2010/05/Step121.jpg" alt="" title="Step12" width="699" height="738" class="alignnone size-full wp-image-434" srcset="https://www.spirton.com/wp-content/uploads/2010/05/Step121.jpg 699w, https://www.spirton.com/wp-content/uploads/2010/05/Step121-284x300.jpg 284w" sizes="auto, (max-width: 699px) 100vw, 699px" /></a></p>
<h2><span style="color: #808080;"><strong>Step 13:</strong></span></h2>
<p>The final step is to add your audio and/or subtitles from the original file to the converted file. This process uses muxing, not conversion, so there is no quality loss.<br />
For this we will use the program we installed earlier, MKVMerge.<br />
So run that and drag the converted file into that program, then do the same with the original file. If you can&#8217;t drag them on, you can use the <strong>add</strong> button instead.<br />
Now you have several items in the <strong>Tracks, chapters and tags</strong> section. You just need to untick the ones you don&#8217;t want. Usually you will want to leave them all selected except for the original video track, as I&#8217;ve done in the following example:</p>
<p><a href="https://www.spirton.com/wp-content/uploads/2010/05/Step132.jpg"><img loading="lazy" decoding="async" src="https://www.spirton.com/wp-content/uploads/2010/05/Step132.jpg" alt="" title="Step132" width="713" height="695" class="alignnone size-full wp-image-433" srcset="https://www.spirton.com/wp-content/uploads/2010/05/Step132.jpg 713w, https://www.spirton.com/wp-content/uploads/2010/05/Step132-300x292.jpg 300w" sizes="auto, (max-width: 713px) 100vw, 713px" /></a></p>
<p>Finally, set the <strong>Output filename</strong> down the bottom of the window and click <strong>Start muxing</strong>.<br />
When that is done, you have your final video!</p>
<h2 id="FinalThoughts"><span style="color: #808080;"><strong>Final Thoughts:</strong></span></h2>
<p>This might seem like a long process, but actually it is only long once. Since we have now made templates, the process for the videos from now on will be much faster; instead of entering the script each time, now you can just make sure your 60FPS AviSynth script is selected.</p>
<p>This file can now be played just like any other video. I personally watch videos on my TV which is linked up to my computer using the awesome, free program called <a href="http://www.universalmediaserver.com/">Universal Media Server</a>, and that handles these 60FPS videos perfectly with no configuration.</p>
<p>Any comments are appreciated. If you can think of an improvement to the script, or to the process, or if you just found it useful and want to say thanks, please do leave a comment. I would love to know that it&#8217;s being used.</p>
<p>If you want to donate to help me with server costs and time spent keeping this article updated, you can do so here with my thanks <img src="https://s.w.org/images/core/emoji/15.0.3/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick"><br />
<input type="hidden" name="hosted_button_id" value="PXH28PNLDZSJY"><br />
<input type="image" src="https://www.paypalobjects.com/WEBSCR-640-20110401-1/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"><br />
<img loading="lazy" decoding="async" alt="" border="0" src="https://www.paypalobjects.com/WEBSCR-640-20110401-1/en_US/i/scr/pixel.gif" width="1" height="1"><br />
</form>
<h2 id="FAQ"><span style="color: #808080;"><strong>FAQ:</strong></span></h2>
<ul>
<li><strong>How can I fix random crashing of vfw4x264.exe?</strong><br />
This probably means you are encoding a file using an input mode other than DSS2, which can happen if the clip is .m2ts or .dga (blu-ray) or another uncommon format.<br />
You can fix it by changing the 2 in the second line of the script to either 3, 4, 5 or just removing that line (try them in that order, since the options get progressively slower)</li>
<li><strong>The option &#8220;Prefer DSS2 over DirectShowSource&#8221; is disabled.</strong> or<br />
<strong>I get an error like &#8220;can&#8217;t load avss.dll&#8221;.</strong><br />
This means your computer is missing Haali Media Splitter. You can download it <a href="http://haali.su/mkv/">here</a> or as part of a <a href="http://www.codecguide.com/download_k-lite_codec_pack_mega.htm">K-Lite Mega Codec Pack</a> and the error should go away after you install it. If you install K-Lite, make sure to select &#8220;Profile 9: Lots of Stuff&#8221; during installation.</li>
<li><strong>The file stops encoding after 99%.</strong><br />
This usually indicates a codec configuration issue. Try installing/reinstalling K-Lite Mega Codec Pack, and make sure to let it select its preferred defaults (not &#8220;quick upgrade&#8221;)</li>
<li><strong>Can I customize the output framerate to make it 48FPS, 75FPS, 120FPS, or anything else?</strong><br />
Yes, you can choose any framerate you want. It is best to choose a framerate that is divisible in some way with the original video, but even that is your choice. You just need to add the options &#8220;NewNum&#8221; and &#8220;NewDen&#8221;, like this:<br />
<code>InterFrame(Cores=Cores, NewNum=48000, NewDen=1001)</code><br />
NewNum stands for &#8220;New Numerator&#8221; and NewDen stands for &#8220;New Denominator&#8221;. In general, with NTSC material the NewDen should be 1001 and the NewNum should be 1000x your desired framerate (so for 48FPS you want 48000 and 1001) while for PAL content you might just want something like NewNum=75,NewDen=1 to output 75FPS content.</li>
<li><strong>The output seems choppy, can I make it smoother?</strong><br />
Yes, by default we output a video that sacrifices a little smoothness in order to reduce errors, but different people&#8217;s eyes pick up on different things so it can all be a matter of taste. You can try the Smooth tuning, like this:<br />
<code>InterFrame(Cores=Cores, Tuning="Smooth")</code><br />
Also, using GPU mode produces more accurate results and therefore should appear smoother, though it can be slightly slower overall. You can try it like this:<br />
<code>InterFrame(Cores=Cores, GPU=true)</code><br />
Or try both options at once like this:<br />
<code>InterFrame(Cores=Cores, Tuning="Smooth", GPU=true)</code></li>
<li><strong>Why isn&#8217;t the GPU being used much in GPU mode?</strong><br />
Only some things are done with the GPU in GPU mode, it&#8217;s still mostly done by CPU but helped by GPU.</li>
<li><strong>Why is the video still the original framerate after running it through MKVMerge?</strong><br />
You probably selected the wrong tracks in MKVMerge so you&#8217;re getting the original video track instead of the new one; make sure you untick the original video stream before muxing.</li>
<li><strong>Why does MeGUI give an error &#8220;SVSmoothFPS: unable to load library given in &#8216;compose&#8217; [&#8230;svpflow2.dll]</strong><br />
Try re-installing or updating your video card drivers, and if that doesn&#8217;t work then maybe your video card doesn&#8217;t support OpenCL so remove GPU=true from your script.</li>
<li><strong>Why am I getting the error &#8220;SVSmoothFps: unable to load library given in &#8216;compose'&#8221; when I try to run the encoding process, but not when I preview?</strong><br />
Go into your MeGUI tools folder (usually <em>C:\Program Files (x86)\MeGUI\tools\x264</em>) and rename the file <em>opencl.dll</em> to <em>opencl.dll.bak</em>. This will let MeGUI use the version of opencl.dll that your video card drivers have installed, instead of the generic one from MeGUI.</li>
<li><strong>Why am I getting the error &#8220;Error message for your reference: Can not read the video stream&#8221;?</strong><br />
MeGUI can&#8217;t read from folders or files with certain characters, so try moving the video to a different folder and/or renaming the file.</li>
</ul>
<h2 id="Thanks"><span style="color: #808080;"><strong>Thanks:</strong></span></h2>
<p>Widezu69 for providing the original AviSynth script that I used as a base.<br />
Fizick for MVTools, the library that does all the work, and <a href="http://www.svp-team.com/">SVP</a> for the modifications to MVTools that make it even better for our purposes.<br />
Everyone on various forums for their feedback, this is really a community effort.</p>
<h2 id="Changelog"><span style="color: #808080;"><strong>Changelog:</strong></span></h2>
<p>21/05/2015:</p>
<ul>
<li>Updated InterFrame to 2.8.2, which improves speed</li>
</ul>
<p>16/03/2015:</p>
<ul>
<li>Corrected and improved the instructions and FAQ</li>
</ul>
<p>05/03/2015:</p>
<ul>
<li>Updated InterFrame to 2.8.0, which improves speed and lowers memory usage</li>
<li>Updated conversion script</li>
</ul>
<p>24/02/2015:</p>
<ul>
<li>Updated the instructions and FAQ</li>
</ul>
<p>27/09/2014:</p>
<ul>
<li>Updated InterFrame to 2.6.0</li>
<li>Added a tip about using framedoubling mode</li>
<li>Updated most images to reflect the minor changes to MeGUI</li>
<li>Minor improvements to instructions</li>
</ul>
<p>22/07/2014:</p>
<ul>
<li>Added more items to the FAQ</li>
</ul>
<p>10/07/2014:</p>
<ul>
<li>Added more items to the FAQ</li>
<li>Shortened the changelog to only the latest 3 changes by default</li>
</ul>
<p>20/05/2014:</p>
<ul>
<li>Updated instructions</li>
<li>Added more tips</li>
<li>Added to and updated the FAQ</li>
<li>Updated the link to MKVToolnix to always point to the latest version</li>
</ul>
<p><a href="javascript:void(0);" id="OldChangelogToggle" onclick="document.getElementById('OldChangelog').style.display='block';document.getElementById('OldChangelogToggle').style.display='none';">Click here to display the rest of the changelog</a></p>
<div id="OldChangelog" style="display:none;">
05/03/2014:</p>
<ul>
<li>Updated MeGUI instructions and screenshots</li>
<li>Updated the link to MKVToolnix to 6.8.0</li>
<li>Added more notes about some options</li>
</ul>
<p>09/01/2014:</p>
<ul>
<li>Updated MeGUI instructions</li>
</ul>
<p>16/12/2013:</p>
<ul>
<li>Updated InterFrame to 2.5.1 which is better quality, more stable and supports more video cards.</li>
<li>Updated the link to MKVToolnix to 6.6.0</li>
<li>Updated instructions</li>
</ul>
<p>10/01/2013:</p>
<ul>
<li>Updated Introduction section</li>
</ul>
<p>24/12/2012:</p>
<ul>
<li>Updated InterFrame to 2.3.0 which is faster, better quality, supports more video cards and has lower memory usage.</li>
<li>Updated the link to MKVToolnix to 5.9.0</li>
<li>Simplified instructions</li>
</ul>
<p>27/06/2012:</p>
<ul>
<li>Updated InterFrame to 2.1.0 which is much faster, better quality, etc.</li>
<li>Updated SEt&#8217;s AviSynth MT to 2.6 (2012.05.16)</li>
<li>Include the new AviSynth DLL in the installer to make things easier to set up</li>
<li>Updated the link to MKVToolnix to 5.6.0</li>
<li>Simplified instructions</li>
</ul>
<p>03/04/2012:</p>
<ul>
<li>Updated InterFrame to 1.14</li>
<li>Updated SEt&#8217;s Avisynth MT to 2.6 (2012.03.31) which is faster and more stable</li>
<li>Updated the link to MKVToolnix to 5.4.0</li>
<li>Improved instructions slightly</li>
</ul>
<p>25/02/2012:</p>
<ul>
<li>Script stability improvements</li>
<li>Updated the link to MKVToolnix to 5.3.0 from 5.0.1</li>
</ul>
<p>29/02/2012:</p>
<ul>
<li>Updated InterFrame and its dependencies to 1.13 from 1.12.2 (<a href="https://www.spirton.com/interframe/#Changelog">Changelog</a>) which improves speed and ATI GPU compatibility</li>
</ul>
<p>03/11/2011:</p>
<ul>
<li>Updated InterFrame and its dependencies to 1.12.2 from 1.12 (<a href="https://www.spirton.com/interframe/#Changelog">Changelog</a>) which improves speed by up to 15%</li>
<li>Updated AviSynth DLL (SEt&#8217;s MT Build) to 2011.09.13 from 2009.09.19 which increases stability and fixes bugs</li>
<li>Updated the link to MKVToolnix to 5.0.1 from 4.6.0</li>
</ul>
<p>12/09/2011:</p>
<ul>
<li>Updated InterFrame to 1.12 from 1.11 (<a href="https://www.spirton.com/interframe/#Changelog">Changelog</a>)</li>
<li>Rolled back to previous AviSynth version because the newer one was causing crashes</li>
<li>Link to latest MeGUI installation package directly since they don&#8217;t seem to be releasing installers anymore</li>
</ul>
<p>22/07/2011:</p>
<ul>
<li>Updated SEt&#8217;s AviSynth DLL to 2011.07.19 from 2009.09.19</li>
<li>Updated AviSynth to 2.6 Alpha 3 from 2.6 Alpha 2</li>
</ul>
<p>05/07/2011:</p>
<ul>
<li>Updated InterFrame to 1.11 from 1.10 (<a href="https://www.spirton.com/interframe/#Changelog">Changelog</a>)</li>
</ul>
<p>04/07/2011:</p>
<ul>
<li>Updated Step 9 because of an extra window added by MeGUI (thanks to Sko for the reminder)</li>
<li>Updated sample videos</li>
</ul>
<p>18/06/2011:</p>
<ul>
<li>Updated InterFrame to 1.10 from 1.8.1 (<a href="https://www.spirton.com/interframe/#Changelog">Changelog</a>)</li>
<li>Updated sample videos</li>
</ul>
<p>20/05/2011:</p>
<ul>
<li>Updated InterFrame to 1.8.1 from 1.7.1 (<a href="https://www.spirton.com/interframe/#Changelog">Changelog</a>)</li>
</ul>
<p>03/05/2011:</p>
<ul>
<li>Wrote version information to avisynth.dll to fix software conflicts</li>
</ul>
<p>30/04/2011:</p>
<ul>
<li>Updated InterFrame to 1.7.1 from 1.7 (<a href="https://www.spirton.com/interframe/#Changelog">Changelog</a>)</li>
<li>Updated the thanks section to include SVP</li>
</ul>
<p>29/04/2011:</p>
<ul>
<li>Fixed a mistake in the guide (Thanks Sebastian)</li>
</ul>
<p>28/04/2011:</p>
<ul>
<li>Updated InterFrame to 1.7 from 1.6 (<a href="https://www.spirton.com/interframe/#Changelog">Changelog</a>)</li>
</ul>
<p>22/04/2011:</p>
<ul>
<li>Added a new note below the scripts explaining how to increase the encoding speed</li>
</ul>
<p>20/04/2011:</p>
<ul>
<li>Updated InterFrame to 1.6 from 1.5.1 (<a href="https://www.spirton.com/interframe/#Changelog">Changelog</a>)</li>
<li>Changed the guide so that it muxes audio and/or subtitles, whereas before it always converted audio and ignored subtitles</li>
<li>Changed a lot of text and some images in the guide to be easier to follow</li>
<li>Added donation link</li>
</ul>
<p>13/04/2011:</p>
<ul>
<li>Updated InterFrame to 1.5.1 from 1.5 (<a href="https://www.spirton.com/interframe/#Changelog">Changelog</a>)</li>
</ul>
<p>12/04/2011:</p>
<ul>
<li>Updated the scripts to disable GPU-acceleration by default since it causes errors for people with older or no video cards.</li>
</ul>
<p>11/04/2011:</p>
<ul>
<li>Updated InterFrame to 1.5 from 1.3.1 (<a href="https://www.spirton.com/interframe/#Changelog">Changelog</a>)</li>
<li>Updated the scripts and made them more simple</li>
<li>Added new video samples</li>
</ul>
<p>09/04/2011:</p>
<ul>
<li>Slightly changed the scripts to fix a colorspace bug</li>
</ul>
<p>01/04/2011:</p>
<ul>
<li>Updated InterFrame to 1.3.1 from 1.2 (<a href="https://www.spirton.com/interframe/#Changelog">Changelog</a>)</li>
<li>Updated the video samples</li>
</ul>
<p>24/03/2011:</p>
<ul>
<li>Updated InterFrame to 1.2 from 1.1 (<a href="https://www.spirton.com/interframe/#Changelog">Changelog</a>)</li>
<li>Updated Speed script to work with InterFrame update</li>
</ul>
<p>22/03/2011:</p>
<ul>
<li>Updated InterFrame to 1.1 from 1.0.2 (<a href="https://www.spirton.com/interframe/#Changelog">Changelog</a>)</li>
<li>Updated scripts to work with InterFrame update</li>
</ul>
<p>21/03/2011:</p>
<ul>
<li>Updated InterFrame to 1.0.2 from 1.0 (<a href="https://www.spirton.com/interframe/#Changelog">Changelog</a>)</li>
<li>Updated MVTools2 to 2.5.11.2b from 2.5.11.1b (<a href="http://avisynth.org.ru/mvtools/mvtools2.html#revisions">Changelog</a>)</li>
</ul>
<p>19/03/2011:</p>
<ul>
<li>Updated FAQ with links and more correct and specific answers</li>
</ul>
<p>18/03/2011:</p>
<ul>
<li>I&#8217;m releasing the script as an AviSynth plugin called InterFrame so I&#8217;ve added that to this guide</li>
</ul>
<p>17/03/2011:</p>
<ul>
<li>Removed unnecessary file (mt.dll) and updated guide and scripts accordingly</li>
</ul>
<p>16/03/2011:</p>
<ul>
<li>Increased quality of the scripts by improving the detection of scene-changes</li>
</ul>
<p>25/02/2011:</p>
<ul>
<li>Increased quality of Quality script</li>
</ul>
<p>23/02/2011:</p>
<ul>
<li>Increased quality of scripts</li>
</ul>
<p>22/02/2011:</p>
<ul>
<li>Improved accuracy of the Quality script with little performance impact</li>
<li>Updated file package to include fftw, a requirement of the improved accuracy setting</li>
<li>Updated file package to include Builds.txt which contains the versions and links to the files in the package</li>
<li>Added a menu at the top of the post to make it easier to see which sections there are and jump to them</li>
</ul>
<p>10/02/2011:</p>
<ul>
<li>Updated introduction section</li>
</ul>
<p>03/01/2011:</p>
<ul>
<li>Updated MVTools from 2.5.11b to 2.5.11.1b</li>
<li>Re-introduced divisible framerates, which increases interpolation accuracy and speed</li>
</ul>
<p>17/11/2010:</p>
<ul>
<li>Minimised artifacts in Quality script with no performance hit (maybe a bit faster, too)</li>
<li>Moved resize to above the interpolation after testing that showed it is more accurate at 720p than 1080p</li>
</ul>
<p>08/11/2010:</p>
<ul>
<li>Updated AviSynth from 2.5.8 to 2.6 after tests which found it is more stable for multithreading.</li>
<li>Improved instructions, fixed typos, restructured steps.</li>
</ul>
<p>27/10/2010:</p>
<ul>
<li>Updated the <a href="https://www.spirton.com/uploads/60FPS/Quality.mkv">Quality script sample</a>.</li>
</ul>
<p>26/10/2010:</p>
<ul>
<li>Updated MVTools from 2.5.10.1b to 2.5.11b.</li>
</ul>
<p>13/10/2010:</p>
<ul>
<li>Increased the interpolation strength of the scripts. It can cause errors, (stripes and cross-like patterns may cause glitches), but it is better than before for general use.</li>
</ul>
<p>08/10/2010:</p>
<ul>
<li>Added a common question to the FAQ; &#8220;Prefer DSS2 over DirectShowSource&#8221; is disabled.</li>
</ul>
<p>20/07/2010:</p>
<ul>
<li>Increased accuracy of the Quality script</li>
<li>Corrected minor language errors</li>
</ul>
<p>17/07/2010:</p>
<ul>
<li>The value of blksize will now automatically change based on input resolution, which hopefully provides the most accurate settings for all inputs</li>
<li>Added the ConvertToYV12 function, just meaning MeGUI doesn&#8217;t need to keep adding it all the time</li>
</ul>
<p>16/07/2010:</p>
<ul>
<li>Significantly reduced tearing in high-motion scenes using the Quality script. Here are comparisons of interpolated frames:<br />
<a href="http://www.avsforum.com/avs-vb/attachment.php?attachmentid=180415&#038;d=1279182229">Comparison 1, old script</a>, <a href="http://www.avsforum.com/avs-vb/attachment.php?attachmentid=180416&#038;d=1279182229">comparison 1, new script</a><br />
<a href="http://www.avsforum.com/avs-vb/attachment.php?attachmentid=180417&#038;d=1279182243">Comparison 2, old script</a>, <a href="http://www.avsforum.com/avs-vb/attachment.php?attachmentid=180418&#038;d=1279182243">comparison 2, new script</a><br />
It&#8217;s almost unbelievable they are the same frames, but they are.</li>
<li>Speed of the Quality script has also increased</ul>
<p>15/07/2010:</p>
<ul>
<li>Input uses SetMTMode 2 now instead of 1, since 1 can cause quality problems for .avi files.</li>
</ul>
<p>13/07/2010:</p>
<ul>
<li>Reverted to always using 60FPS. Using divisible framerates did provide increased accuracy with technically the same level of smooth motion, but monitors and televisions can&#8217;t display those exact framerates anyway which results in less visible smoothness. Thanks to Widezu for pointing this out.</li>
</ul>
<p>12/07/2010:</p>
<ul>
<li>Added to the FAQ</li>
<li>Minor wording changes</li>
</ul>
<p>10/07/2010:</p>
<ul>
<li>Increased accuracy of both scripts by allowing for different framerates depending on the input. See <a href="http://www.avsforum.com/avs-vb/showthread.php?p=18885153#post18885153" title="Avisynth Script for doubling video frame rates">here</a> for more details.<br />
The videos still play perfectly on 60Hz and 75Hz monitors/TVs, so don&#8217;t worry about that.</li>
</ul>
<p>06/07/2010:</p>
<ul>
<li>Increased speed by roughly 100% for both scripts</li>
<li>Updated DLL package:</li>
<ul>
<li>Removed DirectShowSource.dll</li>
<li>Removed TCPDeliver.dll</li>
<li>Updated mvtools2.dll from 2.5.10b to 2.5.10.1b</li>
<li>Updated mt.dll</li>
<li>Updated avisynth.dll</li>
</ul>
<li>Fixed a bug that would very infrequently cause a backwards frame</li>
<li><strong>Note:</strong> Users of previous scripts will need to make sure they have selected &#8220;Prefer DSS2 over DirectShowSource&#8221; in the AviSynth configuration settings (under the Extra Setup tab)</li>
<li>Updated instructions and wording throughout the whole article, to keep it current with these latest changes and make it easier to follow.</li>
<li>Added instructions on how to make MeGUI update to the latest releases</li>
<li>Added basic instructions on video encoding quality</li>
</ul>
<p>02/07/2010:</p>
<ul>
<li>Added new sample videos (original, speed and quality)</li>
</ul>
<p>01/07/2010:</p>
<ul>
<li>Increased accuracy in the Quality script</li>
</ul>
<p>25/06/2010:</p>
<ul>
<li>Added a new script with improved quality</li>
</ul>
<p>16/06/2010:</p>
<ul>
<li>Improved speed slightly</li>
<li>Fixed a crash</li>
</ul>
<p>15/06/2010:</p>
<ul>
<li>Updated script for increased accuracy</li>
</ul>
<p>05/06/2010:</p>
<ul>
<li>Fixed a bug with resizing</li>
</ul>
<p>04/06/2010:</p>
<ul>
<li>Merged both scripts since the high quality one produced choppier motion</li>
<li>Fixed a bug that stopped functions like crop and resize from working</li>
<li>Fixed a bug that caused random crashes on very high-quality videos</li>
</ul>
<p>26/05/2010:</p>
<ul>
<li>Updated high quality script since last version had problems</li>
</ul>
<p>24/05/2010:</p>
<ul>
<li>There are now 2 scripts; one for quality and one for speed. Both are good.</li>
<li>Updated Step 2 for better compatibility</li>
<li>Removed code formatting since it was confusing to copy/paste</li>
</ul>
<p>23/05/2010:</p>
<ul>
<li>Removed need to change script depending on your CPU and improved quality</li>
</ul>
<p>21/05/2010:</p>
<ul>
<li>Small change to script</li>
</ul>
<p>20/05/2010:</p>
<ul>
<li>Fixed an error with the DLL files</li>
</ul>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.spirton.com/convert-videos-to-60fps/feed/</wfw:commentRss>
			<slash:comments>1257</slash:comments>
		
		<enclosure url="http://www.spirton.com/uploads/60FPS/Quality.mkv" length="31381937" type="video/x-matroska" />
<enclosure url="http://www.spirton.com/uploads/InterFrame/20110618-Sample-Original.mkv" length="16668325" type="video/x-matroska" />
<enclosure url="http://www.spirton.com/uploads/InterFrame/20110618-Sample-InterFrame.mkv" length="18651128" type="video/x-matroska" />

			</item>
	</channel>
</rss>
