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 @@ - +