[FFmpeg-cvslog] doc/muxers: note video_track_timecale in mov

Gyan Doshi git at videolan.org
Thu Feb 24 12:43:01 EET 2022


ffmpeg | branch: master | Gyan Doshi <ffmpeg at gyani.pro> | Thu Feb 24 16:28:26 2022 +0530| [8ef03c2ff1338439913123a3ebafd1777dade061] | committer: Gyan Doshi

doc/muxers: note video_track_timecale in mov

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8ef03c2ff1338439913123a3ebafd1777dade061
---

 doc/muxers.texi | 4 ++++
 1 file changed, 4 insertions(+)

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.
 
+ at 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



More information about the ffmpeg-cvslog mailing list