Search found 10 matches

by tokeL
Fri Aug 01, 2025 9:27 am
Forum: MakeMKV for Mac OS X
Topic: Why ImgBurn?
Replies: 2
Views: 1673

Re: Why ImgBurn?

...and to preserve UDF 2.5:

Code: Select all

hdiutil makehybrid -iso -joliet -udf -udf_version 2.5 -o output_filename.iso filename.cdr
...right?
by tokeL
Fri Aug 01, 2025 9:09 am
Forum: MakeMKV for Mac OS X
Topic: Why ImgBurn?
Replies: 2
Views: 1673

Why ImgBurn?

I want to store br-rips as .iso. Everywhere it is recommended that you'd use ImgBurn, even with macOS. I managed to run it through Wine. (Using 32b-xp-mode.) But, Does anybody know, how the end result differs from making .cdr in Disk Utility and then hdiutil makehybrid -iso -joliet -o ~/Desktop/file...
by tokeL
Thu Jul 31, 2025 6:29 pm
Forum: MakeMKV for Mac OS X
Topic: 3D blu-ray to .iso?
Replies: 7
Views: 4614

Re: 3D blu-ray to .iso?

It is still handy to have always one disc as one file.
by tokeL
Fri Jun 27, 2025 1:09 pm
Forum: MakeMKV for Mac OS X
Topic: VLC to playback bd-image with Apple Silicon?
Replies: 3
Views: 2906

Re: VLC to playback bd-image with Apple Silicon?

Found the problem:
libaacs.dylib was not a file, just a link.

Had to copy libaacs.0.dylib to /usr/local/lib and remove that ".0".
by tokeL
Fri Jun 27, 2025 12:51 pm
Forum: MakeMKV for Mac OS X
Topic: VLC to playback bd-image with Apple Silicon?
Replies: 3
Views: 2906

VLC to playback bd-image with Apple Silicon?

I tried to follow this guide:
https://blog.greggant.com/posts/2024/02 ... c-vlc.html

"Paste (or copy) the libaacs.dylib file into /usr/local/lib."

Should this be perhaps /usr/local/ or /usr/lib?
There is no /usr/local/lib in default.
by tokeL
Thu Jun 26, 2025 9:51 pm
Forum: MakeMKV for Mac OS X
Topic: 3D blu-ray to .iso?
Replies: 7
Views: 4614

Re: 3D blu-ray to .iso?

Wanting to save the disc as .iso is for future proof. The image should be identical representation fo the disc. It's a bit strange tat there is only one software in the world that can do that and the company is quite shady. But if it's so, then it is. "Reality is that which, when you stop belie...
by tokeL
Wed May 28, 2025 5:53 pm
Forum: MakeMKV for Mac OS X
Topic: 3D blu-ray to .iso?
Replies: 7
Views: 4614

Re: 3D blu-ray to .iso?

.imgburn on Windows. I'm on Linux but, if I wanted to do it right now I'd download Windows 11 from Microsoft.com and run it in Virtualbox, saving the resulting. iSO to a NFS mount. I"ve read you van do it with BSD, but I never tried. I'm newbie on this forum, so I can't add to my reply before ...
by tokeL
Wed May 28, 2025 5:46 pm
Forum: MakeMKV for Mac OS X
Topic: 3D blu-ray to .iso?
Replies: 7
Views: 4614

Re: 3D blu-ray to .iso?

.imgburn on Windows. I'm on Linux but, if I wanted to do it right now I'd download Windows 11 from Microsoft.com and run it in Virtualbox, saving the resulting. iSO to a NFS mount. I've read you can do it with BSD, but I never tried. I tried with ImgBurn, but there was an error. But maybe the probl...
by tokeL
Thu May 22, 2025 2:19 pm
Forum: MakeMKV for Mac OS X
Topic: 3D blu-ray to .iso?
Replies: 7
Views: 4614

3D blu-ray to .iso?

I would like to rip 3D blu-rays to .iso with macOS. And I won't pay for DVDFab. Price is ridiculous for rare use and their kext breaks down the OS every time. So I guess there is no straight forward app to be found? Just wondering, if ripping is done with makemkv ie. resulting just the folder struct...
by tokeL
Thu May 22, 2025 2:16 pm
Forum: Blu-ray discs
Topic: Can makemkv make an .iSO image of a bluray disc?
Replies: 11
Views: 16687

Re: Can makemkv make an .iSO image of a bluray disc?

I would also like to rip 3D blu-rays to .iso with macOS.

Just wondering, if ripping is done with makemkv ie. resulting just the folder structure, does then something go missing when that is wrapped to .iso-image?

What would be the easiest GUI-app that can do UDF2.5?

Or is terminal commands better?