diff options
author | Jun Zhao <mypopydev@gmail.com> | 2025-03-26 17:47:54 +0800 |
---|---|---|
committer | Jun Zhao <barryjzhao@tencent.com> | 2025-04-03 06:28:51 +0800 |
commit | 976c16109bb09ad65fbf079af9ef5120a9f91e3e (patch) | |
tree | 93997b5c836c3baf90e426354af3d31aacb7bb8d | |
parent | d1f2f8eee002b63ee95eee1ea7b81cbd0f4c7218 (diff) | |
download | ffmpeg-976c16109bb09ad65fbf079af9ef5120a9f91e3e.tar.gz |
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 <barryjzhao@tencent.com>
-rw-r--r-- | doc/ffmpeg.texi | 3 |
1 files changed, 3 insertions, 0 deletions
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 |