Skip to main content
Participating Frequently
March 11, 2015
Answered

Not able to export sequence using XDCAM presets

  • March 11, 2015
  • 1 reply
  • 481 views

Hi,

We are facing some issue with exporting the sequences using custom XDCAM presets from our panel.

issue:

From our panel we are exporting the sequences based on a custom XDCAM preset. But the sequence is not exporting.

Sometimes the output file created is Kb. We are using the code

seq.exportDirect( outputfilepath.MOV, custompresetPath)

to export the current sequence.

When we manually select the sequence and do

File->Export->Media->

And import the custom XDCAM preset and export its creating the output.

Premiere version -2014.2 (8.2.0(65))

Media encoder    -2014.2 (8.2.0.54)

and running in OS X version 10.9.4

Can you please suggest some solution for this issue as soon as possible.

Thanks in advance

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

All ExtendScript-driven encoding from within PPro should rely on the (modern, fresh, tested, clean) Encoder API, not the (unsupported, deprecated, treacherous) .exportDirect(). See PProPanel sample code.

https://github.com/Adobe-CEP/Samples/tree/master/PProPanel

1 reply

Bruce Bullis
Bruce BullisCorrect answer
Legend
March 15, 2015

All ExtendScript-driven encoding from within PPro should rely on the (modern, fresh, tested, clean) Encoder API, not the (unsupported, deprecated, treacherous) .exportDirect(). See PProPanel sample code.

https://github.com/Adobe-CEP/Samples/tree/master/PProPanel