-
-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AMD Hardware (H.264, H.265, AV1) + Software AV1 Encoding Support #386
base: master
Are you sure you want to change the base?
Conversation
… non-working (for unknown reasons) software AV1 encoder
Tried running it, works fine with av1_amf, but fails with h264 and hevc returning: |
Can you try encoding with H.264 and HEVC again? I believe I fixed the issue you were having. |
Yep, now it works. |
It seems "High Quality Constant Bitrate", "Quality Variable Bitrate" and "High Quality Variable Bitrate" just doesn't work with any preset with all encoders. Same error every time. |
These rate control methods work just fine on my 6700XT. I guess this can either be an issue with an old version of ffmpeg which I highly doubt since you use 7.0 and I use 7.1 or HQ-CBR, HQ-VBR and QVBR is only supported on dgpus. Might also be a vram issue since these rate control methods take around 2-4gb. |
Tried just encoding video with HQ-CBR (-rc 6) and it works no problem. Maybe it's too much for 780m to encode from raw video. |
I believe so too. You tried encoding with a dgpu? |
I don't have amd dgpu, only laptop with 7840hs and mini-pc with 8840hs. |
…ixel format requirements + enabled overlays VBR/CRF for increased quality
Added support for AMD's hardware H.264, H.265, AV1 encoders and a software AV1 encoder.