From 83d3cd651051ee5f404e2531f92a73790b7de180 Mon Sep 17 00:00:00 2001 From: Ashley Blewer Date: Thu, 21 Jul 2016 16:58:59 -0400 Subject: [PATCH 1/3] adds idet filter for checking interlacement pattern status of video to preservation category --- index.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/index.html b/index.html index e91d25d..cf7c747 100644 --- a/index.html +++ b/index.html @@ -634,6 +634,29 @@ + + + + +
From c3e33a3405accb7c428c30b3956518b1f146288b Mon Sep 17 00:00:00 2001 From: Ashley Blewer Date: Thu, 21 Jul 2016 17:16:38 -0400 Subject: [PATCH 2/3] 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.
From 59523169239622ecc17cb26e01c685adc08f5b38 Mon Sep 17 00:00:00 2001 From: Ashley Blewer Date: Fri, 22 Jul 2016 03:15:39 -0400 Subject: [PATCH 3/3] uses verbose filter:v for new learners --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 3bc2756..9ed463d 100644 --- a/index.html +++ b/index.html @@ -641,12 +641,12 @@