Skip to content

Commit

Permalink
Fixed exportAsMediaDirect() documentation
Browse files Browse the repository at this point in the history
No longer references FCP XML docs.
  • Loading branch information
bbb999 committed Dec 18, 2018
1 parent f600590 commit 623fe91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 5 - Sequence object/sequence.rst
Original file line number Diff line number Diff line change
Expand Up @@ -507,14 +507,14 @@ Returns 0 if successful.

.. _sequence.exportAsMediaDirect:

exportAsMediaDirect(outputPath)
exportAsMediaDirect(outputPath, presetPath, workAreaType)
*********************************************

``sequence.exportAsMediaDirect(outputPath, presetPath, workAreaType)``

**Description**

Creates a new FCP XML representation of the sequence, and its constituent media.
Renders the sequence to the specified output path, using the specified output preset (.epr file), and honoring the specified work area type.

**Parameters**

Expand All @@ -529,7 +529,7 @@ Creates a new FCP XML representation of the sequence, and its constituent media.
| | - 2 ENCODE_WORK_AREA |
+----------------------------+---------------------------------------------------+

String ``outputPath`` specifying the output path for the new FCP XML file.
String ``outputPath`` specifying the output path, to which to render the media.

**Returns**

Expand Down

0 comments on commit 623fe91

Please sign in to comment.