Hi everyone!

I have around 200 DVD (with movies) that I’d want to backup in order to save them from rotting or physical media disappearance.

My most powerful computer with a DVD drive is a 2012 MacBook Pro upgraded to 16gb of Ram with an SSD running Fedora 42.

If possible, I’d want to keep all the bonuses of the movies, but I could also just backup the movies if keeping the whole disc is too difficult.

My goal would be to keep the original quality.

Also 6-7 discs are already skipping scenes even if the disc shows no damage.

I’ve bought some of these discs 20 years ago with my teenager pocket money so I wouldn’t want to lose them.

Thanks for the help.

As I own these discs and nothing would be illegal in my country, I thought it would be better to post here instead of the piracy community.

Edit: I guess I’ll use Make MKV Beta as it seems to work well and VLC can open the MKV files. Thanks for your help!

  • @[email protected]
    link
    fedilink
    English
    105 days ago

    you can make an iso, that is a digital replica. the iso can be played with for example vlc.

    you can use makemkv, which creates an mkv file out of every video. this allows additional file managing, cause you get a lot of mkv files if the dvd has several bonuses. mkv wont change the encoding, cause its just a container.

    as for the skipping…i used to clean up all my nonreadable dvds. just plain old simple soap and luke warm water. cleaned with microfiber cloth.

    warner currently has a dvd rot replacment project, but people said you have to jump though too many hoops to make it work. and thats just warner, the other dont even care.

    • @[email protected]
      link
      fedilink
      English
      96 days ago

      That would get you an exact copy of the disk with everything on it. And also, while 200 DVDs sounded a lot, it’s “only” 860GB (assuming 4,3GB/disk which I think is the most common for movies), so it’s not stupidly expensive either. Obviously you’ll want a RAID setup and most likely backups for that, so it’s more than just a single 1TB drive, but still quite manageable.

        • @[email protected]
          link
          fedilink
          English
          105 days ago

          Majority of the data (video) is already compressed as MPEG-2 so I’d think it doesn’t compress very well. But if you don’t have enough storage it’s always an option to re-encode video with something more modern and achieve smaller file sizes from that. But that also removes at least DVD menu and other ‘format dependent’ options.

          • @[email protected]
            link
            fedilink
            15 days ago

            Yeah, but I’m assuming there are many gains to be had if your compression method doesn’t need to be stream decoded for real time playback.

    • u/lukmly013 💾 (lemmy.sdf.org)
      link
      fedilink
      English
      96 days ago

      I used K3b for that. It can copy to image and even ignore errors if necessary, though I didn’t yet have to try that. It’s 8.5GB per disc, so get some 2TB HDD for that.

  • @[email protected]
    link
    fedilink
    English
    14
    edit-2
    5 days ago

    dvdbackup with the -M option makes a 1/1 clone of your dvd aswell as decrypts the video. One of the best ways to backup old dvds. Takes alot of storage tho and is cli rather if thats a plus or minus for yah.

  • @[email protected]
    link
    fedilink
    65 days ago

    MakeMKV to backup the contents and if you need it in a different format Handbrake so it can be converted to MP4.

    • Dariusmiles2123OP
      link
      fedilink
      25 days ago

      I’ve found my happiness with MakeMKV for the DVD’s at least.

      I’ll see how I’ll proceed with the Blurays in the future, but I don’t have any other Bluray player except my Playstation 3-4-5 for now.

    • Dariusmiles2123OP
      link
      fedilink
      45 days ago

      Interesting. I didn’t know about it.

      It’s clever, but they should have used this money to make discs more durable instead😇

      • @[email protected]
        link
        fedilink
        2
        edit-2
        4 days ago

        You can get around it a few ways. Some are drive agnostic, some aren’t. Also your drive might not be super affected by it. My dad’s Sony AIO PC didn’t have an issue ripping while a USB DVD drive I borrowed did.

        Edit: the Sony AIO PC was also from 2012. It was running windows 7 when I did this.

  • Ardens
    link
    fedilink
    34 days ago

    I’d recommend using Make MKV if possible, and then you might use Handbrake to transcode it.

  • hendrik
    link
    fedilink
    English
    8
    edit-2
    6 days ago

    I think the best bet to preserve them as is, would be dd or ddrescue (if there are read errors). You might be able to write a small shell script to automate stuff. For example open the tray, read a filename from the user, then close the tray, rip it and then repeat. That way you’ll notice the open tray, change disks, enter the tiltle and hit enter and come back 10mins later. Obviously takes something like 20 days if you do 10 each day. And you’re looking for roughly 1TB of storage, if it’s single layer DVDs.

    • @[email protected]
      link
      fedilink
      46 days ago

      read a filename from the user

      Honestly for something repetitive like this I’d suggest trying to avoid user interaction completely. It’s probably better to get that info from the DVD drive itself (blkid -o value -s LABEL /dev/dvd), or if that fails assign a number.

      • hendrik
        link
        fedilink
        English
        3
        edit-2
        6 days ago

        Sure. Are the labels human-readable? Otherwise I’d rather type it in while I’m in front of the computer anyways, with the new DVD in my hand. Rather than end up with a directory with 200 cryptic filenames… I meaan the interaction with changing the disks can’t be skipped anyway…

  • @[email protected]
    link
    fedilink
    English
    55 days ago

    Use handbrake and set it to used the Apple videotoolbox for hardware encoding. Looks good, smaller files, fast and easy. Almost everything encodes properly with this method but there are a small number of titles with interesting encryption that breaks with this method. Almost everything works this way though.

  • Phoenixz
    link
    fedilink
    65 days ago

    “Handbrake” is quite good at making high quality mkv files, you should be able to Automate a lot of it

    • myrmidex
      link
      fedilink
      25 days ago

      How would one handle those extra scenes though, in storage as well as in a Jellyfin library?

      • @[email protected]
        link
        fedilink
        25 days ago

        Plex handles it like this:

        Local extras can be located alongside the main movie file in a directory named for the movie. They’re indicated by using specific naming at the end of the filename. Local inline extras will be detected and used if named and stored as follows:
        
        * `Movies/MovieName (Release Date)/Descriptive_Name-Extra_Type.ext`
        
        Where `-Extra_Type` is one of:
        
        * -behindthescenes
        * -deleted
        * -featurette
        * -interview
        * -scene
        * -short
        * -trailer
        * -other
        

        https://support.plex.tv/articles/local-files-for-trailers-and-extras/

        Jellyfin might do the same

      • @[email protected]
        link
        fedilink
        25 days ago

        If you rip the DVD as a movie could you have directors commentary as a audio track?

        What about the extras as a season? Or single merged movie with chapters?

  • Emil Muzz
    link
    fedilink
    English
    6
    edit-2
    6 days ago

    This should work for -most- DVDs, unless they’re using some unique copy protection.

    The following packages are needed: dvdbackup, libdvdcss, cdrtools

    To get info on an inserted DVD (and check it can be read): dvdbackup -i /dev/sr0 -I

    To rip the DVD to a directory (-M will mirror the disc): dvdbackup -i /dev/sr0 -o /path/to/store/dvd/ -M

    And then to write the directory contents to an iso image: mkisofs -dvd-video -udf -o /path/to/save/movie.iso /path/of/ripped/dvd

    From there you can archive the iso, mount it for playback, etc. My next step was a combination of MakeMKV and Handbrake to encode the main movie (H.265 MKV 480p30) for storage on a media server.

    • Emil Muzz
      link
      fedilink
      English
      36 days ago

      Replying to say dd is probably the better method for archival, but this works for me in most cases.

  • @[email protected]
    link
    fedilink
    25 days ago

    Mini hijack but what software would yall recommend for vhs backups, preferably linux native? I figure need to do this before they start degrading. I have a capture card already, just was wondering the best software. I tried potplayer but didnt love it…id really need software with an auto shutoff so I can play a tape when I go to work or bed and not have 6 hours of blank recorded…

    • data1701d (He/Him)
      link
      fedilink
      English
      44 days ago

      From what I can tell, OBS has an “Output Timer” setting that might be able to do the trick for you - just set the tape length and you should be good to go.