<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Processor overload jittery video]]></title><description><![CDATA[<p>Hi even though I have a new 16" mac pro with AMD Pro 55004gig graphics card my videos just jump really badly. The red load bar goes well over 1000.</p><p>Having spent well over £2000 for the mac thinking it would handle videos beautifully I am really disappointed!</p><p>How can I solve this problem?</p><p>Stay safe and well</p><p>Thanks, David</p>]]></description><link>https://community.troikatronix.com/topic/7024/processor-overload-jittery-video</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 03:04:00 GMT</lastBuildDate><atom:link href="https://community.troikatronix.com/topic/7024.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 03 Dec 2020 09:26:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Processor overload jittery video on Thu, 10 Dec 2020 18:33:01 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2671">@vidasonik</a> said:</p>
<blockquote><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/124">@dusx</a> wow i've done it - I copied the code into the GLSL Shader !</blockquote>
<p> Great! Feels amazing when you do something new and it works :)</p>]]></description><link>https://community.troikatronix.com/post/43977</link><guid isPermaLink="true">https://community.troikatronix.com/post/43977</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Thu, 10 Dec 2020 18:33:01 GMT</pubDate></item><item><title><![CDATA[Reply to Processor overload jittery video on Thu, 10 Dec 2020 12:26:36 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2671">@vidasonik</a> I realise no-one out there will be impressed. But I'm impressed with myself!</p>]]></description><link>https://community.troikatronix.com/post/43970</link><guid isPermaLink="true">https://community.troikatronix.com/post/43970</guid><dc:creator><![CDATA[Vidasonik]]></dc:creator><pubDate>Thu, 10 Dec 2020 12:26:36 GMT</pubDate></item><item><title><![CDATA[Reply to Processor overload jittery video on Wed, 09 Dec 2020 22:30:47 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/124">@dusx</a> wow i've done it - I copied the code into the GLSL Shader !</p>]]></description><link>https://community.troikatronix.com/post/43966</link><guid isPermaLink="true">https://community.troikatronix.com/post/43966</guid><dc:creator><![CDATA[Vidasonik]]></dc:creator><pubDate>Wed, 09 Dec 2020 22:30:47 GMT</pubDate></item><item><title><![CDATA[Reply to Processor overload jittery video on Wed, 09 Dec 2020 22:10:24 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/124">@dusx</a> this is the one i downloaded, I can't find another one?<a href="/assets/uploads/files/1607551801838-screenshot-2020-12-09-at-22.05.22.png"></a><a href="/assets/uploads/files/1607551821835-screenshot-2020-12-09-at-22.05.22.png"></a></p>]]></description><link>https://community.troikatronix.com/post/43964</link><guid isPermaLink="true">https://community.troikatronix.com/post/43964</guid><dc:creator><![CDATA[Vidasonik]]></dc:creator><pubDate>Wed, 09 Dec 2020 22:10:24 GMT</pubDate></item><item><title><![CDATA[Reply to Processor overload jittery video on Wed, 09 Dec 2020 18:13:45 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2671">@vidasonik</a> said:</p>
<blockquote>The alternative that Mark suggested does not have inputs for 2 videos.</blockquote>
<p> I think you perhaps are trying the wrong code.<br /></p><p>the GLSL code posted at the end of the forum thread: <a href="https://community.troikatronix.com/topic/3457/gpu-displace-actor/5">https://community.troikatronix...</a><br />Appears with 2 inputs for me.<br /></p><img src="/assets/uploads/files/1607537623433-displace_shader.png" />]]></description><link>https://community.troikatronix.com/post/43960</link><guid isPermaLink="true">https://community.troikatronix.com/post/43960</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Wed, 09 Dec 2020 18:13:45 GMT</pubDate></item><item><title><![CDATA[Reply to Processor overload jittery video on Wed, 09 Dec 2020 15:47:31 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2671">@vidasonik</a></p><p>Well I guess if you have nothing else in that chain that needs gpu you don't need to convert back to gpu. at the end also cpu will get pushed to the gpu to go out of your computer.</p><p>Best Michel</p>]]></description><link>https://community.troikatronix.com/post/43958</link><guid isPermaLink="true">https://community.troikatronix.com/post/43958</guid><dc:creator><![CDATA[Michel]]></dc:creator><pubDate>Wed, 09 Dec 2020 15:47:31 GMT</pubDate></item><item><title><![CDATA[Reply to Processor overload jittery video on Wed, 09 Dec 2020 14:50:14 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/7">@michel</a> Hi Michel I have created a user actor which includes Displace and have GPU to CPU converter at start of path and then CPU to GPU converter at end. Is this a reasonable solution?</p><p>The alternative that Mark suggested does not have inputs for 2 videos.</p><p>Cheers, Dave</p>]]></description><link>https://community.troikatronix.com/post/43956</link><guid isPermaLink="true">https://community.troikatronix.com/post/43956</guid><dc:creator><![CDATA[Vidasonik]]></dc:creator><pubDate>Wed, 09 Dec 2020 14:50:14 GMT</pubDate></item><item><title><![CDATA[Reply to Processor overload jittery video on Wed, 09 Dec 2020 14:35:26 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/7">@michel</a> Hi Michel thanks so much! I've converted one video and replaced the original with the HAP version and it seems much better!</p>]]></description><link>https://community.troikatronix.com/post/43955</link><guid isPermaLink="true">https://community.troikatronix.com/post/43955</guid><dc:creator><![CDATA[Vidasonik]]></dc:creator><pubDate>Wed, 09 Dec 2020 14:35:26 GMT</pubDate></item><item><title><![CDATA[Reply to Processor overload jittery video on Wed, 09 Dec 2020 09:39:02 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2671">@vidasonik</a></p><p>I corrected a typo in my post above. I did write "on the left side you see the different codecs" but I meant on the right side.</p><p>The HAP codec will possibly give you larger files than AppleProRes 422. To convert videos to HAP you have to install the HAP Codec first (<a href="https://github.com/vidvox/hap-qt-codec/releases/">https://github.com/vidvox/hap-...</a>) and then for converting you can use this batch converter (<a href="https://github.com/Vidvox/hap-in-avfoundation/releases">https://github.com/Vidvox/hap-...</a>)</p><p>Best Michel</p>]]></description><link>https://community.troikatronix.com/post/43946</link><guid isPermaLink="true">https://community.troikatronix.com/post/43946</guid><dc:creator><![CDATA[Michel]]></dc:creator><pubDate>Wed, 09 Dec 2020 09:39:02 GMT</pubDate></item><item><title><![CDATA[Reply to Processor overload jittery video on Wed, 09 Dec 2020 09:12:05 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/124">@dusx</a> Great! So how do i convert my videos to HAP?</p>]]></description><link>https://community.troikatronix.com/post/43945</link><guid isPermaLink="true">https://community.troikatronix.com/post/43945</guid><dc:creator><![CDATA[Vidasonik]]></dc:creator><pubDate>Wed, 09 Dec 2020 09:12:05 GMT</pubDate></item><item><title><![CDATA[Reply to Processor overload jittery video on Wed, 09 Dec 2020 01:20:40 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2671">@vidasonik</a> said:</p>
<blockquote>I use H.264 cos the file size is much smaller than Pro Res 422 but maybe I should convert to HAP?</blockquote>
<p> H.264 is smaller because it uses more compression. This also means that more resources are needed to decompress the video. This will be either CPU or GPU time depending on the system. H.264 also merges frames as part of the compression method This means that jumping to any specific frame in the video requires loading and decompressing a number of frames (since data is shared). This method works well for linear forward playback, but not much else.<br />Pro Res and HAP both compress each frame individually, so jumping to any specific frame is a matter of loading the frame and decompressing the single frame.<br />In the case of HAP, decompression occurs on the GPU, leaving more CPU available for Isadora. This makes HAP the best choice for highly interactive projects.</p>]]></description><link>https://community.troikatronix.com/post/43942</link><guid isPermaLink="true">https://community.troikatronix.com/post/43942</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Wed, 09 Dec 2020 01:20:40 GMT</pubDate></item><item><title><![CDATA[Reply to Processor overload jittery video on Tue, 08 Dec 2020 22:07:10 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/7">@michel</a> thanks a lot! I need that education! I use H.264 cos the file size is much smaller than Pro Res 422 but maybe I should convert to HAP?</p>]]></description><link>https://community.troikatronix.com/post/43941</link><guid isPermaLink="true">https://community.troikatronix.com/post/43941</guid><dc:creator><![CDATA[Vidasonik]]></dc:creator><pubDate>Tue, 08 Dec 2020 22:07:10 GMT</pubDate></item><item><title><![CDATA[Reply to Processor overload jittery video on Wed, 09 Dec 2020 09:34:10 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2671">@vidasonik</a></p>
<p>I guess with Quicktime you mean .mov but thats not a codec. I made a small sketch to visualise it. On the left side are the so called containers, some a capable to hold multiple audio channels and subtitles others not. Knowing the container does not really tell you what codec is used. On the right side you see different codecs. Not all containers can hold all codecs. h.264 is fine on a modern computer, but for interactivity the best codec to go on a mac is either AppleProRes 422 or HAP. </p>
<p><img src="/assets/uploads/files/1607430327002-bildschirmfoto-2020-12-08-um-13.25.00-resized.png" style="cursor:pointer" /></p>]]></description><link>https://community.troikatronix.com/post/43937</link><guid isPermaLink="true">https://community.troikatronix.com/post/43937</guid><dc:creator><![CDATA[Michel]]></dc:creator><pubDate>Wed, 09 Dec 2020 09:34:10 GMT</pubDate></item><item><title><![CDATA[Reply to Processor overload jittery video on Tue, 08 Dec 2020 09:46:24 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2">@mark</a> brilliant - thanks! The exact effect doesn't matter I'm just creating psychedelia!! Just please remind me what codec will take a lower toll on the processor. I tend to use Quicktime, some are MPEG-4. I usually edit in Final Cut and 'share' as H.264 1920x1080 though I select 'Apple Devices 1080p'. I've started to make them shorter as sometimes I use 2 videos at the same time through eg. the FX select (XOR). I also love the Rutt Etra! Thanks for al the help, Dave</p>]]></description><link>https://community.troikatronix.com/post/43934</link><guid isPermaLink="true">https://community.troikatronix.com/post/43934</guid><dc:creator><![CDATA[Vidasonik]]></dc:creator><pubDate>Tue, 08 Dec 2020 09:46:24 GMT</pubDate></item><item><title><![CDATA[Reply to Processor overload jittery video on Mon, 07 Dec 2020 18:58:10 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2671">@vidasonik</a></p><p>Just os you know, <a href="https://community.troikatronix.com/topic/3457/gpu-displace-actor">in the thread that @Woland pointed to above</a>, I got into a lot of detail about why the Displace actor simply cannot be accomplished with a GPU accelerated shader.</p><p>To quote myself there:</p><blockquote><b><u>This [shader] will not give the same results as Isadora's Displace actor</u>.</b><br /></blockquote>
<blockquote>I have edited your code to add a comment to indicate this to avoid confusion among the users. In fact, your algorithm is much closer to the functionality of the Scanner actor.</blockquote><p>That said, it <u><em>sort of</em></u> does kind of the same thing. So that's what you should try working with.</p><p>Best Wishes,<br />Mark</p>]]></description><link>https://community.troikatronix.com/post/43930</link><guid isPermaLink="true">https://community.troikatronix.com/post/43930</guid><dc:creator><![CDATA[mark]]></dc:creator><pubDate>Mon, 07 Dec 2020 18:58:10 GMT</pubDate></item><item><title><![CDATA[Reply to Processor overload jittery video on Mon, 07 Dec 2020 16:54:55 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2671">@vidasonik</a></p><p>Sorry, there's not a Displace actor in the screenshot so I didn't know you were using it. Displace is CPU-only because couldn't be upgraded to GPU, but <a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/13">@jhoepffner</a> made a <a href="https://community.troikatronix.com/topic/3457/gpu-displace-actor" target="_blank">GLSL shader</a> that mimics displace's functions I believe.<br /></p><p>Best wishes,</p><p>Woland</p>]]></description><link>https://community.troikatronix.com/post/43925</link><guid isPermaLink="true">https://community.troikatronix.com/post/43925</guid><dc:creator><![CDATA[Woland]]></dc:creator><pubDate>Mon, 07 Dec 2020 16:54:55 GMT</pubDate></item><item><title><![CDATA[Reply to Processor overload jittery video on Mon, 07 Dec 2020 14:14:45 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/1435">@woland</a> The only problem is that Displace doesn't seem to have a gpu option?</p>]]></description><link>https://community.troikatronix.com/post/43924</link><guid isPermaLink="true">https://community.troikatronix.com/post/43924</guid><dc:creator><![CDATA[Vidasonik]]></dc:creator><pubDate>Mon, 07 Dec 2020 14:14:45 GMT</pubDate></item><item><title><![CDATA[Reply to Processor overload jittery video on Mon, 07 Dec 2020 16:55:04 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2671">@vidasonik</a></p>
<p>As Michel said you'll want to use explode in gpu mode. Delete the links between your Movie Player, Explode, and Projector actors so none of them are connected, then connect a GPU effect to your Movie Player or Projector and it should mutate the video type to GPU. Then reconnect everything and each one should mutate to vid gpu in turn. If that doesn't solve the problem, it may be easier to assist you with this if you create a support ticket using the link in my signature. </p>
<p>Best wishes,</p>
<p>Woland</p>]]></description><link>https://community.troikatronix.com/post/43923</link><guid isPermaLink="true">https://community.troikatronix.com/post/43923</guid><dc:creator><![CDATA[Woland]]></dc:creator><pubDate>Mon, 07 Dec 2020 16:55:04 GMT</pubDate></item><item><title><![CDATA[Reply to Processor overload jittery video on Mon, 07 Dec 2020 12:43:04 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2671">@vidasonik</a></p><p>Does using the gpu explode effect help?</p>]]></description><link>https://community.troikatronix.com/post/43919</link><guid isPermaLink="true">https://community.troikatronix.com/post/43919</guid><dc:creator><![CDATA[Michel]]></dc:creator><pubDate>Mon, 07 Dec 2020 12:43:04 GMT</pubDate></item><item><title><![CDATA[Reply to Processor overload jittery video on Mon, 07 Dec 2020 12:24:27 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/7">@michel</a> Hi Michel I'm using Isadora 3.0.7. The videos are Quicktime, some are MPEG-4. I usually edit in Final Cut and 'share' as H.264 1920x1080 though I select 'Apple Devices 1080p'.</p>]]></description><link>https://community.troikatronix.com/post/43918</link><guid isPermaLink="true">https://community.troikatronix.com/post/43918</guid><dc:creator><![CDATA[Vidasonik]]></dc:creator><pubDate>Mon, 07 Dec 2020 12:24:27 GMT</pubDate></item><item><title><![CDATA[Reply to Processor overload jittery video on Mon, 07 Dec 2020 11:55:39 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2671">@vidasonik</a></p>
<p>I can see the one screenshot. What I see is that you are using an cpu effect, this will definitely slow down your frame rate. As far as I know the explode effect is also available as a gpu actor. Try avoiding cpu effects. What we still don't know is the codec and resolution of your videos. What version of Isadora are you using?</p>
<p>Best Michel </p>]]></description><link>https://community.troikatronix.com/post/43917</link><guid isPermaLink="true">https://community.troikatronix.com/post/43917</guid><dc:creator><![CDATA[Michel]]></dc:creator><pubDate>Mon, 07 Dec 2020 11:55:39 GMT</pubDate></item><item><title><![CDATA[Reply to Processor overload jittery video on Mon, 07 Dec 2020 09:42:54 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/7">@michel</a> hi can you send me an email address for sending the screenshots - it isn't working!</p>]]></description><link>https://community.troikatronix.com/post/43916</link><guid isPermaLink="true">https://community.troikatronix.com/post/43916</guid><dc:creator><![CDATA[Vidasonik]]></dc:creator><pubDate>Mon, 07 Dec 2020 09:42:54 GMT</pubDate></item><item><title><![CDATA[Reply to Processor overload jittery video on Mon, 07 Dec 2020 09:17:44 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/7">@michel</a> it seems to have worked! I'll try and send another ...</p><img src="/assets/uploads/files/1607332627052-screenshot-2020-12-07-at-09.12.44-resized.png" />]]></description><link>https://community.troikatronix.com/post/43913</link><guid isPermaLink="true">https://community.troikatronix.com/post/43913</guid><dc:creator><![CDATA[Vidasonik]]></dc:creator><pubDate>Mon, 07 Dec 2020 09:17:44 GMT</pubDate></item><item><title><![CDATA[Reply to Processor overload jittery video on Mon, 07 Dec 2020 09:16:26 GMT]]></title><description><![CDATA[<p>Thanks for your reply!</p><p>I am trying to attach screenshots but it doesn't seem to work ..<a href="/assets/uploads/files/1607332580778-screenshot-2020-12-07-at-09.12.10-resized.png"></a></p>]]></description><link>https://community.troikatronix.com/post/43912</link><guid isPermaLink="true">https://community.troikatronix.com/post/43912</guid><dc:creator><![CDATA[Vidasonik]]></dc:creator><pubDate>Mon, 07 Dec 2020 09:16:26 GMT</pubDate></item></channel></rss>