User Tools

Site Tools


ffmpeg:hardware_acceleration_using_gpu:get_ffmpeg_hardware_acceleration_methods

ffmpeg - Hardware Acceleration using GPU - Get ffmpeg hardware acceleration methods

Using hardware allows some operations like decoding, encoding or filtering to be completed faster or using less of other resources (particularly CPU), but may give different or inferior results, or impose additional restrictions which are not present when using software only.

Hardware decoders will generate equivalent output to software decoders, but may use less power and CPU to do so.

Hardware encoders typically generate output of significantly lower quality than good software encoders like x264, but are generally faster and do not use much CPU resource.

  • That is, they require a higher bitrate to make output with the same perceptual quality, or they make output with a lower perceptual quality at the same bitrate.

ffmpeg -hide_banner -hwaccels

returns:

Hardware acceleration methods:
vdpau
cuda
vaapi
qsv
drm
opencl

References

ffmpeg/hardware_acceleration_using_gpu/get_ffmpeg_hardware_acceleration_methods.txt · Last modified: 2023/06/13 11:33 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki