From c3e33a3405accb7c428c30b3956518b1f146288b Mon Sep 17 00:00:00 2001 From: Ashley Blewer Date: Thu, 21 Jul 2016 17:16:38 -0400 Subject: [PATCH] links to idet filters and paper expanding subject --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.