From 976c16109bb09ad65fbf079af9ef5120a9f91e3e Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Wed, 26 Mar 2025 17:47:54 +0800 Subject: [PATCH] doc/ffmpeg: document videotoolbox in -hwaccel option Add videotoolbox to the list of supported hardware acceleration methods in the -hwaccel option documentation. This option allows users to utilize Apple's VideoToolbox framework for hardware-accelerated video decoding on macOS and iOS devices. The videotoolbox acceleration has been supported for a while, but was missing from the documentation. Signed-off-by: Jun Zhao --- doc/ffmpeg.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index a73db79f94..17ba876ea3 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -1991,6 +1991,9 @@ transcoding, without copying the frames into the system memory. For it to work, both the decoder and the encoder must support QSV acceleration and no filters must be used. + +@item videotoolbox +Use Video Toolbox hardware acceleration. @end table This option has no effect if the selected hwaccel is not available or not