View Issue Details

IDProjectCategoryView StatusLast Update
0014496MMW 5Generalpublic2019-09-13 01:17
Reporterpeke Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Target Version5.0Fixed in Version5.0 
Summary0014496: Video: Playback of some files play them as inverted ignoring rotate metadata
DescriptionVideo 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 Informationhttp://www.mediamonkey.com/forum/viewtopic.php?f=1&t=19056
PEV-544-56937
TagsNo tags attached.
Attached Files
bug14496.jpg (113,143 bytes)   
bug14496.jpg (113,143 bytes)   
Fixed in build2196

Activities

michal

2017-10-30 12:57

developer   ~0049081

Last edited: 2017-10-30 13:00

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.

peke

2019-08-22 01:35

developer   ~0054403

I have risen priority for MM5 triage.

michal

2019-09-08 16:24

developer   ~0054547

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.

peke

2019-09-13 01:17

developer   ~0054606

Verified 2196

Video files are correctly orientated now.