-
Script to import footage’s folder in a Composition.
Hi guys, I was trying (helping with some past thread) to write a script to import an entire folder’s footage in my composition, but for now i’m only be able to import a single file in my project (and not in composition), can someone help me?
This is the code that I wrote:
var path = "D:/MYFILEPATH/MYFILE.MOV";
var io = new ImportOptions(File(path));
var proj = app.project;
proj.importFile(io)How can I convert this to import all folder’s file and insert it in a specified Comp?