From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id 40D324BE82 for ; Tue, 4 Feb 2025 05:40:25 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B2ED468B443; Tue, 4 Feb 2025 07:40:21 +0200 (EET) Received: from mout-p-101.mailbox.org (mout-p-101.mailbox.org [80.241.56.151]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id F1740687F49 for ; Tue, 4 Feb 2025 07:40:14 +0200 (EET) Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:b231:465::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4YnByz4h3lz9stH for ; Tue, 4 Feb 2025 06:40:11 +0100 (CET) Message-ID: Date: Tue, 4 Feb 2025 11:10:09 +0530 MIME-Version: 1.0 To: ffmpeg-devel@ffmpeg.org References: <6f234232-0861-47a9-9061-fd3adf03e327@gyani.pro> <20250202132332.730-1-danyaschenko@gmail.com> Content-Language: en-US From: Gyan Doshi In-Reply-To: <20250202132332.730-1-danyaschenko@gmail.com> X-Rspamd-Queue-Id: 4YnByz4h3lz9stH X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] doc/filters: Add CUDA Video Filters section for CUDA-based and CUDA+NPP based filters. X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: 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-request@ffmpeg.org with subject "unsubscribe".