pitoloko
8th January 2026, 23:01
Hi. I have a 3D blu-ray disc that is unencrypted. My intention is to remux the content as a 2D movie without quality loss, or else perform a 2D BD-Rip in AVC/H.264 format (with "best" CRF quality settings, placebo preset)
However, I can't find the way to do that.
The blu-ray corresponds to this movie title: https://www.imdb.com/title/tt1540767
It contains a single playlist, two .m2ts files of a total of 2,30 GB for which 00000.m2ts is 1,45 GB and corresponds to the first eight minute length of the movie, and 00001.m2ts is 858 MB and is unplayable for me; And a single .ssif file of 21,4 GB.
The exact folder structure is as follows:
├───AACS
│ │ Content000.cer
│ │ ContentHash000.tbl
│ │ ContentRevocation.lst
│ │ CPSUnit00001.cci
│ │ mcmf.xml
│ │ MKB_RO.inf
│ │ MKB_RW.inf
│ │ Unit_Key_RO.inf
│ │
│ └───DUPLICATE
│ Content000.cer
│ ContentHash000.tbl
│ ContentRevocation.lst
│ CPSUnit00001.cci
│ mcmf.xml
│ MKB_RO.inf
│ MKB_RW.inf
│ Unit_Key_RO.inf
│
├───BDMV
│ │ index.bdmv
│ │ MovieObject.bdmv
│ │
│ ├───AUXDATA
│ ├───BACKUP
│ │ │ index.bdmv
│ │ │ MovieObject.bdmv
│ │ │
│ │ ├───BDJO
│ │ ├───CLIPINF
│ │ │ 00000.clpi
│ │ │ 00001.clpi
│ │ │
│ │ ├───JAR
│ │ └───PLAYLIST
│ │ 00000.mpls
│ │
│ ├───BDJO
│ ├───CLIPINF
│ │ 00000.clpi
│ │ 00001.clpi
│ │
│ ├───JAR
│ ├───META
│ ├───PLAYLIST
│ │ 00000.mpls
│ │
│ └───STREAM
│ │ 00000.m2ts
│ │ 00001.m2ts
│ │
│ └───SSIF
│ 00000.ssif
│
└───CERTIFICATE
│ id.bdmv
│
└───BACKUP
id.bdmv
Please note that I'm not the first owner of the disc, so I don't know how it was unencrypted.
The 00000.mpls looks like this in an hexadecimal editor:
https://i.imgur.com/7pix0B2.png
--------------------------------------------------------------
What I've tried to remux or encode this Blu-ray disc:
tsMuxerGui: It only demuxes the first eight minute-length.
MakeMKV: It only demuxes the first eight minute-length.
MKVToolnix: If I load the playlist file, it just remuxes the first eight minute-length in the outpuf mkv file. If I load the .ssif file, then MKVToolnix creates a mkv file of only 4 kilobytes...
StaxRip: Can't proceed, it shows an error message saying: "3D demuxing isn't supported" when loading the blu-ray folder.
Handbrake: It lets me start the encoding procedure, however it just encodes the first eight minute-length, then quits. Image previews of the movie are black after the few ones.
BD3D2MK3D: It only demuxes 2,30 GB. When trying the encoder batch-script it just encodes the first eight minute length.
Note that these programs properly displays the full real movie length in their user-interfaces. But at the moment of demuxing/remuxing or encoding, all these programs gets stuck with the first eight minute length of the movie, or in other words, they just seems to be working the 00000.m2ts file.
So what can I do to remux in 2D or to encode in 2D this Blu-ray disc?.
In order to ensure that the Blu-ray folder contents are not corrupted, I've tried the Stereoscopic Player from 3dtv.at website (https://www.3dtv.at/products/Player/Index_en.aspx), and I can play the movie entirely. So the disc is fine.
In the following thread I've read about a freeware program with name SSIFsucka: https://forum.videohelp.com/threads/323749-How-to-play-convert-ssif-files#post2045690 which sounds like the only thing I need to convert the .ssif file - however, the official download link (or what I think is the official link) is broken: https://photo-3d.groups.io/g/3dtv-archive/message/26314
However, I can't find the way to do that.
The blu-ray corresponds to this movie title: https://www.imdb.com/title/tt1540767
It contains a single playlist, two .m2ts files of a total of 2,30 GB for which 00000.m2ts is 1,45 GB and corresponds to the first eight minute length of the movie, and 00001.m2ts is 858 MB and is unplayable for me; And a single .ssif file of 21,4 GB.
The exact folder structure is as follows:
├───AACS
│ │ Content000.cer
│ │ ContentHash000.tbl
│ │ ContentRevocation.lst
│ │ CPSUnit00001.cci
│ │ mcmf.xml
│ │ MKB_RO.inf
│ │ MKB_RW.inf
│ │ Unit_Key_RO.inf
│ │
│ └───DUPLICATE
│ Content000.cer
│ ContentHash000.tbl
│ ContentRevocation.lst
│ CPSUnit00001.cci
│ mcmf.xml
│ MKB_RO.inf
│ MKB_RW.inf
│ Unit_Key_RO.inf
│
├───BDMV
│ │ index.bdmv
│ │ MovieObject.bdmv
│ │
│ ├───AUXDATA
│ ├───BACKUP
│ │ │ index.bdmv
│ │ │ MovieObject.bdmv
│ │ │
│ │ ├───BDJO
│ │ ├───CLIPINF
│ │ │ 00000.clpi
│ │ │ 00001.clpi
│ │ │
│ │ ├───JAR
│ │ └───PLAYLIST
│ │ 00000.mpls
│ │
│ ├───BDJO
│ ├───CLIPINF
│ │ 00000.clpi
│ │ 00001.clpi
│ │
│ ├───JAR
│ ├───META
│ ├───PLAYLIST
│ │ 00000.mpls
│ │
│ └───STREAM
│ │ 00000.m2ts
│ │ 00001.m2ts
│ │
│ └───SSIF
│ 00000.ssif
│
└───CERTIFICATE
│ id.bdmv
│
└───BACKUP
id.bdmv
Please note that I'm not the first owner of the disc, so I don't know how it was unencrypted.
The 00000.mpls looks like this in an hexadecimal editor:
https://i.imgur.com/7pix0B2.png
--------------------------------------------------------------
What I've tried to remux or encode this Blu-ray disc:
tsMuxerGui: It only demuxes the first eight minute-length.
MakeMKV: It only demuxes the first eight minute-length.
MKVToolnix: If I load the playlist file, it just remuxes the first eight minute-length in the outpuf mkv file. If I load the .ssif file, then MKVToolnix creates a mkv file of only 4 kilobytes...
StaxRip: Can't proceed, it shows an error message saying: "3D demuxing isn't supported" when loading the blu-ray folder.
Handbrake: It lets me start the encoding procedure, however it just encodes the first eight minute-length, then quits. Image previews of the movie are black after the few ones.
BD3D2MK3D: It only demuxes 2,30 GB. When trying the encoder batch-script it just encodes the first eight minute length.
Note that these programs properly displays the full real movie length in their user-interfaces. But at the moment of demuxing/remuxing or encoding, all these programs gets stuck with the first eight minute length of the movie, or in other words, they just seems to be working the 00000.m2ts file.
So what can I do to remux in 2D or to encode in 2D this Blu-ray disc?.
In order to ensure that the Blu-ray folder contents are not corrupted, I've tried the Stereoscopic Player from 3dtv.at website (https://www.3dtv.at/products/Player/Index_en.aspx), and I can play the movie entirely. So the disc is fine.
In the following thread I've read about a freeware program with name SSIFsucka: https://forum.videohelp.com/threads/323749-How-to-play-convert-ssif-files#post2045690 which sounds like the only thing I need to convert the .ssif file - however, the official download link (or what I think is the official link) is broken: https://photo-3d.groups.io/g/3dtv-archive/message/26314