I feel this is kind of a dumb question but I can't find a solution that's working for me:

every now and then I have the need to rip copy protected dvds. In the past I have used Handbrake with libdvdcss. But now there only seems to be flatpak versions of Handbrake for linux and these versions can't access the libdvdcss library.

VLC should be able to do the job but for a specific dvd I wnt to rip now, I produces out-of-sync video/audio tracks and I haven't been able to succeed.

I can't believe ripping dvd's can be that hard. Do I miss something obvious? Any tips are appreciated, aside from just download it - I can't find the respective media anywhere...

  • Kongar@lemmy.dbzer0.com
    ·
    2 months ago

    I use makemkv. Works every time. Once in a while you have to open the disk “manually” and select the right track but ya, makemkv does it all.

    Free if you want to update the beta trial key every few months. After years of use I bought a lifetime license for like $20. Probably the best value I’ve ever gotten.

          • nullishcat@lemmy.dbzer0.com
            ·
            edit-2
            2 months ago

            Ah, it's probably Plex not supporting the video's codec. When you use MakeMKV to generate a video file, it's basically just grabbing the source file directly from the disc / iso. It's fine in modern players but for maximum compatibility you'll have to remux it.

            EDIT: Forgot DVDs use a different folder structure than BDs so that guide won't work, you can use this one from thewiki.moe instead (although it's very technical, and the wiki is moreso focused on anime.) You can maybe try using ffmpeg to convert to an mp4, that might just make it work on Plex.

        • Ryan@discuss.tchncs.de
          hexagon
          ·
          2 months ago

          Strangely, playing was working fine. Just when I try to convert it has sync issues... I'm probably just too simpleminded to make it work that way, but VLC doesn't make it easy to do it right either, I guess...

  • nullishcat@lemmy.dbzer0.com
    ·
    2 months ago

    Hi, I actually wrote a guide on how to do this on my blog: https://nullish.cat/blog/disc-rip/ The gist of it is just MakeMKV (and ImgBurn if you like ISOs.)

    • AnarchoCummunist [he/him]
      ·
      2 months ago

      Good ol' ImgBurn. Still use it to back up really important things to Blu-ray to this day.

    • Chewy@discuss.tchncs.de
      ·
      2 months ago

      Building MakeMKV seems to require a binary, which is unfree. I assume this is the reason it's not in official distribution repos (except Nix and FreeBSD).

      It's in the AUR and Nixpkgs, both automate building it from "source" (+binary). MakeMKV is in FreeBSDs official repos, according to pkgs.org.

  • f00f/eris@startrek.website
    ·
    2 months ago

    Handbrake will probably still work if you compile it from source, but it seems like upstream isn't paying much attention to libdvdcss support.

    The version in Debian's repo still works for me, anyway.