-
Notifications
You must be signed in to change notification settings - Fork 302
Open
Description
Currently OpenShot only supports Nvidia/Intel GPU-accelerated encoding. I believe OpenShot uses FFmpeg which also supports *_amf codecs for AMD GPUs. So this issue is to request support for AMD GPU acceleration.
According to this table with more details in this section, these are the codecs supported for HW acceleration for AMD GPUs.
Options | Decode Windows | Decode Linux | Encode |
---|---|---|---|
-hwaccel dxva2 -hwaccel d3d11va |
✔ | ❌ | ❌ |
VA-API VDPAU |
❌ | ✔ | ❌ |
-c:v h264_amf -c:v hevc_amf -c:v av1_amf |
❌ | ❌ | ✔ |
Metadata
Metadata
Assignees
Labels
No labels