<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[SmoothVideo Project — Very high CPU with 3.1.4 in 1080p]]></title>
		<link>https://www.svp-team.com/forum/viewtopic.php?id=1258</link>
		<atom:link href="https://www.svp-team.com/forum/extern.php?action=feed&amp;tid=1258&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Very high CPU with 3.1.4 in 1080p.]]></description>
		<lastBuildDate>Fri, 15 Mar 2013 10:46:35 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Very high CPU with 3.1.4 in 1080p]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=32416#p32416</link>
			<description><![CDATA[<p><strong>qduaty</strong><br /><em>Seems to help, which means the bug is certainly in SVP.</em></p><p>Well, 1916 is 2*2*<strong>479</strong>, and 718 is 2*<strong>359</strong>, and both 479 and 359 are prime numbers <img src="https://www.svp-team.com/forum/img/smilies/wink.png" width="15" height="15" alt="wink" /><br />I&#039;ll add a workaround for this issue in the future version.</p>]]></description>
			<author><![CDATA[null@example.com (Chainik)]]></author>
			<pubDate>Fri, 15 Mar 2013 10:46:35 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=32416#p32416</guid>
		</item>
		<item>
			<title><![CDATA[Re: Very high CPU with 3.1.4 in 1080p]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=32368#p32368</link>
			<description><![CDATA[<p><strong>qduaty</strong><br /><em>Another problematic resolution: 718x436</em><br />Thank you again.</p><p><em>AddBorders(4,0,0, 0)</em><br />It is not good solution for frame interpolation task. Thin black line at the frame border causes annoying frame-borders artifacts when panning and zooming.</p><p><div class="offtop">while <strong>Chainik</strong> makes some investigations......</div><br />I recommend you two another ways:<br />1. Crop in AVS-script.<br />Add code to MSmoothFPS.avs before &quot;input=last&quot;:<br /></p><div class="codebox"><pre><code>mult=16
crop(0,0,int(width/mult)*mult,int(height/mult)*mult)</code></pre></div><p>And ajust mult value. It can be 8, 16, 32.</p><p>2. Expand framesize in ffdShow to multiply of 16 (or 8, 32).<br /><span class="postimg"><img src="http://www.svp-team.com/forum/misc.php?item=2396" alt="http://www.svp-team.com/forum/misc.php?item=2396" /></span></p>]]></description>
			<author><![CDATA[null@example.com (MAG79)]]></author>
			<pubDate>Wed, 13 Mar 2013 02:36:35 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=32368#p32368</guid>
		</item>
		<item>
			<title><![CDATA[Re: Very high CPU with 3.1.4 in 1080p]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=32366#p32366</link>
			<description><![CDATA[<p>Another problematic resolution: 718x436. As in case of 1916x796, causes full GPU load in accelerated mode.</p><p>Edit. I worked around it by adding this code to MSmoothFPS.avs before &quot;input=last&quot;:<br /></p><div class="codebox"><pre><code>last.Width == 1916 ? eval(&quot;&quot;&quot; AddBorders(4,0,0, 0) &quot;&quot;&quot;) : 0
last.Width == 718 ? eval(&quot;&quot;&quot; AddBorders(2,0,0, 0) &quot;&quot;&quot;) : 0</code></pre></div><p>Seems to help, which means the bug is certainly in SVP.</p>]]></description>
			<author><![CDATA[null@example.com (qduaty)]]></author>
			<pubDate>Tue, 12 Mar 2013 20:18:34 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=32366#p32366</guid>
		</item>
		<item>
			<title><![CDATA[Re: Very high CPU with 3.1.4 in 1080p]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=32270#p32270</link>
			<description><![CDATA[<p><strong>qduaty</strong><br />Thanks, that&#039;s cool&nbsp; <img src="https://www.svp-team.com/forum/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /> I&#039;ve to make some investigations...</p>]]></description>
			<author><![CDATA[null@example.com (Chainik)]]></author>
			<pubDate>Thu, 07 Mar 2013 12:33:59 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=32270#p32270</guid>
		</item>
		<item>
			<title><![CDATA[Re: Very high CPU with 3.1.4 in 1080p]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=32269#p32269</link>
			<description><![CDATA[<p><strong>qduaty</strong><br />I see 86% GPU and 88% CPU load. It is critical values. Both devices with that high load can lead to your &quot;slide show&quot;.</p><p>To reduce CPU load you can change or reset profiles.<br />To reduce GPU load you can choose lighter SVP-shader and disable bicubic interpolation: remove // from line &quot;smooth.cubic = 0;&quot; and write value zero (0) in file override.js.</p><p>I think 1916 px width is real problem for madVR which loads not GPU separately but CPU too.</p>]]></description>
			<author><![CDATA[null@example.com (MAG79)]]></author>
			<pubDate>Thu, 07 Mar 2013 12:07:04 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=32269#p32269</guid>
		</item>
		<item>
			<title><![CDATA[Re: Very high CPU with 3.1.4 in 1080p]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=32268#p32268</link>
			<description><![CDATA[<p>I&#039;m not talking about high CPU load. See: </p><div class="quotebox"><blockquote><p>With a video of nonstandard dimensions: MPEG4 Video (H264) 1916x796 23.976fps, GPU acceleration consumes full GPU power and additional 23% CPU</p></blockquote></div><p>I&#039;m attaching screenshots so you could see what&#039;s going on.</p>]]></description>
			<author><![CDATA[null@example.com (qduaty)]]></author>
			<pubDate>Thu, 07 Mar 2013 10:30:10 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=32268#p32268</guid>
		</item>
		<item>
			<title><![CDATA[Re: Very high CPU with 3.1.4 in 1080p]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=32266#p32266</link>
			<description><![CDATA[<p><strong>qduaty</strong><br />It is strange. Can you find cause of high CPU Load on video with 1916 px width?<br />I mean: decoder / SVP / renderer. Change or disable them one-by-one.</p>]]></description>
			<author><![CDATA[null@example.com (MAG79)]]></author>
			<pubDate>Thu, 07 Mar 2013 06:31:50 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=32266#p32266</guid>
		</item>
		<item>
			<title><![CDATA[Re: Very high CPU with 3.1.4 in 1080p]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=32265#p32265</link>
			<description><![CDATA[<p>Nvidia inspector shows VPU load around 30%, so hardware decoding works well for any resolution. Also SVP works for this movie (without GPU acceleration), using 60-80% CPU. There is no excessive CPU load, which might suggest decoding of h.264 in software. And I already have CUVID in LAV settings.</p><p>I made some samples with Freemake, all with height=800 and different width: 1912, 1908, 1900 all worked well. The only problematic sample was that of width=1916.</p>]]></description>
			<author><![CDATA[null@example.com (qduaty)]]></author>
			<pubDate>Thu, 07 Mar 2013 06:25:39 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=32265#p32265</guid>
		</item>
		<item>
			<title><![CDATA[Re: Very high CPU with 3.1.4 in 1080p]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=32262#p32262</link>
			<description><![CDATA[<p><strong>qduaty</strong><br />Then answer is your GPU-acceleration of decoding video.<br />When resolution is standard GPU-acceleration is worked.<br />When non standard (1916x796), GPU-acceleration is disabled and software decoding uses. It is hard task for your E5700.<br />Check it. You need to find GPU-accelerated decoder which works with this resolution.</p><p>Try LAV CUVID, CoreAVC CUDA. They are more universal for NVIDIA adapter than LAV DXVA copy-back.<br /><span class="postimg"><img src="http://www.svp-team.com/forum/misc.php?item=2226" alt="http://www.svp-team.com/forum/misc.php?item=2226" /></span></p>]]></description>
			<author><![CDATA[null@example.com (MAG79)]]></author>
			<pubDate>Thu, 07 Mar 2013 04:23:13 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=32262#p32262</guid>
		</item>
		<item>
			<title><![CDATA[Re: Very high CPU with 3.1.4 in 1080p]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=32261#p32261</link>
			<description><![CDATA[<p>With GPU acceleration: around 40% on fullscreen, 20% in a window; without acceleration - 30% fullscreen, 10% window.</p>]]></description>
			<author><![CDATA[null@example.com (qduaty)]]></author>
			<pubDate>Thu, 07 Mar 2013 04:11:23 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=32261#p32261</guid>
		</item>
		<item>
			<title><![CDATA[Re: Very high CPU with 3.1.4 in 1080p]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=32250#p32250</link>
			<description><![CDATA[<p><strong>qduaty</strong><br />When playing 1920x800 what is the GPU load?</p>]]></description>
			<author><![CDATA[null@example.com (MAG79)]]></author>
			<pubDate>Wed, 06 Mar 2013 14:36:23 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=32250#p32250</guid>
		</item>
		<item>
			<title><![CDATA[Re: Very high CPU with 3.1.4 in 1080p]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=32249#p32249</link>
			<description><![CDATA[<p>I just tried it, GPU is still 88%.</p>]]></description>
			<author><![CDATA[null@example.com (qduaty)]]></author>
			<pubDate>Wed, 06 Mar 2013 14:10:15 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=32249#p32249</guid>
		</item>
		<item>
			<title><![CDATA[Re: Very high CPU with 3.1.4 in 1080p]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=32239#p32239</link>
			<description><![CDATA[<p><strong>qduaty</strong><br />Did you try to turn off scaling for your 1916x796 video?<br /><div class="offtop">in MPC-HC menu View - Video Frame - Normal size</div></p>]]></description>
			<author><![CDATA[null@example.com (MAG79)]]></author>
			<pubDate>Wed, 06 Mar 2013 01:59:43 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=32239#p32239</guid>
		</item>
		<item>
			<title><![CDATA[Re: Very high CPU with 3.1.4 in 1080p]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=32236#p32236</link>
			<description><![CDATA[<p>I first wanted to start a new thread but it seems my results are similar, except that my files are progressive.</p><p>SVP 3.1.4, consumes 10% more GPU and <strong>additional 10% CPU</strong> with GPU acceleration enabled, when playing such a movie file: <strong>MPEG4 Video (H264) 1920x800 23.976fps</strong>. With a video of nonstandard dimensions: <strong>MPEG4 Video (H264) 1916x796 23.976fps</strong>, GPU acceleration consumes full GPU power and additional 23% CPU (which results in a slide show).</p><p>There are no such issues for 720p videos.</p><p>My system specification is: CPU Intel E5700, 2 cores @ 3GHz, 4 GB DDR3 @ 800 MHz, GPU Nvidia 9800GT, PCI Express reported by Nvidia Inspector: PCI-E 2.0 x 16 @ x 16 1.1. SVP configuration:</p><div class="codebox"><pre><code># This script was generated by SmoothVideo Project (SVP) Manager.
# Check http://www.svp-team.com for more details.

SetMemoryMax(1024)

global svp_scheduler=true
global threads=3
global svp_cache_fwd=threads+2

LoadPlugin(&quot;C:\Program Files (x86)\SVP\plugins\svpflow1.dll&quot;)
LoadPlugin(&quot;C:\Program Files (x86)\SVP\plugins\svpflow2.dll&quot;)

SetMTMode(3,threads)
ffdShow_source()
SetMTMode(2)

global crop_params=&quot;&quot;
global resize_string=&quot;&quot;
global super_params=&quot;{pel:1,scale:{up:2},gpu:0,full:false,rc:true}&quot;
global analyse_params=&quot;{vectors:2,block:{w:32,h:32,overlap:0},main:{search:{coarse:{distance:-10}}}}&quot;
global smoothfps_params=&quot;{rate:{num:3,den:1},algo:1,scene:{blend:true}}&quot;

global demo_mode=0
stereo_type=0</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (qduaty)]]></author>
			<pubDate>Wed, 06 Mar 2013 00:49:06 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=32236#p32236</guid>
		</item>
		<item>
			<title><![CDATA[Re: Very high CPU with 3.1.4 in 1080p]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=31566#p31566</link>
			<description><![CDATA[<p>Thank you. I didn&#039;t even notice that it was interlaced. I&#039;ll check the other files, they&#039;re probably 1080i as well.</p>]]></description>
			<author><![CDATA[null@example.com (jkauff)]]></author>
			<pubDate>Wed, 20 Feb 2013 05:56:50 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=31566#p31566</guid>
		</item>
	</channel>
</rss>
