[FFmpeg-devel] [PATCH] doc/filters: Add CUDA Video Filters section for CUDA-based and CUDA+NPP based filters.
Gyan Doshi
ffmpeg at gyani.pro
Tue Feb 4 07:40:09 EET 2025
Hi Danil,
See notes below.
On 2025-02-02 06:53 pm, Danil Iashchenko wrote:
> ---
> doc/filters.texi | 1323 ++++++++++++++++++++++++----------------------
> 1 file changed, 700 insertions(+), 623 deletions(-)
>
> diff --git a/doc/filters.texi b/doc/filters.texi
> index c2817b2661..7460b7ef18 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
> @@ -26890,6 +26280,693 @@ value.
>
> @c man end VIDEO FILTERS
>
> + at chapter CUDA Video Filters
> + at c man begin CUDA Video Filters
> +
> +To enable compilation of these filters you need to configure FFmpeg with
> + at code{--enable-cuda-nvcc} and/or @code{--enable-libnpp} and Nvidia CUDA Toolkit must be installed.
1) cuda-llvm also suffices and doesn't require non-free.
2) Identify what npp is and make clear that only npp filters require
libnpp. For either cuda-nvcc and npp, nonfree is also required.
> + at section CUDA
> +Below is a description of the currently available Nvidia CUDA video filters.
> +
> +To enable compilation of these filters you need to configure FFmpeg with
> + at code{--enable-cuda-nvcc} and Nvidia CUDA Toolkit must be installed.
Same note about cuda-llvm.
> + at section CUDA NPP
> +Below is a description of the currently available NVIDIA Performance Primitives (libnpp) video filters.
> +
> +To enable compilation of these filters you need to configure FFmpeg with @code{--enable-libnpp} and Nvidia CUDA Toolkit must be installed.
Note that it is "configure FFmpeg with libnpp" in addition to cuda, and
with nonfree.
> + at end table
> +
> + at c man end CUDA Video Filters
Rest all looks ok.
Regards,
Gyan
More information about the ffmpeg-devel
mailing list