Differences when converting ISOs to MKVs
Posted: Fri Dec 08, 2017 10:27 am
I do use the following command in MakeMKV 1.10.8 on Windows 10 to convert ISO files (BDs and DVDs) to MKV files:
According the docs this command should not change (encode/reencode) the streams. After successful conversion I checked mediainfo output for both files. I do notice some differences. Here are the commands for mediainfo 0.7.98 running on Windows 10 64bit for the ISO and the MKV:
Some of the differences - there are lots of:
And here, to make it complete, the Advanced settings in the GUI. Don't know if they are taken into account:
Do I need to worry about this differences. I do want untouched streams, no reencoding, etc.
Many thanks in advance.
Code: Select all
makemkvcon.exe mkv iso:AnIsoFile all AnTempFolder > temp.txt
Code: Select all
VCDMount.exe /d=0 AnIsoFile
MediaInfo.exe d: --Output=XML > temp_ISO.xml
VCDMount.exe /d=0 /u
MediaInfo.exe AnMkvTitle --Output=XML > temp_MKV.xml
Some of the differences - there are lots of:
Code: Select all
Video:
ISO: <Stream_size>12598576834</Stream_size>
MKV: <Stream_size>12501944736</Stream_size>
ISO: <Bit_rate>30020222</Bit_rate>
MKV: <Bit_rate>29789994</Bit_rate>
Audio:
ISO: <Stream_size>268590080</Stream_size>
MKV: <Stream_size>268590080</Stream_size>
ISO: <compr_Average>0.93 dB</compr_Average>
MKV: <compr_Average>-2.44 dB</compr_Average>
Code: Select all
-sel:all,+sel:(ger|eng|nolang|single),-sel:(havemulti|core),+sel:mvcvideo,-sel:special,=100:all,-10:favlang,+sel:subtitle&(ger|eng)
Many thanks in advance.