So, basically, I often find torrent movies which contains this type of dir/file hierarchie; how can I watch them?

  • Brickfrog@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    4 hours ago

    If it’s a movie blu ray you can usually play the “index.bdmv” file in a compatible media player e.g. VLC definitely works. MPC-HC / MPC-BE works too, I think(?) MPV can play them too. As well as Jellyfin and Kodi if that’s your thing.

    Alternatively browse into the “STREAM” folder, usually the biggest .m2ts file in there is the actual movie or whatever it is you want to play. The above media players can play that directly if preferred.

    For TV series the above usually works too but the episodes are usually split out among multiple .m2ts files so it might be easier just to play them directly in that case.

  • sanzky@beehaw.org
    link
    fedilink
    English
    arrow-up
    6
    ·
    9 hours ago

    that’s the structure of a bluray disk. It includes all that the player needs to play it (e.g. menus, chapters, etc). The STREAM folder contains the actual video, probably in a .m2ts file (you can convert it to mkv using ffmpeg or similar tools)

  • Tempo [he/him]@hexbear.net
    link
    fedilink
    English
    arrow-up
    13
    ·
    11 hours ago

    This is a Blu Ray dump. Loading up Index.bdmv in VLC or your media player of choice should run the disc as if it were a real disc.

  • Kernal64@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    17
    ·
    12 hours ago

    That’s the file structure of a Blu-ray disc that’s been unencrypted. Get MakeMKV and open the main directory using that software. It will read it as if you’ve given it an actual Blu-ray disc. It will show you the available video files. The largest one will be the movie, so if you want, you can select only that from the list and it will rip it out of the file structure and give you an mkv file of the movie. It’ll be large because it’s not compressed, so to save space, you can use Handbrake or ffmpeg if you’re nice with command lines to encode it to your favorite codec.