From 6a0a70d1d59c06912308526d9bfc8603a58f2b00 Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Thu, 27 Sep 2018 12:46:22 +0200 Subject: [PATCH] fix typo --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 362f6c9..05e42c7 100644 --- a/index.html +++ b/index.html @@ -733,7 +733,7 @@
ffmpeg
starts the command
-i input_file
path, name and extension of the input file
-
-c copy
Usings stream copy for all streams
+
-c copy
Using stream copy for all streams
-map 0
tells FFmpeg to map all streams of the input to the output.
-aspect DAR_NUM:DAR_DEN
Replace DAR_NUM with the display aspect ratio numerator and DAR_DEN with the display aspect ratio denominator, such as -aspect 4:3 or -aspect 16:9.
output_file
path, name and extension of the output file