When executing exportSequenceFrame, the file format will append to the file name, essentially doubling up.
Example below results in file name of ‘abcd.jpg.jpg’
// Export frame
const result = await ppro.Exporter.exportSequenceFrame(
activeSequence,
currentTime,
filename, // abcd.jpg
outputFolder,
1280,
720,
);
