I muxed from M2TS 1080p to MKV. The M2TS file has got 12719 kBit/s audio stream. Now after changing the container via muxing with mkvmerge, the video bitrate is now decreased by 11887 (about 7%)! I thought that shouldn't be the case as changing the container doesn't encode the video, or at least a vastly smaller difference of like up to 1%. So why is this?
Okay, there may already be some threads explaining this problem and referring to "overhead". I'm not familiar with some terms. But in my video I can even see a little difference. There occur horizontal violet lines all over the video when frames are switching because of rapid camera movemend. These lines may be visible very very weak and only be noticed when concentrating on them and immediately having the eyes in front of the monitor, but they are still present. Should this be? Is this normal? I mean it doesn't bother me at all, but I am still interested in "fixing" it if possible.
+ Reply to Thread
Results 1 to 7 of 7
-
Last edited by draig-llofrudd; 3rd Dec 2016 at 16:01.
-
-
Oh, you were talking about overall bitrate, not specifically about video track bitrate. It's ok how you compared. Just looking at the file size should yield the same result without relying on any software doing deeper analyses.
You are probably imaging things or it's just a problem with your player. If you are still unsure you could compare them more systematically, e.g. decode and compare checksums of raw decoded data or compare in AviSynth. (http://avisynth.nl/index.php/Compare or http://avisynth.nl/index.php/Subtract for example)
But IMHO that will be a waste of your time. There will be no difference. -
The decoded stream will be identical. Just demux the elementary video stream and compare (e.g. tsmuxer for ts or mkvextract for mkv). That is the proof. MKVMerge will remove things like sequence headers, so there might be a few bytes difference, but the actual decoded video stream will be the same. If you want to triple check, you can do a per frame psnr check, that is definitive proof.
It might "look" different depending on how the player is configured. You mentioned "1080p", but some players are configured to deinterlace transport streams -
As sneaker already mentioned, I would waste my time comparing the videos unnecessarily since it doesn't bother me, because the difference is practically zero. But I will leave a screenshot in a few minutes just to show you what I mean.
Edit: Well, it only appears in motion of the pictures, so I can't make a screenshot. It's quite distinct. But let's leave it by that. Here's what it roughly looks like (did it with GIMP):
Last edited by draig-llofrudd; 3rd Dec 2016 at 17:38.
Similar Threads
-
MKVToolnix reduces overall bitrate of videos
By temp22 in forum Video ConversionReplies: 5Last Post: 13th May 2016, 12:06 -
mkvtoolnix 8.9.0 mkvmerge from command line
By jshupert in forum MacReplies: 2Last Post: 7th Mar 2016, 09:57 -
Different file size and bitrate after muxing in MKVmerge
By gtx780 in forum EditingReplies: 1Last Post: 8th Jul 2015, 09:20 -
Why mkvmerge (mkvtoolnix) shortens files when muxing ?
By Marus Nebunu in forum Video ConversionReplies: 3Last Post: 25th Jun 2014, 06:27 -
MkvToolnix (MKVMerge 6.1.0) on Mac OS X 10.8.2 - Merging Multiple MKVs
By tedallen in forum Video ConversionReplies: 2Last Post: 20th Mar 2013, 17:35