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] 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.