AMF icon indicating copy to clipboard operation
AMF copied to clipboard

The Advanced Media Framework (AMF) SDK provides developers with optimal access to AMD devices for multimedia processing

Results 197 AMF issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I am using OBS Studio, built off of the "obs-amf" branch that now has a texture-based encoder and the ability to directly send encoder options to AMF...

bug

I have some questions regarding the accuracy of certain statements in the AMF documentation. ### Pre-Analysis On page 5 of the "Pre-Analysis Component" document, it states: `In the current release,...

question

**Describe the bug** Using any version of Radeon Software for Linux newer than 21.30 causes AMF to fail when attempting to encode video on an RX 6700 XT. This issue...

bug

**Describe the bug** This is regarding the H264 (and presumably H265) encoder using reference frames, and how they are being reported in MediaInfo. There is the impression around the internet,...

bug

The following line appears to be missing the 'defined', causing a compile time warning, and potentially some issue when actually using clang on non-linux. https://github.com/GPUOpen-LibrariesAndSDKs/AMF/blob/9c7189ebb0a78e7e9287547b7898995abf268af8/amf/public/include/core/Platform.h#L75

**Describe the bug** VBAQ Quality loss in static dark areas with using OBS Recording scenes with a lot of dark colors will result a low quality. (Screenshot 1) In high...

bug
fixed-in-future-release
fixed / done

**Describe the bug** AMF_VIDEO_ENCODER_CAP_MAX_THROUGHPUT exclusively returns `0` on AMD r5 4500u. Tested on several drivers, including latest. **To Reproduce** Steps to reproduce the behavior: 1. Query Caps thru AMF_VIDEO_ENCODER_CAP_MAX_THROUGHPUT I...

bug

while enumerating the input capabilities with GetNumOfFormats() there's no support for P010 being shown. AMF_VIDEO_ENCODER_HEVC_PROFILE_MAIN_10 seems to be supported Win10 System with a RX 6700. Contrary to a old RX...

bug

querying HEVC encoder capabilities via AMF_VIDEO_ENCODER_HEVC_CAP_MAX_PROFILE signals AMF_VIDEO_ENCODER_HEVC_PROFILE_MAIN_10 being supported on a Win10 System with a RX 570. Proceeding from there after setting AMF_COLOR_BIT_DEPTH_10 the function Init() return AMF_FAIL. Win10,...

bug

As the title says, `AMFVideoDecoderUVD_MJPEG` with `InitDX11` & `Init` `AMF_SURFACE_YUY2` initialization outputs `DXGI_FORMAT_NV12` textures. I believe it is expected to run internal converter and deliver `DXGI_FORMAT_YUY2` instead. Or if this...