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
+@chapter CUDA Video Filters
+@c man begin CUDA Video Filters
+
+To enable compilation of these filters you need to configure FFmpeg with
+@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.
+@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
+@code{--enable-cuda-nvcc} and Nvidia CUDA Toolkit must be installed.
Same note about cuda-llvm.
+@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.
+@end table
+
+@c man end CUDA Video Filters
Rest all looks ok.
Regards,
Gyan
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".