diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2021-06-13 17:07:03 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2021-06-13 17:07:37 +0530 |
commit | 3ce272a9da62151fd54391661160b6620d4dc32c (patch) | |
tree | da03c8d615212d913c27787c0a975b0b4dd6af18 | |
parent | 480f11bdd713c15e4964093be7ef0adf5b619cc1 (diff) | |
download | ffmpeg-3ce272a9da62151fd54391661160b6620d4dc32c.tar.gz |
doc/demuxers: note defaults for apng options
-rw-r--r-- | doc/demuxers.texi | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi index 808b1f3090..5b8cf1bfea 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -37,12 +37,15 @@ between the last fcTL and IEND chunks. @table @option @item -ignore_loop @var{bool} -Ignore the loop variable in the file if set. +Ignore the loop variable in the file if set. Default is enabled. + @item -max_fps @var{int} -Maximum framerate in frames per second (0 for no limit). +Maximum framerate in frames per second. Default of 0 imposes no limit. + @item -default_fps @var{int} Default framerate in frames per second when none is specified in the file -(0 meaning as fast as possible). +(0 meaning as fast as possible). Default is 15. + @end table @section asf |