<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[SmoothVideo Project — Width and Num]]></title>
		<link>https://www.svp-team.com/forum/viewtopic.php?id=1581</link>
		<atom:link href="https://www.svp-team.com/forum/extern.php?action=feed&amp;tid=1581&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Width and Num.]]></description>
		<lastBuildDate>Mon, 19 Aug 2013 12:21:01 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Width and Num]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=36498#p36498</link>
			<description><![CDATA[<p>Again Chainik, thanks.... you&#039;re awesome.</p><p>its working.</p>]]></description>
			<author><![CDATA[null@example.com (pezgui)]]></author>
			<pubDate>Mon, 19 Aug 2013 12:21:01 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=36498#p36498</guid>
		</item>
		<item>
			<title><![CDATA[Re: Width and Num]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=36493#p36493</link>
			<description><![CDATA[<p><strong>pezgui</strong></p><div class="codebox"><pre><code>Width &lt;= 1200 ? Eval(&quot;&quot;&quot;
blah-blah
&quot;&quot;&quot;) :  Eval(&quot;&quot;&quot;
blah-blah
&quot;&quot;&quot;)</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Chainik)]]></author>
			<pubDate>Mon, 19 Aug 2013 09:44:28 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=36493#p36493</guid>
		</item>
		<item>
			<title><![CDATA[Re: Width and Num]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=36485#p36485</link>
			<description><![CDATA[<p><strong>pezgui</strong><br />Script is correct as I can see.</p><p><em> V = V.Width</em><br />Video = Video.Width is wrong operator because identifier Video was set to Videoclip and after apply this code it will be set to number (Videoclip width).<br />I recommend you to read Avisynth documentation.</p>]]></description>
			<author><![CDATA[null@example.com (MAG79)]]></author>
			<pubDate>Mon, 19 Aug 2013 04:31:56 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=36485#p36485</guid>
		</item>
		<item>
			<title><![CDATA[Width and Num]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=36481#p36481</link>
			<description><![CDATA[<p>Hi</p><p>I&#039;d like to change the Num generator based on the width of the video, how can i make this script work?</p><div class="codebox"><pre><code>Width &lt;= 1200 ? Eval(&quot;&quot;&quot;
S = V.SVSuper(&quot;{rc:false,gpu:1, scale:{up:2, down:2}}&quot;)
A = S.SVAnalyse(&quot;{main:{coarse:{distance:-1, bad:{SAD:20}}},penalty:{pzero:1,pnbour:1000}}, refine:[{thsad:20}]}&quot;)
V.SVSmoothFps(S, A, &quot;{rate:{num:50000,den:1001,abs:true},algo:21, mask:{area:30,cover:100,area_sharp:1.0},scene:{blend:false,mode:0,limits:{blocks:100}}}&quot;, url=URL, mt=100)
GetMTMode(false) &gt; 0 ? distributor()
&quot;&quot;&quot;): last
Width &gt; 1200 ? Eval(&quot;&quot;&quot;
S = V.SVSuper(&quot;{rc:false,gpu:1, scale:{up:2, down:2}}&quot;)
A = S.SVAnalyse(&quot;{main:{coarse:{distance:-1, bad:{SAD:20}}},penalty:{pzero:1,pnbour:1000}}, refine:[{thsad:20}]}&quot;)
V.SVSmoothFps(S, A, &quot;{rate:{num:60000,den:1001,abs:true},algo:21, mask:{area:30,cover:100,area_sharp:1.0},scene:{blend:false,mode:0,limits:{blocks:100}}}&quot;, url=URL, mt=100)
GetMTMode(false) &gt; 0 ? distributor()
&quot;&quot;&quot;): last</code></pre></div><p>I added V = V.Width, and i get an error saying there is &quot;:&quot; missing, so i change &quot;: last&quot; and i put after &quot;distributor()&quot; ... but nothing seems to work.</p><br /><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (pezgui)]]></author>
			<pubDate>Sun, 18 Aug 2013 22:24:15 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=36481#p36481</guid>
		</item>
	</channel>
</rss>
