XML, AAF, and OMF

Isn’t the API for exporting XML, AAF, and OMF public as of 2026?

The only release-date-related comment we can make, is that those APIs are present in Premiere Beta builds, today. :slight_smile:

I also require exportAAF method. I’ve just installed lastest of Premire Beta to test this. Getting error saying ‘project.exportAAF’ is not a function. Also not seeing any ‘export’ methods on the Project prototype

Export for AAF, FCP XML, and OTIO are present in the premiere-api sample, working in current beta builds.

Turns out, we shipped AAF, FCP XML and OTIO export in 26.2. :slight_smile:

Hi Bruce,
I’ve just updated to 26.2.2 and still not seeing it available. Below are the properties on Project. Do we expect to see exportAAF here (on Project) or is it accessed elsewhere?

guid: Guid {}
name: “EmmaPremiere.prproj”
path: “\\?\C:\Documents\Adobe\Premiere Pro\26.0\EmmaPremiere.prproj”
[[Prototype]]: Project
executeTransaction: ƒ (e,t=“Edit Project”)
guid: (…)
lockedAccess: ƒ (e)
name: (…)
path: (…)
addEventListener: ƒ addEventListener()
close: ƒ close()
closeSequence: ƒ closeSequence()
constructor: ƒ Project()
createSequence: ƒ createSequence()
createSequenceFromMedia: ƒ createSequenceFromMedia()
deleteSequence: ƒ deleteSequence()
dispatchEvent: ƒ dispatchEvent()
getActiveSequence: ƒ getActiveSequence()
getColorSettings: ƒ getColorSettings()
getInsertionBin: ƒ getInsertionBin()
getRootItem: ƒ getRootItem()
getSequence: ƒ getSequence()
getSequences: ƒ getSequences()
importAEComps: ƒ importAEComps()
importAllAEComps: ƒ importAllAEComps()
importFiles: ƒ importFiles()
importSequences: ƒ importSequences()
openSequence: ƒ openSequence()
pauseGrowing: ƒ pauseGrowing()
removeEventListener: ƒ removeEventListener()
save: ƒ save()
saveAs: ƒ saveAs()
setActiveSequence: ƒ setActiveSequence()
Symbol(Symbol.toStringTag): “Project”
get guid: ƒ ()
get name: ƒ ()
get path: ƒ ()
[[Prototype]]: Object

Turns out, I made a mistake based on operating in the not-too-distant future…

These API’s are available in 26.3 beta builds, and will be available in release builds… Soon. :slight_smile:

I see, thanks for confirming

Hi Bruce,

Any update on when exportAAF will be available? I’m still getting project.exportAAF in not a function on the latest beta build (26.5)

Thanks

Hi @emma,

exportAAF is available in 26.3 using the ProjectConverter utility class. You can see available export options via the AAFExportOptions object.

1 Like