diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2019-10-17 15:42:44 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2019-10-17 15:46:35 +0530 |
commit | 9c820ebe90f368ccc87c24c5aa4cd5cba3281fec (patch) | |
tree | 025b63ef0be8e48fa2828f20eb2cdfd79b614cf5 /doc/filters.texi | |
parent | 8f63c4e72a8c2ccf71b566e8f41fb66bee28a52d (diff) | |
download | ffmpeg-9c820ebe90f368ccc87c24c5aa4cd5cba3281fec.tar.gz |
doc/filters: fixes for scale filter
Adjusted formatting and prose for option force_divisible_by in scale filter
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 5cebb26cbd..2234ac7c24 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -15589,17 +15589,18 @@ Please note that this is a different thing than specifying -1 for @option{w} or @option{h}, you still need to specify the output resolution for this option to work. -@item force_divisible_by Ensures that the output resolution is divisible by the +@item force_divisible_by +Ensures that both the output dimensions, width and height, are divisible by the given integer when used together with @option{force_original_aspect_ratio}. This -works similar to using -n in the @option{w} and @option{h} options. +works similar to using @code{-n} in the @option{w} and @option{h} options. This option respects the value set for @option{force_original_aspect_ratio}, -increasing or decreasing the resolution accordingly. This may slightly modify -the video's aspect ration. +increasing or decreasing the resolution accordingly. The video's aspect ratio +may be slightly modified. -This can be handy, for example, if you want to have a video fit within a defined -resolution using the @option{force_original_aspect_ratio} option but have -encoder restrictions when it comes to width or height. +This option can be handy if you need to have a video fit within or exceed +a defined resolution using @option{force_original_aspect_ratio} but also have +encoder restrictions on width or height divisibility. @end table |