docuentation

This commit is contained in:
2025-12-16 17:43:11 -08:00
parent f968b777a8
commit f0a445b2b2
2 changed files with 23 additions and 2 deletions

View File

@@ -17,7 +17,8 @@ The `pycmx` package parses a CMX 3600 EDL and its most most common variations.
* Preserves relationship between events and individual edits/clips.
* Remark or comment fields with common recognized forms are read and
available to the client, including clip name and source file data.
* ASC SOP, Saturation and FRMC statements are parsed and decoded.
* [ASC CDL][asc] and FRMC/VFX framecount statements are parsed and
decoded.
* Symbolically decodes transitions and audio channels.
* Does not parse or validate timecodes, does not enforce framerates, does not
parameterize timecode or framerates in any way. This makes the parser more
@@ -27,6 +28,8 @@ The `pycmx` package parses a CMX 3600 EDL and its most most common variations.
list and give the client the ability to extend the package with their own
parsing code.
[asc]: https://en.wikipedia.org/wiki/ASC_CDL
## Usage
### Opening and Parsing EDL Files