1MP4SUBTITLE(1) MP4v2 Utilities MP4SUBTITLE(1)
2
3
4
6 mp4subtitle - manual page for mp4subtitle trunk-r507
7
9 mp4subtitle [OPTION]... ACTION file...
10
12 For each mp4 file specified, perform the specified ACTION. An action
13 must be specified. Some options are not applicable to some actions.
14
15 ACTIONS
16
17 --list list available subtitles
18
19 --export TXT
20 export subtitles to TXT
21
22 --import TXT
23 import subtitles from TXT
24
25 --remove
26 remove all subtitles
27
28 OPTIONS
29
30 -z, --optimize
31 optimize mp4 file after modification
32
33 -y, --dryrun
34 do not actually create or modify any files
35
36 -k, --keepgoing
37 continue batch processing even after errors
38
39 -o, --overwrite
40 overwrite existing files when creating
41
42 -f, --force
43 force overwrite even if file is read-only
44
45 -q, --quiet
46 equivalent to --verbose 0
47
48 -d, --debug NUM
49 increase debug or long-option to set NUM
50
51 -v, --verbose NUM
52 increase verbosity or long-option to set NUM
53
54 -h, --help
55 print brief help or long-option for extended help
56
57 --version
58 print version information and exit
59
60 DEBUG LEVELS (for raw mp4 file I/O)
61
62 0 supressed
63
64 1 add warnings and errors (default)
65
66 2 add table details
67
68 3 add implicits
69
70 4 everything
71
72 VERBOSE LEVELS
73
74 0 warnings and errors
75
76 1 normal informative messages (default)
77
78 2 more informative messages
79
80 3 everything
81
82
83
84MP4v2 trunk-r507 July 2021 MP4SUBTITLE(1)