diff --git a/index.html b/index.html
index c8ff874..a50a1d4 100644
--- a/index.html
+++ b/index.html
@@ -1961,7 +1961,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file-filter_complexenables using more than one input file to the filter
signature=detectmode=fullApplies the signature filter to the inputs in 'full' mode. The other option is 'fast'.
nb_inputs=2tells the filter to expect two input files
- -f null -Sets the output of FFmpeg to a null stream (since we are not creating a transcoded file, just viewing metadata).
+ -f null -Sets the output of ffmpeg to a null stream (since we are not creating a transcoded file, just viewing metadata).
@@ -1982,8 +1982,8 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_fileffmpeg -i inputstarts the command using your input file
-vf signature=format=xmlapplies the signature filter to the input file and sets the output format for the fingerprint to xml
filename="output.xml"sets the output for the signature filter
- -antells FFmpeg to ignore the audio stream of the input file
- -f null -Sets the FFmpeg output to a null stream (since we are only interested in the output generated by the filter).
+ -antells ffmpeg to ignore the audio stream of the input file
+ -f null -Sets the ffmpeg output to a null stream (since we are only interested in the output generated by the filter).