Open ToadKing opened 3 days ago
Just to verify, DVD subtitles (VobSub) do scale their aspect ratios correctly so this looks to just be an issue with Blu-ray/PGS subs.
It looks like this behavior is caused by this commit: https://github.com/mpv-player/mpv/commit/bcc3d72995e926f899c0baa215599c50e23b9523
While this behavior helps when cropping the video we want the opposite behavior when playing back video with non-square pixels. (The comment mentioned possibly requiring future fixes in this case.)
mpv Information
Other Information
Reproduction Steps
Play example video (an exaggerated example of the bottom screenshots, subtitles appear 5 seconds into the video)
The video in question has a different display aspect ratio than 1:1 pixels. For Blu-ray subtitles, they should be scaled along with the video to fix the new aspect ratio. This is specifically noticeable for SD content with 720x480 pixels but a 4:3 display aspect ratio.
Example: on mpv:
On VLC:
On my Blu-ray player (Panasonic DP-UB820), matches behavior of VLC:
Expected Behavior
Subtitles scale to fit video aspect ratio
Actual Behavior
Subtitles do not scale
Log File
output.txt
Sample Files
example.zip
I carefully read all instruction and confirm that I did the following:
--log-file=output.txt
.