Roman Huts
Roman Huts
One way to work around this would be: 1. Set `AMF_VIDEO_ENCODER_USAGE_ULTRA_LOW_LATENCY` 2. Get `AMF_VIDEO_ENCODER_PREENCODE_ENABLE` and check for errors 3. If step 2 failed, then set `AMF_VIDEO_ENCODER_USAGE_TRANSCODING`
@neoedmund Could you please try to delete the `/var/lib/dkms/amdgpu/` folder, then reboot and reinstall the driver?
The driver crash has been prevented and the fix will be publicly available in the upcoming G4ad Windows driver release for AWS.
The fix for the crash has been verified fixed on G4AD with updated driver 31.0.21002.10002.
1. The correct command line is expect to be: `ffmpeg.exe -i input.mp4 -c:v h264_amf -b:v 1M -max_rate 1.6M out.mp4` 2. If the command line is without `-max_rate`, then there is...
The AMFTrace object is static and alive from as soon as the DLL / SO is loaded until it is unloaded.
Usually one can - allocate an image in Vulkan - get FD handle - import it into OpenGL render - synchronize and use Vulkan image in AMF But OpenGL doesn't...
If `MOTION_HALF_PIXEL` is disabled, then `MOTION_QUARTERPIXEL` must also be disabled. A guard will be added against this condition in a future driver release. For now, please disable `MOTION_QUARTERPIXEL` by adding...
The new check for the invalid setting combination has been added and will catch the invalid combination starting in a future driver release. We will notify you once the driver...
Verified fixed with public driver version 24.12.1. There is no more crash and the expected error is caught.