From 3b7ce0e79fc099e33780e558a0a9926f04ef6c3f Mon Sep 17 00:00:00 2001 From: Ashley Blewer Date: Tue, 17 Apr 2018 09:52:13 -0400 Subject: [PATCH 1/5] moves Check FFV1 alphabetically for section --- index.html | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/index.html b/index.html index 016ee4c..9277c95 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,6 @@ ffmprovisr - @@ -1711,6 +1710,25 @@ + + + +
+

Check FFV1 Version 3 fixity

+

ffmpeg -report -i input_file -f null -

+

This decodes your video and displays any CRC checksum mismatches. These errors will display in your terminal like this: [ffv1 @ 0x1b04660] CRC mismatch 350FBD8A!at 0.272000 seconds

+

Frame CRCs are enabled by default in FFV1 Version 3.

+
+
ffmpeg
starts the command
+
-report
Dump full command line and console output to a file named ffmpeg-YYYYMMDD-HHMMSS.log in the current directory. It also implies -loglevel verbose.
+
-i input_file
path, name and extension of the input file
+
-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.
+
+ +
+ + @@ -1829,25 +1847,6 @@ - - - -
-

Check FFV1 Version 3 fixity

-

ffmpeg -report -i input_file -f null -

-

This decodes your video and displays any CRC checksum mismatches. These errors will display in your terminal like this: [ffv1 @ 0x1b04660] CRC mismatch 350FBD8A!at 0.272000 seconds

-

Frame CRCs are enabled by default in FFV1 Version 3.

-
-
ffmpeg
starts the command
-
-report
Dump full command line and console output to a file named ffmpeg-YYYYMMDD-HHMMSS.log in the current directory. It also implies -loglevel verbose.
-
-i input_file
path, name and extension of the input file
-
-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 5bdd6f8d8ad4f152308aa58839feaffb7611dcf5 Mon Sep 17 00:00:00 2001 From: Ashley Blewer Date: Tue, 17 Apr 2018 09:56:22 -0400 Subject: [PATCH 2/5] adds check decoder errors recipe --- index.html | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 9277c95..ef62c12 100644 --- a/index.html +++ b/index.html @@ -1710,6 +1710,23 @@ + + + +
+

Check decoder errors

+

ffmpeg -i input_file -f null -

+

This decodes your video and prints any errors or found issues to the screen.

+
+
ffmpeg
starts the command
+
-i input_file
path, name and extension of the input file
+
-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.
+
+ +
+ + @@ -1728,7 +1745,7 @@ - + From fb6581a50ee3bf5d4cdcca26ec02914d5a641101 Mon Sep 17 00:00:00 2001 From: Ashley Blewer Date: Sun, 22 Apr 2018 12:46:18 -0400 Subject: [PATCH 3/5] adds back undecided font detail --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index ef62c12..6274cd5 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ ffmprovisr + From a67b7cc879e99dd47ceb2d9e36f8c587f3060cc1 Mon Sep 17 00:00:00 2001 From: Ashley Blewer Date: Sun, 22 Apr 2018 13:18:34 -0400 Subject: [PATCH 4/5] rm space --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6274cd5..d8c3ccb 100644 --- a/index.html +++ b/index.html @@ -1722,7 +1722,7 @@
ffmpeg
starts the command
-i input_file
path, name and extension of the input file
-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.
+
-
FFmpeg syntax requires a specified output, and - is just a place holder. No file is actually created.
From 32004553a64b7abf34d7c1d741ab9cd59a783f1a Mon Sep 17 00:00:00 2001 From: Ashley Blewer Date: Sun, 22 Apr 2018 13:25:34 -0400 Subject: [PATCH 5/5] space fix in ffv1 fixity recipe too --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d8c3ccb..ea63a61 100644 --- a/index.html +++ b/index.html @@ -1741,7 +1741,7 @@
-report
Dump full command line and console output to a file named ffmpeg-YYYYMMDD-HHMMSS.log in the current directory. It also implies -loglevel verbose.
-i input_file
path, name and extension of the input file
-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.
+
-
FFmpeg syntax requires a specified output, and - is just a place holder. No file is actually created.