hello I'm using Copernicus to composite a foreground over a background and I want to delay the foreground image sequence start by some frames. So in the "File" Node, I tried :
Video timing = start frame, video start frame = $FSTART+10
Video timing = frame number, video frame = $F+10
Both do not work. I also tried to click on the "reload image" button.
I didn't find any node to shift time, like in the old Image network.
Any clue?
Thanks
GZ
Move image sequence in time
596 9 1-
- Grendizer
- Member
- 387 posts
- Joined: May 2014
- Offline
-
- omarz
- Staff
- 198 posts
- Joined: Sept. 2017
- Offline
-
- Grendizer
- Member
- 387 posts
- Joined: May 2014
- Offline
Thanks but it doesn't work...
In File name, I tried :
D:/path/file.$F4.png
D:/path/file.F4.png
D:/path/file.<F>.png
D:/path/file.<F>4.png
Then I try to delay the sequence with video timing and it does nothing.
EDIT : I'm not sure I can confirm the following:
What's weird is that it does accept a syntax that's buggy on purpose, so I also tried :
D:/path/file.HAHA4.png
and each time I press "reload image" button and each time the frames are displayed.
My guess is : this parameter pane is buggy?
In File name, I tried :
D:/path/file.$F4.png
D:/path/file.F4.png
D:/path/file.<F>.png
D:/path/file.<F>4.png
Then I try to delay the sequence with video timing and it does nothing.
EDIT : I'm not sure I can confirm the following:
What's weird is that it does accept a syntax that's buggy on purpose, so I also tried :
D:/path/file.HAHA4.png
and each time I press "reload image" button and each time the frames are displayed.
My guess is : this parameter pane is buggy?
Edited by Grendizer - Oct. 9, 2025 13:20:50
Houdini gamboler
-
- jlait
- Staff
- 6743 posts
- Joined: July 2005
- Offline
-
- corestudio
- Member
- 103 posts
- Joined: April 2008
- Online
-
- Grendizer
- Member
- 387 posts
- Joined: May 2014
- Offline
-
- Grendizer
- Member
- 387 posts
- Joined: May 2014
- Offline
-
- corestudio
- Member
- 103 posts
- Joined: April 2008
- Online
-
- Homps1982
- Member
- 1 posts
- Joined: Oct. 2025
- Offline
-
- tamte
- Member
- 9294 posts
- Joined: July 2007
- Online
corestudiothis is understandable, since $F directly expands in the filename, while <F> is a token that the node understands and can alter
sidefx support wrote back to me that those parameters are intended only for video files, not image sequences. But that seems like a really odd limitation.
$F however still works for sequences so you can always use something like this to shift your sequence
path/file.`padzero(4, $F - 10)`.png
Tomas Slancik
CG Supervisor
Framestore, NY
CG Supervisor
Framestore, NY
-
- Quick Links