MKV playback, recompression, remuxing, codec packs, players, howtos, etc.
-
crookedmind
- Posts: 4
- Joined: Wed Aug 02, 2017 10:59 am
#1
Post
by crookedmind » Wed Aug 02, 2017 11:37 am
( changing mkv display doesn't change it )
So, I have this file with the following media info:
Code: Select all
Width : 670 pixels
Height : 574 pixels
Display aspect ratio : 5:3
Original display aspect ratio : 5:3
edit*
These are PAL res which are/are not upscaled.
Last edited by crookedmind on Sun Oct 14, 2018 9:39 pm, edited 1 time in total.
-
Woodstock
- Posts: 10975
- Joined: Sun Jul 24, 2011 11:21 pm
#2
Post
by Woodstock » Wed Aug 02, 2017 2:17 pm
There are two places in an MKV file that the aspect ratio can be found - one of the headers (which you're trying to edit) and in the video stream itself. They're supposed to match.
Which one is used depends on your player - some read the stream, others look at the header. Which is why they should match....
-
crookedmind
- Posts: 4
- Joined: Wed Aug 02, 2017 10:59 am
#3
Post
by crookedmind » Wed Aug 02, 2017 11:59 pm
[quote="Woodstock"][/quote]
I'm not sure you understand what I wrote.
-
Woodstock
- Posts: 10975
- Joined: Sun Jul 24, 2011 11:21 pm
#4
Post
by Woodstock » Thu Aug 03, 2017 1:21 am
You're editing the header only, correct? Because MakeMKV isn't going to change what's in the video stream, and I don't think mkvtoolnix does that, either.
However, if I edit the headers of something I've encoded, ...
If you're
re-encoding the video, then it is important that the encoding program gets the correct aspect ratio. I've found that handbrake gets the correct aspect ratio even when the header value is screwed up, because it reads the video stream. It then sets the header on the output file to match what it encoded.
-
crookedmind
- Posts: 4
- Joined: Wed Aug 02, 2017 10:59 am
#5
Post
by crookedmind » Thu Aug 03, 2017 1:29 am
Woodstock wrote:You're editing the header only, correct? Because MakeMKV isn't going to change what's in the video stream, and I don't think mkvtoolnix does that, either.
Last edited by crookedmind on Sun Oct 14, 2018 9:40 pm, edited 1 time in total.
-
crookedmind
- Posts: 4
- Joined: Wed Aug 02, 2017 10:59 am
#6
Post
by crookedmind » Sat Aug 05, 2017 8:57 am
Edit*
See first post. You can delete this thread.