ubuntu:video:ffmpeg:hardware_acceleration_using_gpu:get_ffmpeg_hardware_acceleration_methods
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
ubuntu:video:ffmpeg:hardware_acceleration_using_gpu:get_ffmpeg_hardware_acceleration_methods [2023/06/13 10:00] – peter | ubuntu:video:ffmpeg:hardware_acceleration_using_gpu:get_ffmpeg_hardware_acceleration_methods [2023/06/13 10:25] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Ubuntu - Video - 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. | ||
- | |||
- | ---- | ||
- | |||
- | <code bash> | ||
- | ffmpeg -hide_banner -hwaccels | ||
- | </ | ||
- | |||
- | returns: | ||
- | |||
- | <code bash> | ||
- | Hardware acceleration methods: | ||
- | vdpau | ||
- | cuda | ||
- | vaapi | ||
- | qsv | ||
- | drm | ||
- | opencl | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== References ===== | ||
- | |||
- | https:// |
ubuntu/video/ffmpeg/hardware_acceleration_using_gpu/get_ffmpeg_hardware_acceleration_methods.1686650408.txt.gz · Last modified: 2023/06/13 10:00 by peter