Skip to main content

Render File To AME

Category: Pr Rendering Render File To AME block screenshot

Queues an arbitrary media file path to Adobe Media Encoder. inPointSeconds and outPointSeconds are required only when range=IN_OUT. waitForCompletion requires startQueueImmediately=true. range=IN_OUT requires explicit inPointSeconds and outPointSeconds. range=WORK_AREA is intentionally not supported in phase 1. storeResultIn stores boolean success. Use onError to decide whether errors stop the script, continue, or return false when the block supports it. If storeResultIn is set, the block also writes a result variable back to your graph. Use presetPath to choose the sequence preset. Without it, Premiere uses its default behavior for new sequences.

Inputs

InputRequiredValue KindTypesEnum Values
pathyesexpressionstring
outputPathnoexpressionstring
presetPathnoexpressionstring
rangenoexpressionenum-stringENTIRE, IN_OUT
inPointSecondsnoexpressionnumber
outPointSecondsnoexpressionnumber
removeUponCompletionnoexpressionboolean
startQueueImmediatelynoexpressionboolean
waitForCompletionnoexpressionboolean
onErrornoexpressionenum-stringSTOP, CONTINUE, RETURN_FALSE
storeResultInnovariable-namevariable-name

Notes

  • Queues a filesystem media path to Adobe Media Encoder.
  • range=IN_OUT requires explicit inPointSeconds and outPointSeconds.
  • range=WORK_AREA is intentionally not supported in phase 1.
  • waitForCompletion requires startQueueImmediately=true.
  • storeResultIn stores boolean success.