diff --git a/index.html b/index.html index e2756f2..57e92d5 100644 --- a/index.html +++ b/index.html @@ -1149,12 +1149,12 @@ foreach ($file in $inputfiles) { - -
ffmpeg -i input_file -f framemd5 -an output_file
This will create an MD5 checksum per video frame.
ffmpeg -i input_file -filter_complex "asetnsamples=n=48000" -f framemd5 -vn output_file
This will create an MD5 checksum for each group of 48000 audio samples.
The number of samples per group can be set arbitrarily, but it's good practice to match the samplerate of the media file (so you will get one checksum per second).
+ Examples for other samplerates:
+
You may verify an MD5 checksum file created this way by using a Bash script.
+ +