1MP4TRACK(1) MP4v2 Utilities MP4TRACK(1)
2
3
4
6 mp4track - manual page for mp4track - MP4v2 trunk-r507
7
9 mp4track [OPTION]... [PARAMETERS]... 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 all tracks in mp4
18
19 --enabled BOOL
20 set trak.tkhd.flags (enabled bit)
21
22 --inmovie BOOL
23 set trak.tkhd.flags (inMovie bit)
24
25 --inpreview BOOL
26 set trak.tkhd.flags (inPreview bit)
27
28 --layer NUM
29 set trak.tkhd.layer
30
31 --altgroup NUM
32 set trak.tkhd.alternate_group
33
34 --volume FLOAT
35 set trak.tkhd.volume
36
37 --width FLOAT
38 set trak.tkhd.width
39
40 --height FLOAT
41 set trak.tkhd.height
42
43 --language CODE
44 set trak.mdia.mdhd.language
45
46 --hdlrname STR
47 set trak.mdia.hdlr.name
48
49 --udtaname STR
50 set trak.udta.name.value
51
52 --udtaname-remove
53 remove trak.udta.name atom
54
55 --colr-list
56 list all colr-boxes in mp4
57
58 --colr-add
59 add colr-box to a video track
60
61 --colr-set
62 set colr-box parms
63
64 --colr-remove
65 remove colr-box from track
66
67 --pasp-list
68 list all pasp-boxes in mp4
69
70 --pasp-add
71 add pasp-box to a video track
72
73 --pasp-set
74 set pasp-box parms
75
76 --pasp-remove
77 remove pasp-box from track
78
79 PARAMETERS
80
81 --track-any
82 act on any/all tracks
83
84 --track-index IDX
85 act on track index IDX
86
87 --track-id ID
88 act on track id ID
89
90 --colr-parms CSV
91 where CSV is IDX1,IDX2,IDX3
92
93 --colr-parm-hd
94 equivalent to --colr-parms=1,1,1
95
96 --colr-parm-sd
97 equivalent to --colr-parms=6,1,6
98
99 --pasp-parms CSV
100 where CSV is hSPACING,vSPACING
101
102 OPTIONS
103
104 -z, --optimize
105 optimize mp4 file after modification
106
107 -y, --dryrun
108 do not actually create or modify any files
109
110 -k, --keepgoing
111 continue batch processing even after errors
112
113 -o, --overwrite
114 overwrite existing files when creating
115
116 -f, --force
117 force overwrite even if file is read-only
118
119 -q, --quiet
120 equivalent to --verbose 0
121
122 -d, --debug NUM
123 increase debug or long-option to set NUM
124
125 -v, --verbose NUM
126 increase verbosity or long-option to set NUM
127
128 -h, --help
129 print brief help or long-option for extended help
130
131 --version
132 print version information and exit
133
134 DEBUG LEVELS (for raw mp4 file I/O)
135
136 0 supressed
137
138 1 add warnings and errors (default)
139
140 2 add table details
141
142 3 add implicits
143
144 4 everything
145
146 VERBOSE LEVELS
147
148 0 warnings and errors
149
150 1 normal informative messages (default)
151
152 2 more informative messages
153
154 3 everything
155
156
157
158mp4track - MP4v2 trunk-r507 July 2020 MP4TRACK(1)