Jump to content

Dropped Frames and COPs Cache


galagast

Recommended Posts

Hi, I'm just wondering if anyone else is experiencing weird behavior in COPs where some frames tend to drop? (shows up as black) And some frames even shows up as some sort of random lines. Resulting on my final render to have random flickers due to incomplete passes.

This is a capture of me scrubbing the timeline..
dropping_frames.gif

I'm using a VOP Cop filter that simply copies the Pz channel to R G and B:
pz_to_c.JPG

I couldn't figure out a proper repo yet as it is occurring quite randomly. Sometimes, after a fresh scene, it would exhibit the dropping.. sometimes it won't.

I'm thinking that it is related to how COPs handles the image cache.. so I tried clearing/refreshing them with these methods:

  • Reload the File SOP.
    reload.JPG
  • Cleared the Compositing Cache from Edit menu.
    edit_clear.JPG
     
  • Cleared the Cache from the Houdini Preferences Window.
  • Also Increased Cache Sizes. (Restarted Houdini)
    hou_prefs.JPG
  • Used python to clear out more cached elements:
    hou.hscript("glcache -c")
    print("Cleared GL Cache")
    hou.hscript("texcache -c")
    print("Cleared Texture Cache")
    hou.hscript("compfree -c")
    print("Freed Comp Cache")

     

I also noticed that it seems to be related to multi-channel EXR/PIC files.
I almost gave up on the scene that I'm working on and was about to jump to Natron:lol:.
But as a last ditch effort, I tried just rendering my scene as separate sequences per pass. (RGB, A, Z, Normal, etc..)
Finally when I rendered the comp, I got no dropped frames.

As soon as I can track down a repo step, I'll send an RFE to sidefx.

Do you guys encounter similar problems when using COPs?

 

Link to comment
Share on other sites

  • 4 weeks later...

Hey Atom, I re-opened my old scene, it is still flickering and/or dropping frames. I checked my Animation Options and I do have it on integer frames. I'll try and create a simplified version of this with the animated sequence, then send it to sidefx.

Link to comment
Share on other sites

  • 1 month later...

Just updating this thread for those who may encounter a similar problem in the future.

As the anomaly seems to stem primarily from my use of VOP COP Filters, I got a suggestion from support to instead try and use a COP Input VOP instead of Bind VOPs for pulling other planes from any input. I will see if this alleviates the problem on my next venture into COPs.
They also mention that the bug is still being investigated. RFE #82228

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...