-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANUAL.txt
52 lines (33 loc) · 3.32 KB
/
MANUAL.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
──────────────────────────────────────────────── Commandline arguments ─────────────────────────────────────────────────
-f, --ffmpeg (Default: ffmpeg.exe) Set path to FFmpeg.exe
-i, --input (Default: ) Set path to input video
-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-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: 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]
-r, --raw (Default: false) Use all raw scene changes (ignores option 'length')
This will additionally to the chapter files create a raw file with scene timestamps
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.
───────────────────────────────────────────── Commandline syntax examples ──────────────────────────────────────────────
<Path-to-FFchapters2> <Path-to-Moviefile>
<Path-to-FFchapters2> -f <Path-to-FFmpeg> -i <Path-to-Moviefile>
<Path-to-FFchapters2> -f <Path-to-FFmpeg> -i <Path-to-Moviefile> -l <Chapter-Length>
<Path-to-FFchapters2> -f <Path-to-FFmpeg> -i <Path-to-Moviefile> -o <Path-to-Chapterfile>
<Path-to-FFchapters2> -f <Path-to-FFmpeg> -i <Path-to-Moviefile> -o <Path-to-Chapterfile> -s <Chapter-Style>
Example:
FFchapters2.exe -f C:\Bin\ffmpeg.exe -i C:\Videos\MyMovie.mp4 -l 10 -s meta -o C:\Videos\Chapters.meta
──────────────────────────────────────────────────────── Hints ─────────────────────────────────────────────────────────
For a better representation it is recommended to use a "Nerd" font in your terminal:
https://www.nerdfonts.com/
────────────────────────────────────────────────────── Copyright ───────────────────────────────────────────────────────
Based on FFchapters2 V2.7
https://github.com/feuster/FFchapters2
© Alexander Feuster 2023-2024