I am doing backup of varios BD, and I am testing various methods.
1. MakeMkv.
2. Mkvmerge by append m2ts
3. DG_Demux
4. CMD, copy function.
When mpls is formed by less o equal to 2 m2ts files, I dont detect mismatching on CRC audio files, in this case DTS-HD MA. However, when playlist consists almost 3 m2ts files, CRC get with Makemkv is different.
I get structure playlist using eac3to, get this (Omitted playlist without conflict):
Code: Select all
5) 00001.mpls, 00074.m2ts+00000.m2ts+00002.m2ts, 0:23:02 60
- h264/AVC, 1080p24 /1.001 (16:9)
- DTS Master Audio, Spanish, stereo, 48kHz
- DTS Master Audio, Japanese, stereo, 48kHz
7) 00000.mpls, 00074.m2ts+00000.m2ts+00001.m2ts, 0:22:57 60 TV
- h264/AVC, 1080p24 /1.001 (16:9)
- DTS Master Audio, Spanish, stereo, 48kHz
- DTS Master Audio, Japanese, stereo, 48kHz
- With MakeMkv. DTS-HD MA spanish audio (no core) for 00001.mpls of CRC is E7392CC0, and for 00000.mpls is E5C96A15.
- With MKVmerge by JSON files (00001.mpls and 00000.mpls). DTS-HD MA spanish audio (no core) for 00001.mpls of CRC is 933A8252, and for 00000.mpls is 02BD16E7.
- With DG_Demux. DTS-HD MA spanish audio (no core) for 00001.mpls of CRC is 933A8252, and for 00000.mpls is 02BD16E7.
- With CMD using command like "copy /b 00074.m2ts+00000.m2ts+00001.m2ts 60_TV.m2ts". DTS-HD MA spanish audio (no core) for 00001.mpls of CRC is 933A8252, and for 00000.mpls is 02BD16E7.
Thanks in advance.