mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 17:00:53 +00:00
Added a roadmap
This commit is contained in:
17
README.md
17
README.md
@@ -3,7 +3,8 @@ Python CMX3600 Edit Decision List Parser
|
|||||||
|
|
||||||
The `pycmx` package provides a basic interface for parsing a CMX3600 EDL.
|
The `pycmx` package provides a basic interface for parsing a CMX3600 EDL.
|
||||||
|
|
||||||
Features:
|
## Features
|
||||||
|
|
||||||
* The major variations of the CMX3600, the standard, "File32" and "File128"
|
* The major variations of the CMX3600, the standard, "File32" and "File128"
|
||||||
formats are automatically detected and properly read.
|
formats are automatically detected and properly read.
|
||||||
* Remark or comment fields with common recognized forms are read and
|
* Remark or comment fields with common recognized forms are read and
|
||||||
@@ -35,6 +36,20 @@ print(events[5:8])
|
|||||||
fcm_drop=False)]
|
fcm_drop=False)]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Known Issues/Roadmap
|
||||||
|
|
||||||
|
To be addressed:
|
||||||
|
* Does not decode transitions.
|
||||||
|
* Does not decode "M2" speed changes.
|
||||||
|
* Does not decode repair notes, audio notes or other Avid-specific notes.
|
||||||
|
|
||||||
|
May not be addressed:
|
||||||
|
|
||||||
|
* Does not parse source list at end of EDL.
|
||||||
|
|
||||||
|
Probably beyond the scope of this module:
|
||||||
|
* Does not parse timecode entries
|
||||||
|
|
||||||
## Should I Use This?
|
## Should I Use This?
|
||||||
|
|
||||||
At this time, this is (at best) alpha software and the interface will be
|
At this time, this is (at best) alpha software and the interface will be
|
||||||
|
|||||||
Reference in New Issue
Block a user