mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[GH-ISSUE #450] [BlazBlue Cross Tag Battle] The game creates 1980x1088 image for 1980x1080 video #83
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#83
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @roamic on GitHub (Aug 16, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/450
Originally assigned to: @psucien on GitHub.
This can be observed after #400 is merged. There is a line at the bottom of the video and the chrominance channel is shifted because of that.
@roamic commented on GitHub (Aug 23, 2024):
From the RE: the game does not even read the
width/heightvalues returned by the AvPlayer library: neither from thesceAvPlayerGetStreamInfonor from thesceAvPlayerGetVideoDataEx. So it is currently unclear how it calculates them.@roamic commented on GitHub (Aug 24, 2024):
Fixed by #560.