diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-01-25 13:24:33 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-01-25 14:34:05 +0100 |
commit | 8d861cd850597c009b6d947a556209f4ac7469d9 (patch) | |
tree | 1726c125cb1f4258bc11adfbe5f1fd7838adb783 /doc | |
parent | 31350de9970a1bc827e3b155bb285fd974116a6f (diff) | |
download | ffmpeg-8d861cd850597c009b6d947a556209f4ac7469d9.tar.gz |
avfilter/vf_v360: add mask option, unset pixels are marked as transparent
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index a9ae75f0c0..3f40af8439 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -19131,6 +19131,8 @@ Set if input video is transposed. Boolean value, by default disabled. @item out_trans Set if output video needs to be transposed. Boolean value, by default disabled. +@item alpha_mask +Build mask in alpha plane for all unmapped pixels by marking them fully transparent. Boolean value, by default disabled. @end table @subsection Examples |