We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
79ccc45
You can now pipe EDL data directly into chapterize via STDIN. Also, if you do not specify any output file, the result will now be printed to STDOUT.
chapterize
Example:
$ cat timeline.edl | chapterize > timestamps.txt
e312580
add readme to edl crate
5df4b1b
add deployment workflow