summaryrefslogtreecommitdiff
path: root/doc/muxers.texi
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2022-02-24 16:10:26 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2022-02-24 16:11:26 +0530
commit8ef03c2ff1338439913123a3ebafd1777dade061 (patch)
tree66f4c33c9449031874af2a3329361c8751a1732b /doc/muxers.texi
parent15a1104d73cbd47a67fc14ce2ddc97a92145695e (diff)
downloadffmpeg-8ef03c2ff1338439913123a3ebafd1777dade061.tar.gz
doc/muxers: note video_track_timecale in mov
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 7c7669077d..1af603b7f6 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -1750,6 +1750,10 @@ Default is @code{false}.
Set the timescale written in the movie header box (@code{mvhd}).
Range is 1 to INT_MAX. Default is 1000.
+@item -video_track_timescale @var{scale}
+Set the timescale used for video tracks. Range is 0 to INT_MAX.
+If set to @code{0}, the timescale is automatically set based on
+the native stream time base. Default is 0.
@end table
@subsection Example