Difference between revisions of "UM:Appendix Format Support/Cut"

From DigitalVision
Jump to: navigation, search
(Created page with "<div class="manualcontent"> {{Template:M-Navlinks-top|UM:Manual|UM:Prev|UM:Next}} {{M-Title|CUT File Support}} {| class="wikitable" width="85%" |- style="vertical-align:to...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
<div class="manualcontent">
 
<div class="manualcontent">
  
{{Template:M-Navlinks-top|UM:Manual|UM:Prev|UM:Next}}
+
{{Template:M-Navlinks-Up|UM:Appendix_Format_Support}}
  
 
{{M-Title|CUT File Support}}
 
{{M-Title|CUT File Support}}
Line 121: Line 121:
 
</pre>
 
</pre>
  
{{Template:M-Navlinks-bottom|UM:Manual|UM:Prev|UM:Next}}
+
{{Template:M-Navlinks-Up|UM:Appendix_Format_Support}}
  
 
</div>
 
</div>

Latest revision as of 12:46, 2 November 2017

Darrow-up.png

CUT File Support
Format Notes
CUT Film cut list file.

This is a fixed format text file with indexed fields.

  • Extension : .cut

The format of a CUT file is as follows.

We expect a line :

The cut list in construction order

We expect a line after this (skipping empty lines and comments) that starts with the word :

Shot

We skip :

  • Lines that start with a string of asterisks (*)
  • Blank lines

A Title line becomes the title of the created composition.

This file is a fixed format text file with the following fields (index from 0 (zero)) :

Field Start Length
Shot 0 5
Footage (Rec Start) 5 7
Length (Rec Length) 14 7
Keycode 24 10
In Frame (Src In) 36 7
Out Frame (Src Out) 46 7
Roll 57 10
CUT File Example

This is taken from a CUT file included with the release in the ROOT\example_files\cut\ folder :

Title: Cutlist test
**************************************************************
The cut list in construction order:
Shot Footage  Length    Keycode     In Frame  Out Frame  Roll 
001  0000+00  0000+08   KM 16 1825  4582+08   4582+12    002  
002  0000+08  0000+06   KM 41 2976  3884+00   3884+06    004  
003  0000+14  0000+05   KU 25 1490  2105+02   2105+07    007  
004  0001+03  0000+10   KM 18 0863  0044+00   0044+10    025  
005  0001+13  0000+10   KU 09 8386  2901+07   2902+01    030  
006  0002+07  0007+12   KM 46 9745  0513+00   0520+12    050  
**************************************************************

Darrow-up.png