From: Jun Zhao <mypopy...@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 <barryjz...@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. + +@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 _______________________________________________ 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".