exportSequenceFrame appends the format to the file name

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,

);

1 Like

I can second this bug. I had to add logic to strip out the duplicate filetype format

Fixed in current Pr beta builds, yes?