this post was submitted on 30 Mar 2024
187 points (95.2% liked)

Movies and TV Shows

2108 readers
45 users here now

A community for entertainment industry news and general discussion about movies and TV shows.

Rules:

  1. Be civil.
  2. Please do not link to pirated content.
  3. No spoilers in the title of submissions. And please use spoiler MarkDown in the body of discussions. This is a courtesy to other users.
  4. Comments solely criticizing headlines and/or journalism will be removed for being off-topic.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Chronographs@lemmy.zip 12 points 7 months ago (1 children)

You can rip and remux 4k blurays into a format plex can stream with 0 quality loss

[–] Reverendender@sh.itjust.works 4 points 7 months ago (1 children)
[–] cmbabul@lemmy.world 5 points 7 months ago (1 children)

I use a MakeMKV docker container myself

[–] Reverendender@sh.itjust.works 2 points 7 months ago (1 children)

Looks good, but I can't run it on Mac, sadly

[–] cmbabul@lemmy.world 2 points 7 months ago (2 children)

I daily drive a Mac but I keep all of my video stuff on a separate server running Linux. And I might be wrong and I’m not in a position to look it up right now, but I’d be surprised if you couldn’t run a docker container of it on a Mac. Is that not one of the big advantages of containerization?

[–] Reverendender@sh.itjust.works 2 points 7 months ago

I've honestly never attempted anything like it before

[–] pythonoob@programming.dev 1 points 7 months ago (1 children)

There may be some exceptions but I thought that the container at least had to have a similar if not the same OS as the base OS.

That is why containers are so efficient, because they utilize all the like files of the base OS but act like their own machine, thus saving a lot of space.

[–] Zink@programming.dev 1 points 7 months ago (1 children)

macOS is literally certified UNIX, afaik. I’d be surprised if you couldn’t.

[–] pythonoob@programming.dev 1 points 7 months ago

True didn't think about it