From 4976b102d89787d59a3aaa438b76c62aec86ad5a Mon Sep 17 00:00:00 2001 From: Yaroslav Pogrebnyak Date: Thu, 19 Mar 2020 17:45:48 +0100 Subject: avfilter: add vf_overlay_cuda Signed-off-by: Timo Rothenpieler --- doc/filters.texi | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'doc') diff --git a/doc/filters.texi b/doc/filters.texi index 328e984e92..9c9f9a8ac3 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -14387,6 +14387,38 @@ testsrc=s=100x100, split=4 [in0][in1][in2][in3]; @end itemize +@anchor{overlay_cuda} +@section overlay_cuda + +Overlay one video on top of another. + +This is the CUDA cariant of the @ref{overlay} filter. +It only accepts CUDA frames. The underlying input pixel formats have to match. + +It takes two inputs and has one output. The first input is the "main" +video on which the second input is overlaid. + +It accepts the following parameters: + +@table @option +@item x +@item y +Set the x and y coordinates of the overlaid video on the main video. +Default value is "0" for both expressions. + +@item eof_action +See @ref{framesync}. + +@item shortest +See @ref{framesync}. + +@item repeatlast +See @ref{framesync}. + +@end table + +This filter also supports the @ref{framesync} options. + @section owdenoise Apply Overcomplete Wavelet denoiser. -- cgit v1.2.3