Skip to content

Commit 79ccc45

Browse files
committed
update readme
1 parent 0a998ec commit 79ccc45

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# chapterize
1+
# chapterize [![release](https://github.com/zekroTJA/chapterize/actions/workflows/cd.yml/badge.svg)](https://github.com/zekroTJA/chapterize/actions/workflows/cd.yml) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/zekroTJA/chapterize)](https://github.com/zekroTJA/chapterize/releases) [![Crates.io](https://img.shields.io/crates/v/edl)](https://crates.io/edl) [![docs.rs](https://img.shields.io/docsrs/edl)](https://docs.rs/edl/latest/edl)
22

33
A CLI tool to convert EDL marker files (for example from DaVinci Resolve) to YouTube video timestamps.
44

@@ -8,17 +8,22 @@ A CLI tool to convert EDL marker files (for example from DaVinci Resolve) to You
88
❯ chapterize --help
99
Parse EDLs to generate YouTube timestamps.
1010
11-
Usage: chapterize [OPTIONS] <INPUT>
11+
Usage: chapterize [OPTIONS] [INPUT]
1212
1313
Arguments:
14-
<INPUT> The input EDL file
14+
[INPUT] The input EDL file. When not specified, input will be read from STDIN
1515
1616
Options:
17-
-o, --output <OUTPUT> The output TXT file (defaults to input file name + .txt)
18-
-f, --frame-rate <FRAME_RATE> The frame rate (FPS) of the timeline [default: 60]
19-
-c, --color-filter <COLOR_FILTER> Color filter
20-
-h, --help Print help information
21-
-V, --version Print version information
17+
-o, --output <OUTPUT>
18+
The output TXT file. When not specified, output will be printed to STDOUT
19+
-f, --frame-rate <FRAME_RATE>
20+
The frame rate (FPS) of the timeline [default: 60]
21+
-c, --color-filter <COLOR_FILTER>
22+
Color filter
23+
-h, --help
24+
Print help information
25+
-V, --version
26+
Print version information
2227
```
2328

2429
You can export your timeline markers in DaVinci Resolve by right-clicking your timeline, navigating to `Timelines``Export``Timeline Markers to EDL...`.

0 commit comments

Comments
 (0)