This repository has been archived by the owner on Mar 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNOTES
98 lines (93 loc) · 2.2 KB
/
NOTES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
http://developer.apple.com/mac/library/documentation/AppleApplications/Reference/FinalCutPro_XML/Topics/Topics.html
http://developer.apple.com/mac/library/documentation/AppleApplications/Reference/FinalCutPro_XML/Topics/Topics.html#//apple_ref/doc/uid/TP30001149-CH294-SW1
http://documentation.apple.com/en/finalcutpro/usermanual/index.html#chapter=97%26section=3%26tasks=true
py obj
-------------
files()
clipitems()
->files
'tracks' (audio, video)
in,out (source points)
start,end (destination point)
-1 value seems to indicate 'copy from in/out points of clip'
note: <marker>s also have a '-1' in <out> which just means it's a single point
transitionitem()
sequence/timecode/string seems to be the baseline timecode for t=0
xml layout
-------------
xmeml
sequence[id=]
uuid, updatebehavior, duration, rate
timecode
rate, string, frame, source, displayformat
in, out
media
video
format
track
transitionitem
rate, start, end, alignment, effect
clipitem[id=]
name, duration, rate, in, out, start, end,
pixelaspectratio, enabled, alphatype, masterclipid
logginginfo
labels
comments
mastercomment1, mastercomment2, ...
file
name, pathurl, rate/*, duration
timecode
rate,string,frame,displayformat, source, reel
media
video
duration,samplecharacteristics(height,width)
audio
samplerate, depth
channelcount
filter
*****
sourcetrack
fielddominance
itemhistory
uuid
/clipitem
/video
audio
format
samplecharacteristics
depth, samplerate
outputs
group
index, numchannels, downmix,
channel
channel
...
in, out
track
transitionitem
rate
ntsc, timebase
start, end, alignment
effect
****
clipitem[id=]
name, duration, rate, in, out, start, end,
masterclipid
logginginfo/*
labels, comments
file[id=]
filter*
sourcetrack
link*
itemhistory/uuid
/clipitem
...
enabled, locked, outputchannelindex
/track
filter
effect
/audio
/media
ismasterclip
marker
/sequence