Added a roadmap

This commit is contained in:
Jamie Hardt
2018-11-30 12:19:41 -08:00
committed by GitHub
parent 3a4a12bfe4
commit 2b52cb9da6

View File

@@ -3,7 +3,8 @@ Python CMX3600 Edit Decision List Parser
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"
formats are automatically detected and properly read.
* Remark or comment fields with common recognized forms are read and
@@ -35,6 +36,20 @@ print(events[5:8])
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?
At this time, this is (at best) alpha software and the interface will be