-
Notifications
You must be signed in to change notification settings - Fork 150
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
[Question]: What are the proper FFMPEG syntax usages with AMD AMF drivers on Ubuntu Linux? #332
Comments
One of the basic ways to use the AMF encoder with FFmpeg is to specify in the command line arguments to use the
To view all FFmpeg codec specific options you can run Documentation for general FFmpeg options can be found here: https://ffmpeg.org/ffmpeg-all.html |
Thanks for your reply. I get this error:
I ran this code on Ubuntu 22.04 Here is the error log file when using the "-report" option on ffmpeg:
Thanks. |
Alright I seem to have fixed the issue for H.264 encoding, seems to work properly. What I did is that I did a fresh reinstall of Ubuntu 22.04 and installed the amd amf drivers using this command:
However ffmpeg encodes extremely slow, I see that ffmpeg is encoding with "speed=1.31x", same to that as software encoding using CPU... so I do not see any benefits on using GPU acceleration. Maybe I need to set some parameters? And when using
Thanks. |
What is your GPU? On Linux AMF supports HEVC for RX5xxx and RX6xxx only. |
AMD Radeon WX 2100 Thanks for hints. |
Hello, I built FFMPEG with AMD AMF enabled.
Now I have never executed FFMPEG commands over Ubuntu terminal.
I did some googling and couldn't find any proper guide on how to make FFMPEG to do some video encoding or converting using the AMD AMF hardware acceleration. I only found guides for VAAPI but not for AMD AMF.
What are some of the FFMPEG basic syntax usage for AMD AMF hardware acceleration?
Thanks.
The text was updated successfully, but these errors were encountered: