[FFmpeg-devel] [PATCH 2/2] doc/ffmpeg: document videotoolbox in -hwaccel option
Jun Zhao
mypopy at gmail.com
Wed Mar 26 12:38:07 EET 2025
From: Jun Zhao <mypopydev at gmail.com>
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 <barryjzhao at tencent.com>
---
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.
+
+ at item videotoolbox
+Use Video Toolbox hardware acceleration.
@end table
This option has no effect if the selected hwaccel is not available or not
--
2.25.1
More information about the ffmpeg-devel
mailing list