Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-01-25 15:24:33 +0300
committerPaul B Mahol <onemda@gmail.com>2020-01-25 16:34:05 +0300
commit8d861cd850597c009b6d947a556209f4ac7469d9 (patch)
tree1726c125cb1f4258bc11adfbe5f1fd7838adb783 /doc/filters.texi
parent31350de9970a1bc827e3b155bb285fd974116a6f (diff)
avfilter/vf_v360: add mask option, unset pixels are marked as transparent
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi2
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