View Single Post
Old 5th February 2013, 14:19   #4  |  Link
sneaker_ger
Registered User
 
Join Date: Dec 2002
Posts: 5,565
You can either set the values in pixels (most common), like e.g.:
mkvpropedit "%%I" --edit track:v1 --set display-width=1920 --set display-height=1080

Or less common:
mkvpropedit "%%I" --edit track:v1 --set display-width=16 --set display-height=9 --set display-unit=3

Be careful when working on files without a backup. What exactly has to be done depends highly on the source files - working with anamorphic files is not trivial.
sneaker_ger is offline   Reply With Quote