Mikhail_AMD

Results 332 comments of Mikhail_AMD

Manually coping DLLs is unsupported situation. There are many things can go wrong. But based on the log you provided AMF failed to load another DLL it uses: amdenc64.dll.

I see. The DLL was loaded but AMF failed to initialize encoding with D3D11 driver. Could it be some mismatch between AMF DLL(s) and D3D11 driver versions? They can be...

Hmmm... AMF runtime should be HostDriverStore (amfrtdrv64.dll). System32\amfrt64.dll is just a stub. Can you attach debugger and log full paths and DLL versions in the process? Can you start with...

If you can run the app in the container from Visual Studio for debugging, VS has Modules view with list of loaded DLLs, paths etc. But how to debug with...

25.2.1 driver is still older code base. Wait till major update is released. Standard report tool is here: https://www.amd.com/en/resources/support-articles/faqs/AMDBRT.html You van also post here: https://community.amd.com/t5/pc-drivers-software/bd-p/drivers-and-software-discussions

1. VQ Analyzer cannot read the input file. 2. AMF TranscodeHW is using FFmpeg for demuxing and muxing. AMF tries to preserve input timestamps. FFmpeg muxer reports 4 errors and...

TranscodeHW gets all encoder parameters in form of string identical to property ID strings in AMF header files. For example: for HEVC: VideoEncoderHEVC.h -HevcEnablePreAnalysis true -HevcLTRMode 1 For PA: PreAnalysis.h...

num_long_term_pics = 0 just means there is no long-term reference frames. It could be short term references. If you have an elementary stream or a file that looks corrupted, I...

Three points: 1. I already mentioned that input file has PTS issues and cannot be open in VQ analyzer. 2. I checked VCEEnc code: it sets some parameters regardless of...