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. Omitted/blank presetPath uses the verified Premiere-installed H.264 Match Source - Adaptive High Bitrate preset; omitted/blank outputPath lets AME choose an unspecified destination. inPointSeconds and outPointSeconds are required only when range=IN_OUT. These values use source-relative seconds (0 = first media frame) and are not offset by embedded source timecode. waitForCompletion requires startQueueImmediately=true and an explicit outputPath. presetPath and outputPath have the same optional/default behavior as prRenderProjectItemToAME: blank preset uses the verified installed H.264 default, while blank output delegates the destination to AME. The native UXP call still receives strings in both slots. range=IN_OUT requires explicit inPointSeconds and outPointSeconds. Explicit in/out values use source-relative seconds: 0 is the first media frame and embedded source timecode does not offset this range. range=WORK_AREA is intentionally not supported in phase 1. waitForCompletion=true also requires an explicit outputPath. 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 a preset. Whether it is optional and which default applies depend on the block; see the block notes.

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.
  • presetPath and outputPath have the same optional/default behavior as prRenderProjectItemToAME: blank preset uses the verified installed H.264 default, while blank output delegates the destination to AME. The native UXP call still receives strings in both slots.
  • range=IN_OUT requires explicit inPointSeconds and outPointSeconds.
  • Explicit in/out values use source-relative seconds: 0 is the first media frame and embedded source timecode does not offset this range.
  • range=WORK_AREA is intentionally not supported in phase 1.
  • waitForCompletion requires startQueueImmediately=true.
  • waitForCompletion=true also requires an explicit outputPath.
  • storeResultIn stores boolean success.

Examples​

Export Timeline Clips As Separate Files

Exports matching video Track Items as the complete timeline result, as an isolated clip with directly applied effects, or as the used source-file range. An `.epr` preset remains required for this multi-mode tool.

kind: Recipe · format: persisted-document · validation: Manual workspace

Topics: rendering and export, timeline clips, clip effects, adjustment layers, source ranges, safe cleanup

Source: recipes/ex-render-timeline-clips-as-separate-files.json

Download JSON