Skip to content

Commit

Permalink
Docs updated
Browse files Browse the repository at this point in the history
- manual updated
- README updated
  • Loading branch information
feuster committed Mar 22, 2024
1 parent e55d1fc commit 3f2cfb1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 6 additions & 3 deletions MANUAL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@

-o, --output (Default: ) Set path to output chapter file

-l, --length (Default: 5) Set chapter length (time from chapter to next chapter) in minutes (1-30)
-l, --length (Default: 5) Set chapter length (time from chapter to next chapter) in minutes (1-60)
A value of 0 will open the manual Chapter length menu

-c, --close (Default: false) Close application automatically after chapter creation and on errors

-n, --nochapters (Default: false) Ignore existing chapters in video file

-t, --title (Default: ) Set chapter title (is used for all chapters)
-t, --title (Default: auto) Set chapter title (is used for all chapters)

-s, --style (Default: all) Set chapter style (chapters, meta, all)
[chapters = simple chapter format Matroska compatible, meta = METAINFO ffmpeg compatible]
Expand All @@ -22,6 +23,8 @@
WARNING: this might lead to a huge count of chapters and is therefore not recommended for regular
use!

-v, --validate (Default: false) Validate assumpted chapters with created chapters

--help Display this help screen.

--version Display version information.
Expand All @@ -44,6 +47,6 @@ https://www.nerdfonts.com/

────────────────────────────────────────────────────── Copyright ───────────────────────────────────────────────────────

Based on FFchapters2 V2.6
Based on FFchapters2 V2.7
https://github.com/feuster/FFchapters2
© Alexander Feuster 2023-2024
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ As alternative you can use the [AddChaptersToMovieFile.cmd](./AddChaptersToMovie

There is also the optional raw mode creates an additional timestamp raw file for independent use.

An optional validation can inform you if the created chapters differ from the chapter assumption.

## FFmpeg Installation
The required FFmpeg is not be bundled with the FFchapters2 Linux release.
In that case or if you intend to use another ffmpeg binary for the Windows version you can download a FFmpeg binary
Expand Down

0 comments on commit 3f2cfb1

Please sign in to comment.