wang-bin / mdk-sdk

multimedia development kit. download:
https://sourceforge.net/projects/mdk-sdk/files/
250 stars 30 forks source link

Poor picture clarity #222

Open suhao opened 1 week ago

suhao commented 1 week ago

Describe the bug I used the latest glfwplay.exe to play a mp4. The picture is blurred.

2024-06-24_11-47-47

To Reproduce

glfwplay.exe -c:v MFT:d3d=11 -d3d11 -logfile glfwplay_log.txt 4K H265 60fps 10bit.MP4

Environment:

Log glfwplay_log.txt

wang-bin commented 1 week ago

软解和d3d11va解码呢?

suhao commented 1 week ago
  1. 软解画面正常
  2. 去除 -d3d11 后画面正常 glfwplay.exe -c:v MFT:d3d=11 -logfile glfwplay_log.txt 'D:\4K H265 60fps 10bit.MP4'