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: website/pages/features.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,13 +27,18 @@
27
27
28
28
## Features
29
29
30
-
- exports list of scenes to .CSV file and terminal (both timecodes and frame numbers) with `list-scenes` command
31
30
- exports timecodes in standard format (HH:MM:SS.nnn), comma-separated for easy copy-and-paste into external tools and analysis with spreadsheet software
32
31
- statistics/analysis mode to export frame-by-frame video metrics via the `-s [FILE]`/`--stats [FILE]` argument (e.g. `--stats metrics.csv`)
33
32
- output-suppression (quiet) mode for better automation with external scripts/programs (`-q`/`--quiet`)
34
33
- save an image of the first and last frame of each detected scene via the `save-images` command
35
34
- split the input video automatically if `ffmpeg` or `mkvmerge` is available via the `split-video` command
36
35
36
+
### Output Formats
37
+
38
+
-**EDL**: `save-edl` command (save as edit decision list in CMX 3600 format, compatible with most editors)
39
+
-**HTML**: `save-html` command (save HTML table that can be viewed with browser)
40
+
-**OTIO**: `save-otio` command (save as [OpenTimelineIO](https://github.com/AcademySoftwareFoundation/OpenTimelineIO) file)
41
+
-**QP**: `save-qp` command (can be used with x264 `--qpfile`)
0 commit comments