SabreTools / MPF

Redumper/Aaru/DiscImageCreator GUI in C#
GNU General Public License v3.0
427 stars 34 forks source link

Set UDF CD threshold at 800MB #585

Closed Deterous closed 1 year ago

Deterous commented 1 year ago

Currently, optical media type detection for UDF filesystems is set to DVDs if the size is at least 400MB.

Based on the PC CDs and DVDs in redump, the false positive rate for DVD detection when using a threshold of 800 MB is less than 3%, with an optimal threshold for CD and DVD false detection rate at approx 830MB. However, I think it is best that MPF keep the threshold at 800 MB as CDs greater than 800 MB in size are technically not following the CD-ROM standard.

I have also changed it slightly to set discs with exactly 800 MB as CDs.

Cumulative distributions for PC DVDs (in red) and PC CDs (in blue) with regards to size, where the crossover represents the point with the "lowest false detection rate": false-positive crossover