diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2021-05-07 18:46:20 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2021-05-09 15:03:39 +0530 |
commit | 8649f5dca6688feb66f787dcf232d42ed20fdb28 (patch) | |
tree | 93daa589cf291e3a357ed0c5db5de137592c5aef /doc/muxers.texi | |
parent | c6ae560a18d67b9ddaa25a0338b7fb55e3312e57 (diff) | |
download | ffmpeg-8649f5dca6688feb66f787dcf232d42ed20fdb28.tar.gz |
doc/muxers: note movie_timescale option in movenc
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 5 |
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 |