]> git.sesse.net Git - ffmpeg/blobdiff - doc/filters.texi
vf_fade: add alpha option and alpha fading support
[ffmpeg] / doc / filters.texi
index 2741f96e4f7e7ec742b3632f2770308a3260ac73..b45df573f737ade5017a0b9be916838ce1f434cf 100644 (file)
@@ -1166,6 +1166,9 @@ See @var{start_frame}.
 @item nb_frames, n
 See @var{nb_frames}.
 
+@item alpha
+If set to 1, fade only alpha channel, if one exists on the input.
+Default value is 0.
 @end table
 
 A few usage examples follow, usable too as test scenarios.
@@ -1181,6 +1184,9 @@ fade=in:0:25, fade=out:975:25
 
 # make first 5 frames black, then fade in from frame 5-24
 fade=in:5:20
+
+# fade in alpha over first 25 frames of video
+fade=in:0:25:alpha=1
 @end example
 
 @section fieldorder