Python Suggest Binary File Name Extension

idea
media recognization
pyjom
The article explores the use of Python to detect media file corruption. It proposes a method to identify potential corrupted files by suggesting binary file name extensions for error checking with media readers. This can be achieved by testing with a text file having a media file extension.
Published

August 10, 2022


Detect media file corruption, Python suggest binary file name extension

to rule out those corrupted media files, or unplayable files. maybe simply by parsing these files is not enough, we need a dedicated file corruption detector.

to truncate these files and see errors produced by media readers. use text file with media file extension to test them.