Importing Image Sequences with AddClipMattesToMediaPool()
Hello, I'm working on developing a script for our online editors that can import DPX sequences as clip mattes via the AddClipMattesToMediaPool([]) function.
Our vendors usually deliver mattes as DPX sequences. These sequences can be manually imported as a Clip Matte through Media Storage. I've found other commands (i.e. ImportMedia([{}])) that can import media as image sequences, but they take whole dictionaries and cannot import media as Mattes attached to other clips.
The AddClipMattesToMediaPool([]) function is built for what I'm trying to achieve but it appears that it can only take a file path as it's input with no area to define it as an image sequence.
Am I missing something? How can I make sure it recognizes this file path as an Image Sequence so that DPX sequences import as one Matte?
Our vendors usually deliver mattes as DPX sequences. These sequences can be manually imported as a Clip Matte through Media Storage. I've found other commands (i.e. ImportMedia([{}])) that can import media as image sequences, but they take whole dictionaries and cannot import media as Mattes attached to other clips.
The AddClipMattesToMediaPool([]) function is built for what I'm trying to achieve but it appears that it can only take a file path as it's input with no area to define it as an image sequence.
Am I missing something? How can I make sure it recognizes this file path as an Image Sequence so that DPX sequences import as one Matte?