View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0014496 | MMW 5 | General | public | 2017-10-27 18:36 | 2019-09-13 01:17 |
Reporter | peke | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 5.0 | Fixed in Version | 5.0 | ||
Summary | 0014496: Video: Playback of some files play them as inverted ignoring rotate metadata | ||||
Description | Video files recorded rotated 180' and that is saved in file metadata that MMW ignores. NOTE: Playback speed is OK unlike some other apps. Sample file is uploaded to FTP. | ||||
Additional Information | http://www.mediamonkey.com/forum/viewtopic.php?f=1&t=19056 PEV-544-56937 | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | 2196 | ||||
|
The problem is in DirectShow renderers from Windows, they do not support rotation. We could probably implement it to our custom DX9 image presenter, but I am not able to find, how to achieve this, DirectShow structures do not contain any rotation info, related interfaces do not contain anything relevant. Leaving for some future research, seems to be very undocumented. But should be doable, e.g. madVR renderer works ok, so rotation info is probably sent in DirectShow structures somehow. Note, WMP plays the file ok, because Media Foundation handle this rotation info correctly (but we do not support subtitles or equalizer there). We could use MF only for files with rotation info, but we currently cannot detect it in advance. |
|
I have risen priority for MM5 triage. |
|
Fixed in build 2196, should work for playback and conversion too. It requires LAV splitter 0.60.0 or later installed in system or from our codec pack. |
|
Verified 2196 Video files are correctly orientated now. |