Why ImgBurn?

The place to discuss Mac OS X version of MakeMKV
Post Reply
tokeL
Posts: 10
Joined: Thu May 22, 2025 2:07 pm

Why ImgBurn?

Post by tokeL »

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

Code: Select all

hdiutil makehybrid -iso -joliet -o ~/Desktop/filename.iso ~/Desktop/filename.cdr
?
tokeL
Posts: 10
Joined: Thu May 22, 2025 2:07 pm

Re: Why ImgBurn?

Post by tokeL »

...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?
Coopervid
Posts: 3185
Joined: Tue Feb 19, 2019 10:32 pm

Re: Why ImgBurn?

Post by Coopervid »

tokeL wrote:
Fri Aug 01, 2025 9:27 am
...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?
Read this:

viewtopic.php?f=4&t=33765
Post Reply