-
Notifications
You must be signed in to change notification settings - Fork 25
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
[Feature]AMF/VCE hardware encoding #135
Comments
@Alkl58 AV1 FFmpeg support meanwhile AMD cards. Can you add now the av1_amf? |
Gibt es hierzu schon eine zeitliche Aussicht? |
1+ |
AMF AV1 has been added in the latest release. I am not able to test it, as I don't have a AMD GPU. I put the following comment in the code, might worth a read for you: /*
* The implementation is pretty questionable
* There is basically no documentation available online
* Some unassuring things I found:
* - https://trac.ffmpeg.org/ticket/10389 (av1_amf ignores most quality/bitrate settings except for b:v)
* - https://trac.ffmpeg.org/ticket/10266 (Issues when using av1_amf to encode a video)*
* *does this mean that amd amf only supports 1080p!?
* - Supported pixel formats: nv12 yuv420p d3d11 dxva2_vld (no 422/444 ... really?!)
*
* It's unclear which arguments should be mixed with which.
*/ https://github.com/Alkl58/NotEnoughAV1Encodes/blob/master/NotEnoughAV1Encodes/Encoders/AMFAV1.cs |
Error: No output detected log |
Could you try manually executing the following from CMD?: If you are willing to help, I would like to send you a zip file with a bunch of tests you can execute. |
ffmpeg version 2023-11-15-git-78f55457c9-full_build-www.gyan.dev Copyright (c) 2000-2023 the FFmpeg developers |
Are you sure that the input file |
yes,of course |
Does the following work: Because the error message clearly states that it couldn't open the input file. (Maybe permission issue?) |
Perfect operation |
Supports AV1 HEVC hardware encoding(AMF/VCE) on AMD Radeon RX7000 Series
The text was updated successfully, but these errors were encountered: