dano is a powerful tool that acts as a wrapper for ffmpeg, designed to checksum the internal file streams of ffmpeg compatible media files. This checksum is stored in a format that can be used to verify the media files later, ensuring that changes to metadata tags or file names do not affect the checksum integrity. This functionality is particularly useful for maintaining data integrity across media libraries.
The inspiration behind dano comes from the FLAC audio format, which supports the writing and checking of the streams held within its container. The question arose: why isn't this functionality available for other media formats? With ffmpeg's capabilities, it is possible but often underutilized. dano bridges this gap by making ffmpeg's functionalities more accessible.
For lossless files, dano confirms that a file decodes to the exact bitstream originally encoded. For all files, checksums remain stable against changes such as metadata alterations, file name changes, or moving bitstreams between different media containers.