mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 08:50:54 +00:00
Merge branch 'master' of https://github.com/iluvcapra/pycmx
This commit is contained in:
@@ -42,6 +42,11 @@ The `pycmx` package provides a basic interface for parsing a CMX 3600 EDL and it
|
||||
120
|
||||
>>> events[43].number
|
||||
'044'
|
||||
```
|
||||
|
||||
...and events contain 1...n edits.
|
||||
|
||||
```
|
||||
>>> events[43].edits[0].source_in
|
||||
'00:00:00:00'
|
||||
>>> events[43].edits[0].transition.cut
|
||||
@@ -50,7 +55,7 @@ True
|
||||
'01:10:21:10'
|
||||
```
|
||||
|
||||
### Acessing Transitions and Enabled Channel
|
||||
### Acessing Transitions and Enabled Channels
|
||||
|
||||
```
|
||||
>>> events[41].edits[0].transition.dissolve
|
||||
|
||||
Reference in New Issue
Block a user