Skip to main content
Inspiring
February 19, 2022
Question

replaceWithSequence

  • February 19, 2022
  • 1 reply
  • 311 views

Hi, I've noticed recent behavior with the function:
newFootageItem = "path/image.1001.jpg";
footageItem.replaceWithSequence(File(newFootageItem), true);

When it runs, it's not replacing the footage with a sequence. I'm only getting the first image of the sequence.  I believe this used to work correctly, but I've been heavily editing this script. I might have changed something I shouldn't have, but running previous versions of the script from months ago yield the same result. 

 

Thanks for any help.

This topic has been closed for replies.

1 reply

Inspiring
February 19, 2022

Disregard.  The problem came from incorrectly determining whether the footage was an image type or video type.

Participant
March 4, 2022

Hi @brianm60674866 , this is driving me crazy... how you determine if is a image type or a video type?

I can't make it to work.. 

 

thank you in advance