mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 08:50:54 +00:00
Typos
This commit is contained in:
@@ -15,7 +15,6 @@ The `pycmx` package provides a basic interface for parsing a CMX 3600 EDL and it
|
||||
## Usage
|
||||
|
||||
```
|
||||
|
||||
>>> import pycmx
|
||||
>>> result = pycmx.parse_cmx3600("STP R1 v082517.edl")
|
||||
>>> print(result[0:3])
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
|
||||
class CmxEvent:
|
||||
"""Represents a source-record event.
|
||||
|
||||
Aside from exposing properites related to the raw CMX event itself,
|
||||
(the `source_start`, `source_finish`, `transition` etc.) the event
|
||||
also contains contextual information from the parsed CMX list, such as
|
||||
`clip_name` and the frame counting mode in effect on the event.
|
||||
|
||||
|
||||
Aside from exposing properites related to the raw CMX event itself,
|
||||
(the `source_start`, `source_finish`, `transition` etc.) the event
|
||||
also contains contextual information from the parsed CMX list, such as
|
||||
`clip_name` and the frame counting mode in effect on the event.
|
||||
"""
|
||||
|
||||
def __init__(self,title,number,clip_name,source_name,channels,
|
||||
|
||||
Reference in New Issue
Block a user