diff --git a/index.html b/index.html index e6b9c94..b6e4f4c 100644 --- a/index.html +++ b/index.html @@ -1506,7 +1506,7 @@
-i input_file
path, name and extension of the input file
-filter:v 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.
+
-
The FFmpeg syntax requires a specified output, and - prints the output to the screen (STDOUT), rather than creating a file.
@@ -2022,7 +2022,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.
+
-
The FFmpeg syntax requires a specified output, and - prints the output to the screen (STDOUT), rather than creating a file.
@@ -2041,7 +2041,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.
+
-
The FFmpeg syntax requires a specified output, and - prints the output to the screen (STDOUT), rather than creating a file.
@@ -2128,7 +2128,7 @@
-i input_file
path, name and extension of the input file
-map 0:v:0
designated the first video stream as the stream on which to perform this hash generation operation. -map 0 can be used to run the operation on all streams.
-f hash -hash md5
produce a checksum hash, and set the hash algorithm to md5. See the official documentation on hash for other algorithms.
-
-
FFmpeg syntax requires a specified output, and - is just a place holder. No file is actually created.
+
-
The FFmpeg syntax requires a specified output, and - prints the output to the screen (STDOUT), rather than creating a file.
@@ -2148,7 +2148,7 @@
-i input_file
path, name and extension of the input file
-map 0
map ALL streams from input file to output. If you omit this, ffmpeg chooses only the first "best" (*) stream: 1 for audio, 1 for video (not all streams).
-f streamhash -hash md5
produce a checksum hash per-stream, and set the hash algorithm to md5. See the official documentation on streamhash for other algorithms and more details.
-
-
FFmpeg syntax requires a specified output, and - is just a place holder. No file is actually created. Choose an output filename to write the hashcode lines into a textfile.
+
-
The FFmpeg syntax requires a specified output, and - prints the output to the screen (STDOUT), rather than creating a file. Choose an output filename to write the hashcode lines into a textfile.
-v quiet
(Optional) Disables FFmpeg's processing output. With this option it's easier to see the text output of the hashes.

The output looks like this, for example (1 video, 2 audio streams):