Difference between revisions of "UM:Cli Cli Export Edl"

From DigitalVision
Jump to: navigation, search
m (Upload page Cli_Cli_Export_Edl)
 
m (Text replacement - "|Platform:" to "|UM:")
 
Line 1: Line 1:
 
<div class="manualcontent">
 
<div class="manualcontent">
  
{{Template:M-Navlinks-top|Platform:Manual|Platform:Cli_Cli_Export|Platform:Cli_Saving_And_Loading_Composition}}
+
{{Template:M-Navlinks-top|UM:Manual|UM:Cli_Cli_Export|UM:Cli_Saving_And_Loading_Composition}}
  
 
{{Template:M-Title|Exporting an EDL}}
 
{{Template:M-Title|Exporting an EDL}}
Line 101: Line 101:
 
<p class="p_DVBodyText"><span class="f_DVBodyText"> </span></p>
 
<p class="p_DVBodyText"><span class="f_DVBodyText"> </span></p>
  
{{Template:M-Navlinks-bottom|Platform:Manual|Platform:Cli_Cli_Export|Platform:Cli_Saving_And_Loading_Composition}}
+
{{Template:M-Navlinks-bottom|UM:Manual|UM:Cli_Cli_Export|UM:Cli_Saving_And_Loading_Composition}}
  
 
</div>
 
</div>

Latest revision as of 12:06, 15 October 2014

Darrow-up.png     Previous Next

Exporting an EDL

--export-edl <edl file>

Export supplied composition to specified EDL file

--use-frame-numbers

Use frame numbers in EDL instead of timecode

Exporting an EDL

--export-edl <edl file>

 

This command will export the the specified composition (given by the --composition parameter) to the specified EDL file.

 

dv_note

The <edl file> argument should be the full path, including the drive letter, filename and extension.

 

Command :

$ nucoda_film_master --project project-x --composition comptest \

  --export-edl S:\edl1.edl

INFO Opening project "project-x" from "D:\Nucoda\2014_1\projects\project-x".

INFO Opening composition "comptest".

 

Result

The output EDL will be standard EDL (CMX) format with timecodes e.g.

 

TITLE: comptest

FCM: PAL

001  tape-1   V   C   05:04:46:13 05:04:56:03 01:03:16:04 01:03:25:19

* FROM CLIP NAME:  

* FROM FILE: S:\media\images\mazda-2k\OE5012A\438877.dpx

* FROM COMMENT: 

Exporting with Frame Numbers

--use-frame-numbers

 

When exporting an EDL, use --use-frame-numbers to include frame numbers instead of timecodes in the output EDL.

 

Command :

$ nucoda_film_master --project project-x --composition comptest \

  --export-edl S:\edl1.edl --use-frame-numbers

INFO Opening project "project-x" from "D:\Nucoda\2014_1\projects\project-x".

INFO Opening composition "comptest".

Result

The output EDL will be standard EDL (CMX) format with frame numbers e.g.

 

TITLE: comptest

FCM: PAL

001  tape-1   V     C   457163  457403  94904  95144

* FROM CLIP NAME:  

* FROM FILE: S:\media\images\mazda-2k\OE5012A\438877.dpx

* FROM COMMENT: 

 

Darrow-up.png     Previous Next