From 0158a85a4b5c0dd46c4d0850a76c0c97eac90d24 Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Sat, 20 May 2017 10:53:30 +0200 Subject: [PATCH] HTML5 tweaks --- index.html | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) 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:

-