ffmpeg | branch: master | Jun Zhao <mypopy...@gmail.com> | Wed Mar 26 17:47:54 2025 +0800| [976c16109bb09ad65fbf079af9ef5120a9f91e3e] | committer: Jun Zhao
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 <barryjz...@tencent.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=976c16109bb09ad65fbf079af9ef5120a9f91e3e --- 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 _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".