Skip to content

Commit f57b64d

Browse files
committed
[docs] Update features with output format list
1 parent b71e262 commit f57b64d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

website/pages/features.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,18 @@
2727

2828
## Features
2929

30-
- exports list of scenes to .CSV file and terminal (both timecodes and frame numbers) with `list-scenes` command
3130
- exports timecodes in standard format (HH:MM:SS.nnn), comma-separated for easy copy-and-paste into external tools and analysis with spreadsheet software
3231
- statistics/analysis mode to export frame-by-frame video metrics via the `-s [FILE]`/`--stats [FILE]` argument (e.g. `--stats metrics.csv`)
3332
- output-suppression (quiet) mode for better automation with external scripts/programs (`-q`/`--quiet`)
3433
- save an image of the first and last frame of each detected scene via the `save-images` command
3534
- split the input video automatically if `ffmpeg` or `mkvmerge` is available via the `split-video` command
3635

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`)
3742

3843
### Detection Methods
3944

0 commit comments

Comments
 (0)