diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-05-30 20:27:55 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-05-30 20:51:12 +0200 |
commit | 2886e8065e635141db1df0a5236c2551573babaa (patch) | |
tree | 3e2e9289e4ce98cfef82d28f8af0ce5d84fb2b93 /doc/filters.texi | |
parent | 33620e243fb6139f16c0772ea3d5c2d3148cba6c (diff) | |
download | ffmpeg-2886e8065e635141db1df0a5236c2551573babaa.tar.gz |
lavfi/vignette: add aspect option.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 5894257296..04c96469e7 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -7005,6 +7005,13 @@ Default value is @samp{init}. @item dither Set dithering to reduce the circular banding effects. Default is @code{1} (enabled). + +@item aspect +Set vignette aspect. This setting allows to adjust the shape of the vignette. +Setting this value to the SAR of the input will make a rectangular vignetting +following the dimensions of the video. + +Default is @code{1/1}. @end table @subsection Expressions |