You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Windows version: Microsoft Windows [Version 10.0.22631.4460]
- GPU model, driver and version:
Intel® UHD Graphics for 10th Gen Intel® Processors (i7-10510U), version 27.20.100.8190
- Source of mpv: shinichiro git latest
- Latest known working version: release v0.36.0, problem occurs on v0.37.0 and later
- Issue started after the following happened: n/a
Reproduction Steps
When running mpv "file.mkv" --no-config --vo=gpu-next --gpu-api=d3d11 the output reads:
Occurs on practically any video, but I'll attach one anyways:
7DetiZt4ZtZCjlqT.mp4
I carefully read all instruction and confirm that I did the following:
I tested with the latest mpv version to validate that the issue is not already fixed.
I provided all required information including system and mpv version.
I produced the log file with the exact same set of files, parameters, and conditions used in "Reproduction Steps", with the addition of --log-file=output.txt.
I produced the log file while the behaviors described in "Actual Behavior" were actively observed.
I attached the full, untruncated log file.
I attached the backtrace in the case of a crash.
The text was updated successfully, but these errors were encountered:
mpv Information
Other Information
Reproduction Steps
When running
mpv "file.mkv" --no-config --vo=gpu-next --gpu-api=d3d11
the output reads:When this happens, changing the
scale
option doesn't work.The issue doesn't occur when:
profile=fast
scale
set to bilinear or anything less demandingExpected Behavior
I expect the behaviour for d3d11 to be the same as for opengl and vulkan, with the error message not appearing and being able to change scalers.
Actual Behavior
The error occurred.
Log File
debug vulkan.txt
debug d3d11.txt
Sample Files
Occurs on practically any video, but I'll attach one anyways:
7DetiZt4ZtZCjlqT.mp4
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: