Skip to main content
Participant
May 20, 2019
Answered

Relink TIFF sequence

  • May 20, 2019
  • 1 reply
  • 443 views

Hey,

I created a Premiere Pro plugin which relinks track items to newer versions of a shot using setOffline() and changeMediaPath(). But as I checked this method only supports video files. Is there any way to relink track items to TIFF sequences?

Thanks,

Ferenc

This topic has been closed for replies.
Correct answer Bruce Bullis

Sorry, not today.

I've added your vote to feature request DVAPR-4207094: "Allow import, query and manipulation of merged clips, multi-cam sequences, and multi-file projectItems (like image sequences)."

If you've rendered the TIFF sequence to the same directory, and using the same frame numbering scheme, you can force PPro to "notice" new/changed/added frames in that sequence using projectItem.refreshMedia().

1 reply

Bruce Bullis
Bruce BullisCorrect answer
Legend
May 20, 2019

Sorry, not today.

I've added your vote to feature request DVAPR-4207094: "Allow import, query and manipulation of merged clips, multi-cam sequences, and multi-file projectItems (like image sequences)."

If you've rendered the TIFF sequence to the same directory, and using the same frame numbering scheme, you can force PPro to "notice" new/changed/added frames in that sequence using projectItem.refreshMedia().