- Windows version: 10.0.19045.3570
- GPU model, driver and version: AMD RX 7800 XT, driver 23.20.23.01-231025a-397406C-AMD-Software-Adrenalin-Edition
- Source of mpv: https://github.com/shinchiro/mpv-winbuild-cmake/releases
- Latest known working version: ?
I tested a number of older MPV versions (oldest I tried: v0.37), they were all affected by this bug.
I tested a newer AMD driver (24.10.1) and newer Windows version (10.???, I've forgotten), the bug still occurs in those environments.
Reproduction Steps
Open any video or image,
I used mpv.exe --loop-file=inf --no-config mpv-logo-128-0baae5aa.png.
Resize the MPV window in any direction by any number of pixels.
I also tried different --vo= options, only GPU modes seem to reproduce this issue:
Option
Result
--vo=gpu
Affected
--vo=gpu-next
Affected
--vo=gpu --hwdec=no
Affected
--vo=gpu --hwdec=d3d11va
Affected
--vo=gpu --gpu-api=vulkan
Affected
--vo=gpu-next --gpu-api=vulkan
Affected
--vo=gpu --gpu-api=opengl
Unaffected
--vo=gpu-next --gpu-api=opengl
Unaffected
--vo=direct3d
Unaffected
--vo=sdl
Unaffected
Expected Behavior
Video remains centred.
Actual Behavior
The video/image is rendered off-centre. See the following screenshot:
Dragging the window by grabbing the title bar seems to reset it.
I carefully read all instruction and confirm that I did the following:
[X] I tested with the latest mpv version to validate that the issue is not already fixed.
[X] I provided all required information including system and mpv version.
[X] 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.
[X] I produced the log file while the behaviors described in "Actual Behavior" were actively observed.
[X] I attached the full, untruncated log file.
[X] I attached the backtrace in the case of a crash.
mpv Information
Other Information
Reproduction Steps
mpv.exe --loop-file=inf --no-config mpv-logo-128-0baae5aa.png
.I also tried different
--vo=
options, only GPU modes seem to reproduce this issue:Expected Behavior
Video remains centred.
Actual Behavior
The video/image is rendered off-centre. See the following screenshot:
Dragging the window by grabbing the title bar seems to reset it.
Log File
out.txt
Sample Files
I carefully read all instruction and confirm that I did the following:
--log-file=output.txt
.