From 3b7ce0e79fc099e33780e558a0a9926f04ef6c3f Mon Sep 17 00:00:00 2001 From: Ashley Blewer Date: Tue, 17 Apr 2018 09:52:13 -0400 Subject: [PATCH] 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.
-
- -
- -