Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2021-05-07 16:16:20 +0300
committerGyan Doshi <ffmpeg@gyani.pro>2021-05-09 12:33:39 +0300
commit8649f5dca6688feb66f787dcf232d42ed20fdb28 (patch)
tree93daa589cf291e3a357ed0c5db5de137592c5aef /doc/muxers.texi
parentc6ae560a18d67b9ddaa25a0338b7fb55e3312e57 (diff)
doc/muxers: note movie_timescale option in movenc
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 99a56f261a..e1c6ad0829 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -1722,6 +1722,11 @@ Setting value to @samp{pts} is applicable only for a live encoding use case,
where PTS values are set as as wallclock time at the source. For example, an
encoding use case with decklink capture source where @option{video_pts} and
@option{audio_pts} are set to @samp{abs_wallclock}.
+
+@item -movie_timescale @var{scale}
+Set the timescale written in the movie header box (@code{mvhd}).
+Range is 1 to INT_MAX. Default is 1000.
+
@end table
@subsection Example