How to tell MPV to obey the resolution and ignore aspect-ratio from media-metadata? #18315
Unanswered
bananalemonmelon
asked this question in
Q&A
Replies: 1 comment
|
i think this can be easily done via lua script, pull resolution of the media after load, calculate aspect ratio and apply it, but thats just doing same thing as |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I watch an MPEG TS stream (codec=h264) through HTTP using MPV. The displayed image aspect-ratio looks bad (displayed almost square, definitely should be wide instead). I try to see the media information, and see the following information:
It's interesting that the media has conflicting aspect-ratio VS resolution here. The issue is MPV seems to prefer to trust the media's aspect-ratio in this case, while trusting the media's resolution as the base of aspect-ratio calculation would be better for this case.
Is there an option (arguments) that can make MPV change its behavior to ignore the media's aspect-ratio, but trying to recalculate the aspect-ratio based on the media's resolution instead?
Thanks.
All reactions