diff --git a/index.html b/index.html index e6b9c94..8a9bb02 100644 --- a/index.html +++ b/index.html @@ -1506,7 +1506,7 @@
-i input_file
path, name and extension of the input file
-filter:v 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.
+
-
The FFmpeg syntax requires a specified output, and - prints the output to the screen (stdout), rather than creating a file.