From 4c8f63b05fd7630bdd71e17e3d7cc87278163047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D7=A8=D7=98=D7=95=5C=D7=A8=D7=A2=D7=98=D7=90=D6=B8=5C?= =?UTF-8?q?=D7=A8=D6=B5=D7=99=D7=98=D7=95=D6=B9=20=E2=80=A2=20Reto?= Date: Wed, 2 Apr 2025 19:50:52 +0200 Subject: [PATCH 1/2] Specify dash in command --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e6b9c94..8a9bb02 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.
From bb4cc16b8e39fbdc571f67ce52da11ddf8f329bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D7=A8=D7=98=D7=95=5C=D7=A8=D7=A2=D7=98=D7=90=D6=B8=5C?= =?UTF-8?q?=D7=A8=D6=B5=D7=99=D7=98=D7=95=D6=B9=20=E2=80=A2=20Reto?= Date: Fri, 4 Apr 2025 15:20:24 +0200 Subject: [PATCH 2/2] modify also the other occurrences --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 8a9bb02..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.
-
-
The FFmpeg syntax requires a specified output, and - prints the output to the screen (stdout), rather than creating a file.
+
-
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):