diff --git a/index.html b/index.html index 6a4ec25..096d664 100644 --- a/index.html +++ b/index.html @@ -1315,7 +1315,8 @@

Create MD5 checksums (video frames)

Create MD5 checksums (audio samples)

ffmpeg -i input_file -af "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).

+

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:

-