<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[SmoothVideo Project — [Feature Request] handle pseudo 50Hz / SelectEvery(2,0)+num in profile]]></title>
		<link>https://www.svp-team.com/forum/viewtopic.php?id=1580</link>
		<atom:link href="https://www.svp-team.com/forum/extern.php?action=feed&amp;tid=1580&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in [Feature Request] handle pseudo 50Hz / SelectEvery(2,0)+num in profile.]]></description>
		<lastBuildDate>Sun, 18 Aug 2013 23:11:03 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [Feature Request] handle pseudo 50Hz / SelectEvery(2,0)+num in profile]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=36483#p36483</link>
			<description><![CDATA[<p>awesome! works like a charm! thx so much!</p><p>it would be nice if this could get added also to future releases - due to &quot;disabled&quot; being the default it should not interfere wih other profiles / users.</p><p>all videos which seem to need this option are 1280x720@50 - maybe you also want to add a new single profile having this enabled by default...</p>]]></description>
			<author><![CDATA[null@example.com (vxu)]]></author>
			<pubDate>Sun, 18 Aug 2013 23:11:03 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=36483#p36483</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Feature Request] handle pseudo 50Hz / SelectEvery(2,0)+num in profile]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=36477#p36477</link>
			<description><![CDATA[<p>i really doubt this feature is needed by anyone else but it&#039;s very easy to implement so here it is:</p><p>1. add new profile option to the end of ProfileCfg/MSmoothFps file:<br /></p><div class="codebox"><pre><code>DropEven#2;Drop every other frame
-true;Enabled
-false;Disabled;default</code></pre></div><p>2. add JScript code using the new option to generate.js file:<br /></p><div class="codebox"><pre><code>if(valueProfile(&quot;DropEven&quot;) == &quot;true&quot;)
{
    smooth.rate.num*=2;
    avs.WriteLine(&quot;SelectEvery(2,0)&quot;);
}</code></pre></div><p>Find both modified files attached (for SVP <strong>3.1.5</strong>).</p>]]></description>
			<author><![CDATA[null@example.com (Chainik)]]></author>
			<pubDate>Sun, 18 Aug 2013 21:31:38 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=36477#p36477</guid>
		</item>
		<item>
			<title><![CDATA[[Feature Request] handle pseudo 50Hz / SelectEvery(2,0)+num in profile]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=36472#p36472</link>
			<description><![CDATA[<p>hello,</p><p><span class="bbu">problem</span><br />handling video material broadcasted in pseudo 50Hz (every 2nd frame is identical, e.g. german public tv). running svp out of the box on this video makes no sense. every 2nd frame needs to be dropped and then afterwards the framerate need to be increased.</p><p><span class="bbu">current workaround</span><br />edit MANUALLY and FOR EACH VIDEO the avs-script to add &quot;SelectEvery(2,0)&quot; and double the num-value, then skip in video to have script reload</p><p><span class="bbu">feature request</span><br />add checkbox in profile page to add &quot;SelectEvery(2,0)&quot; and double num value / account for required changes to avs-script. that way you could create a profile for pseudo 50hz-videos and just need to select it to have svp work nicely.</p><p>thx for your time.</p>]]></description>
			<author><![CDATA[null@example.com (vxu)]]></author>
			<pubDate>Sun, 18 Aug 2013 15:03:57 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=36472#p36472</guid>
		</item>
	</channel>
</rss>
