Generate a frame MD5 checksum manifest
The Bash script make_framemd5 generates a frame MD5 checksum manifest of an audiovisual file. The program is part of Bash AVpres, released under a 3-Clause BSD License and provided “as is” without warranty or support of any kind.
Documentation
A short help message is embedded into the script:
$ make_framemd5 -h
Usage:
make_framemd5 -i <input_path> [-o <output_file>]
make_framemd5 -h | -x
Options:
-i input file for stream-based content or input folder with single images
-o manifest file (default is '<input_path>_framemd5.txt')
-h this help
-x advanced options with their default arguments
Dependencies:
ffmpeg and ffprobe
See also:
man make_framemd5
https://avpres.net/Bash_AVpres/
About:
Abstract: Make a frame MD5 checksum manifest of an audio-visual file or
single-image files in a folder
Version: 2023-03-26
$
A detailed manual page is installed together with the script (man make_framemd5) and is available also as a PDF file on this website.
2023-03-26
|