*ALL* CDs have C1 and C2 error correction. This includes M2F2. An 80 minute CD is actually ~1GB counting the C1 and C2. I just burnt a M2F2 CD, and PlexTools said there were 2.8 errors per second corrected by the C1 level.
[ edit: and it extracted bit-perfect, after undoing all the VCD junk that I talk about in the following post ]There is no such thing as a M2F2-ish DVD, since DVD error correction is much better than CD.
[review]
Audio CDs have two levels of error correction: C1 and C2. They were designed to be good enough for audio. However, it's not good enough for programs and generic data, so a certain amount of data is reserved in each sector for and additional error correction level. M2F2 just does away with the additional level.
DVDs, however, were designed much better and only need 2 levels of error correction for any data. (Called PI and PO) There is less ECC data, but it's used more efficiently so can correct better than CDs.
[/review]
There is no way to get rid of the first two levels of error correction in either format, and there is no reason you would want to anyway. If you didn't have those levels of error correction, you'd need to apply the PAR2 files EVERY time you extracted it, and there could very well be too many errors to correct any of them. (remember that if there isn't enough PAR data to correct
all errors, you won't be able to correct
any of them.)
For example:The last CD that I burnt had a total of 13186 C1 errors. It had 800MB of data. That means that there is, on average, one error every 62KB.
- If the PAR2 files have blocks greater than 62KB, I can expect almost every block to report an error, and I would need an 800MB PAR2 file to correct my 800MB of data.
- If my block size is ~31KB, then around half of the blocks would be corrupted, meaning that I'd need 400MB of recovery data to correct it.
- I wouldn't be able to use a block size of < 25KB, as there is a total block limit of 32768. So with 25KB, this would mean that around 1/3 of the blocks are corrupted = 267MB of recovery info.
This is a brand-new disk, with no scratches at all, and I'd need almost 300MB of PAR files that I'd need to apply on
every reading, were it not for C1 error correction.
(I don't know what kind of PI/PO error rates are normal for DVDs, as my DVD drive doesn't report them, but I'd bet the results are similar.)