diff --git a/index.html b/index.html
index cf7c747..3bc2756 100644
--- a/index.html
+++ b/index.html
@@ -646,7 +646,7 @@
- ffmpeg
- starts the command
- -i input_file
- path, name and extension of the input file
- - -vf idet
- This calls the idet (detect video interlacing type) filter.
+ - -vf idet
- This calls the idet (detect video interlacing type) filter.
- -f null
- Video is decoded with the
null
muxer. This allows video decoding without creating an output file.
- -
- FFmpeg syntax requires a specified output, and
-
is just a place holder. No file is actually created.