Log in

View Full Version : MKV's --display-dimensions in WMP11


Ren
4th March 2007, 16:26
Hello.
I just muxed mkv file and specified --display-dimensions parameter for video track. Resulting file playes in Totem, VLC, Kaffeine and WMP6.4 as well but not in WMP11 (player looks paused, slider can be moved, no picture, no error). If I ommit this parameter file plays well. I tried with last version of mkvmerge and haali media splitter, later I found that --aspect-ratio behave exactly same. Any idea?

Mosu
4th March 2007, 16:32
Just a note: --display-dimension and --aspect-ratio both set the same parameters in a Matroska file. The only difference is how they're used (--aspect-ratio only exists as a conveniance).

I don't know about the playback problems, though.

Ren
4th March 2007, 16:39
Just a note: --display-dimension and --aspect-ratio both set the same parameters in a Matroska file. The only difference is how they're used (--aspect-ratio only exists as a conveniance).

Ah, good to know, thank you, Mosu.