Until now I've been using the old way to convert m2ts backup files with 2 tracks to mp4 in order be usable in my LG TV (directly from m2ts files to mp4 profile 7) with no issues. Last weeks I've been trying with muxed mkv's created with MakeMkv from ISO files. Just demuxing the video file in BL + EL from the mkv to build mp4 files from those.
Some work (Hobbit, Spartacus) and some don't (Gladiator, Mission Imposible) so I've done a test with one of my favourite that doesn't work from mkv but it works from m2ts: Gladiator.
If you extract the video tracks from the m2ts you get this:
Code: Select all
-rw-rw-r-- 1 mediahouse mediahouse 55534597226 feb 11 11:56 BLfromISO.hevc
-rw-rw-r-- 1 mediahouse mediahouse 8750115761 feb 11 11:56 ELfromISO.hevc
Code: Select all
-rw-rw-r-- 1 mediahouse mediahouse 55547338813 feb 11 14:23 BLfromMKV.hevc
-rw-rw-r-- 1 mediahouse mediahouse 2605405031 feb 11 14:23 ELfromMKV.hevc
-rw-rw-r-- 1 mediahouse mediahouse 58154237092 feb 11 10:13 FULLvideotrackfromMKV.hevc
If you compare the size of both BL files (from the m2ts and from the video inside mkv) they are basically equal. So the BL is the roughly the same. And the full EL track from the m2ts is 8Gb+ while the version from Mkv is 2.5Gb+.
So I went a step back and I ripped again the mkv from the ISO with MakeMKV. When generating the mkv file, MakeMkv reports a serious a mount of sync issues, and after a few minutes it seems it tries to resyncrhonize withouth luck, but it finishes generating a mkv file which works well in HDR10. So I don't think the problem is in the demuxer but in the way MakeMkv deals with certatin m2ts files trying to synchronize the 2 video tracks to mux them into one track.
So my basic conclussion is that MakeMkv, under certain circumstances (I guess sync issues detected while ripping), fails to build a correct/complete video track with all DoVi needed info from both source tracks. Those MKV files may trigger DoVi at the begining on certain players (Shield...), but after a bunch of minutes no DoVi info seems to be there.
Titles with no issues: Hobbit, Spartacus,...
Titles with issues: Mission Impossible, Gladiator,..
Hence I'm afraid some mkv created from ISO aren't complete, so no way to recover full DoVi info from those.
Thanks in advance (and forgive my limited english)
¿ Anyone more experiencing issues related to this ?