-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Video artifacting + MPV crashes itself and GPU driver when seeking #15366
Comments
Does it also happen with |
It does. Log for gpu-next: log-next.txt |
Most likely an issue with the driver, report to amd. |
Does |
I did try copy-back, same result sadly. As for the drivers, currently testing every version top to bottom. (still no working one sadly) Vulkan works normally, will test OpenGL bit later. |
Actually I can also reproduce the artifacting issue. |
On my 6700XT I have issue with that file even without using HWDec... No artifacts but it has issues seeking, causing the video to keep repeating the same frames instead over and over instead of going to the correct position and the MPV OSD gets stuck and doesn't move. It also causes ~60% CPU usage on my 5700X which is pretty crazy. It also can't seek to 0. Media info reports this: |
The clip was made with just ffmpegs copy and -ss -t, now that you mentioned it, I did a few tests, and when cutting different times, it always produces different framerate value for the source I'm using, always around 2x+ in FPS value reported by mediainfo. Started uploading the full source file, will take a bit. Also just in case gonna mention that all the issues ive mentioned happen on both the clip and full source. |
Full source here: source |
I got a lot of VVL errors when decoding this sample. @cyanreg not sure if you are interested in those. Mostly two of them.
And eventually it ends:
|
mpv Information
Other Information
Reproduction Steps
Play the video with hwdec enabled:
Something important to note is that it only happens with files that came from the same source as the one in sample files. Other videos work no problem.
Expected Behavior
Disable hwdec if not working properly to not crash
Actual Behavior
Artifacts
Seeking crashes MPV and GPU driver
Log File
logforhwdec.txt
Sample Files
https://drive.google.com/file/d/1tJ-3c-WdNyIcddAgL4fZ2lcUymQdVtza/view?usp=sharing
I carefully read all instruction and confirm that I did the following:
--log-file=output.txt
.The text was updated successfully, but these errors were encountered: