# ProjectConverter

Since: **26.2**

## Static Methods

### exportAAF

Export a sequence as an AAF (Advanced Authoring Format) file to the specified output path.

Since: **26.3**

Returns: Promise<*boolean*>

#### Parameters

+------------------------------------------------------------------------------------------------------------------+
| Table                                                                                                            |
+:-----------------+:--------------------------------------------------------------------------------+:------------+
| Name             | Type                                                                            | Description |
+:-----------------+:--------------------------------------------------------------------------------+:------------+
| sequence         | *[Sequence](/premiere-pro/uxp/ppro-reference/classes/sequence)*                 | \-          |
+:-----------------+:--------------------------------------------------------------------------------+:------------+
| filePath         | *string*                                                                        | \-          |
+:-----------------+:--------------------------------------------------------------------------------+:------------+
| aafExportOptions | *[AAFExportOptions](/premiere-pro/uxp/ppro-reference/classes/aafexportoptions)* | \-          |
+------------------+---------------------------------------------------------------------------------+-------------+

+----------------+
| Horizontalline |
+----------------+
|                |
+----------------+

### exportAsFinalCutProXML

Export a sequence as Final Cut Pro XML to the specified output file path.

Since: **26.2**

Returns: Promise<*boolean*>

#### Parameters

+------------------------------------------------------------------------------------------------+
| Table                                                                                          |
+:---------------+:----------------------------------------------------------------+:------------+
| Name           | Type                                                            | Description |
+:---------------+:----------------------------------------------------------------+:------------+
| sequence       | *[Sequence](/premiere-pro/uxp/ppro-reference/classes/sequence)* | \-          |
+:---------------+:----------------------------------------------------------------+:------------+
| outputFilePath | *string*                                                        | \-          |
+:---------------+:----------------------------------------------------------------+:------------+
| suppressUI     | *boolean*                                                       | \-          |
+----------------+-----------------------------------------------------------------+-------------+

+----------------+
| Horizontalline |
+----------------+
|                |
+----------------+

### exportAsOpenTimelineIO

Export a sequence as OpenTimelineIO to the specified output file path.

Since: **26.2**

Returns: Promise<*boolean*>

#### Parameters

+------------------------------------------------------------------------------------------------+
| Table                                                                                          |
+:---------------+:----------------------------------------------------------------+:------------+
| Name           | Type                                                            | Description |
+:---------------+:----------------------------------------------------------------+:------------+
| sequence       | *[Sequence](/premiere-pro/uxp/ppro-reference/classes/sequence)* | \-          |
+:---------------+:----------------------------------------------------------------+:------------+
| outputFilePath | *string*                                                        | \-          |
+:---------------+:----------------------------------------------------------------+:------------+
| suppressUI     | *boolean*                                                       | \-          |
+----------------+-----------------------------------------------------------------+-------------+

+----------------+
| Horizontalline |
+----------------+
|                |
+----------------+

+--------------------------------------------------------------------------------------------------------------------------------+
| Metadata                                                                                                                       |
+----------------+---------------------------------------------------------------------------------------------------------------+
| title          | ProjectConverter                                                                                              |
+----------------+---------------------------------------------------------------------------------------------------------------+
| description    | Overview of ProjectConverter                                                                                  |
+----------------+---------------------------------------------------------------------------------------------------------------+
| source         | github                                                                                                        |
+----------------+---------------------------------------------------------------------------------------------------------------+
| pathprefix     | /premiere-pro/uxp                                                                                             |
+----------------+---------------------------------------------------------------------------------------------------------------+
| githubblobpath | https\://github.com/AdobeDocs/uxp-premiere-pro/blob/main/src/pages/ppro-reference/classes/projectconverter.md |
+----------------+---------------------------------------------------------------------------------------------------------------+
| template       | documentation                                                                                                 |
+----------------+---------------------------------------------------------------------------------------------------------------+
