diff --git a/README.md b/README.md index d571762..eb3f77f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # pycmx -Python CMX3600 Edit Decision List Parser The `pycmx` package provides a basic interface for parsing a CMX3600 EDL. @@ -48,7 +47,8 @@ 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 +* Does not parse timecode entries. +* Does not parse color correction notes. For this functionality we refer you to [pycdl](https://pypi.org/project/pycdl/) or [cdl-convert](https://pypi.org/project/cdl-convert/). ## Should I Use This?