Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.89 KB

File metadata and controls

46 lines (26 loc) · 1.89 KB
description
AMD graphic cards support hardware accelerated encoding on Windows and Linux

🔴 AMD

AMD GPUs have the hardware accelerated video encoder called Advanced Media Framework.

The AMF1 encoder is well supported in Gyroflow and offers fast video render times on Windows and Linux.

{% hint style="warning" %} Important! Always make sure you have the latest driver installed from the official AMD Drivers page. As long as your GPU has the hardware encoder, most acceleration issues are solved by installing the latest driver.

However, someone reported a crash in a certain driver with Rx550, so if you're getting this issue, try a different driver version. {% endhint %}

Supported graphic cards

Refer to the official product page on amd.com to find out if it supports hardware video encoding.

For example the AMD Radeon™ RX 6800 supports both H.264 and H.265 encoding, as per the specification:

Look for H264 Encode and HEVC Encode in the specs

10-bit support

TODO: ``find documentation

ProRes/DNxHD support

AMD's AMF encoder supports only H.264 and H.265. No other codec is hardware accelerated on AMD cards.

Maximum supported resolution

8192x8192 is the maximum supported resolution on modern cards.

TODO: ``find documentation

Known issues

Some AMD GPU encoders have a bug where it limits the bitrate to 20 Mbps, if the target bitrate is greater than 100 Mbps. Please check the file bitrate after rendering and if you're affected by this bug, you can either:

  • Set output bitrate to less than 100 Mbps
  • Use Custom encoder options: -rc cqp -qp_i 28 -qp_p 28

Footnotes

  1. Advanced Media Framework