You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# chapterize
1
+
# chapterize[](https://github.com/zekroTJA/chapterize/actions/workflows/cd.yml)[](https://github.com/zekroTJA/chapterize/releases)[](https://crates.io/edl)[](https://docs.rs/edl/latest/edl)
2
2
3
3
A CLI tool to convert EDL marker files (for example from DaVinci Resolve) to YouTube video timestamps.
4
4
@@ -8,17 +8,22 @@ A CLI tool to convert EDL marker files (for example from DaVinci Resolve) to You
8
8
❯ chapterize --help
9
9
Parse EDLs to generate YouTube timestamps.
10
10
11
-
Usage: chapterize [OPTIONS] <INPUT>
11
+
Usage: chapterize [OPTIONS] [INPUT]
12
12
13
13
Arguments:
14
-
<INPUT> The input EDL file
14
+
[INPUT] The input EDL file. When not specified, input will be read from STDIN
15
15
16
16
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
22
27
```
23
28
24
29
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