DVDisaster Error Correction File
From Just Solve the File Format Problem
(Difference between revisions)
Parchivist (Talk | contribs) |
Parchivist (Talk | contribs) |
||
Line 2: | Line 2: | ||
|subcat=Error detection and correction | |subcat=Error detection and correction | ||
|extensions={{ext|ecc}} | |extensions={{ext|ecc}} | ||
+ | |wikidata={{wikidata|Q28600484}},{{wikidata|Q1946453}} | ||
}} | }} | ||
A '''DVDisaster Error Correction File''' is created by the dvdisaster software making use of [[Reed-Solomon error correction]] codes based on the contents of a DVD (or CD or BluRay disc), either an existing one or one you are in the process of creating. If it's a new disc being created, the program can store the error correction file on the disc itself; otherwise, it is created as a separate file. The correctness of the disc image can be verified by generating the same data from the disc and comparing it to the previously-generated file. If parts of the disc have gone bad and caused data loss, it may be possible to recover the lost data from the error-correction file. | A '''DVDisaster Error Correction File''' is created by the dvdisaster software making use of [[Reed-Solomon error correction]] codes based on the contents of a DVD (or CD or BluRay disc), either an existing one or one you are in the process of creating. If it's a new disc being created, the program can store the error correction file on the disc itself; otherwise, it is created as a separate file. The correctness of the disc image can be verified by generating the same data from the disc and comparing it to the previously-generated file. If parts of the disc have gone bad and caused data loss, it may be possible to recover the lost data from the error-correction file. | ||
+ | |||
+ | Files start with '*dvdisaster*' | ||
== References == | == References == | ||
Line 11: | Line 14: | ||
* [https://github.com/speed47/dvdisaster Windows port] | * [https://github.com/speed47/dvdisaster Windows port] | ||
* [https://sourceforge.net/projects/dvdisaster/ SourceForge (old)] | * [https://sourceforge.net/projects/dvdisaster/ SourceForge (old)] | ||
+ | * http://mark0.net/download/triddefs_xml.7z → e → ecc.trid.xml |
Revision as of 05:34, 30 October 2023
A DVDisaster Error Correction File is created by the dvdisaster software making use of Reed-Solomon error correction codes based on the contents of a DVD (or CD or BluRay disc), either an existing one or one you are in the process of creating. If it's a new disc being created, the program can store the error correction file on the disc itself; otherwise, it is created as a separate file. The correctness of the disc image can be verified by generating the same data from the disc and comparing it to the previously-generated file. If parts of the disc have gone bad and caused data loss, it may be possible to recover the lost data from the error-correction file.
Files start with '*dvdisaster*'