Volume Retime Stuttering

   362   6   2
User Avatar
Member
3 posts
Joined: Oct. 2024
Offline
I’ve been struggling to eliminate some stuttering issues in my volume.
Currently, I’m using the retime node and have tried different volume blending Modes, but the problem persists.

Does anyone have any ideas or suggestions on how to fix this?


Attachments:
render.mp4 (12.8 MB)
Area.png (750.9 KB)

User Avatar
Member
463 posts
Joined: Nov. 2016
Offline
One tip is to never have a mix of blended and unblended frames, so make sure your retime coefficient never results in integer frames from the original sequence.
User Avatar
Member
3 posts
Joined: Oct. 2024
Offline
Tanto
One tip is to never have a mix of blended and unblended frames, so make sure your retime coefficient never results in integer frames from the original sequence.

I have already given that a go in the results above, where the retime frames would never land on frames like 1001, 1002, etc. Unfortunately, that hasn't fixed the problem.
User Avatar
Member
8833 posts
Joined: July 2007
Offline
Your best bet would be to use Advected mode and making sure you have correct vel volume present in your cache

By correct I mean that it represents velocity per second at the current FPS

For example things like simming with timescale other than 1 would produce incompatible vel for retiming ao that would need to be reflected in the settings by scaling it accordingly for advection purposes
Edited by tamte - Dec. 20, 2024 06:51:03
Tomas Slancik
FX Supervisor
Method Studios, NY
User Avatar
Member
3 posts
Joined: Oct. 2024
Offline
tamte
Your best bet would be to use Advected mode and making sure you have correct vel volume present in your cache

By correct I mean that it represents velocity per second at the current FPS

For example things like simming with timescale other than 1 would produce incompatible vel for retiming ao that would need to be reflected in the settings by scaling it accordingly for advection purposes


By using a timescale on my sim, would there still be a way to get the correct velocity out? Or would there be no other option than to set the timescale to 1?
User Avatar
Member
463 posts
Joined: Nov. 2016
Offline
You can use a volume wrangle prior to your retime with

v@vel *= chf('timescale');

Then create the spare parameter and link it to the timescale of your sim.
User Avatar
Member
8833 posts
Joined: July 2007
Offline
You can also just adjust the Input Timestep parameter on Retime SOP

Change it to something like
ch("timescale") / $FPS
Tomas Slancik
FX Supervisor
Method Studios, NY
  • Quick Links