Opened 10 years ago
Closed 10 years ago
#2202 closed defect (fixed)
mplayer ignores mkv display-size
Reported by: | Christophe Le Gal | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | yes | Analyzed by developer: | no |
Description
Summary of the bug:
How to reproduce:
% mkvpropedit -e track:v1 -s display-width=1024 vid.mkv % mplayer vid.mkv VO: X11 544x576 => 544x576
Was working correctly till revision 36169
(Note : revision 36169 corrected bug 2135, which is indeed related to crash beacause changes in aspect ratio. It prevented aspect ration to changes while playing. But apparently, it has also prevented mkv display-width and height to be taken into account)
Attachments (1)
Change History (3)
by , 10 years ago
Attachment: | display-001.mkv added |
---|
comment:1 by , 10 years ago
Reproduced by developer: | set |
---|
Note:
See TracTickets
for help on using tickets.
seems about right. i made a sample using mkvtoolsnix and mmg frontend for 640x480 display width/height.
MPlayer SVN-r34269-3.4.5 displays it as 4:3
strangely it gives this output
VIDEO: [MP4V] 560x240 0bpp 23.979 fps 0.0 kbps ( 0.0 kbyte/s)
VO: [directx] 560x240 => 560x420 Planar YV12
MPlayer sherpya-r36349+gb24f15c-4.6
plays at 560x240
MPlayer sherpya-r36816+g4040b56-4.8 (C) 2000-2014 MPlayer Team
plays at 560x240
560x420 != 640x480 . dunno where mplayer gets 560x420 from.
-demuxer mkv seems to make no diff.