From 0294761f770b03d56a39ff62ded640e190087b07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorena=20A=20Ram=C3=ADrez-L=C3=B3pez?= Date: Sun, 31 May 2020 11:58:17 -0400 Subject: [PATCH] Another update to the instructions So many times firsts and lasts. I think I got all of them. --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 78d04a2..f97d338 100644 --- a/index.html +++ b/index.html @@ -738,8 +738,8 @@
ffmpeg
starts the command
-i input_file
path, name and extension of the input file
-
-filter:v "fade=in:st=IN_POINT:d=DURATION, fade=out:st=OUT_POINT:d=DURATION"
applies a video filter that fades in the first and last second of the video. st sets the start and d sets the duration.
-
-filter:a "afade=in:st=IN_POINT:d=DURATION, afade=out:st=OUT_POINT:d=DURATION"
applies an audio filter that fades in the first and last second of the video. st sets the start and d sets the duration.
+
-filter:v "fade=in:st=IN_POINT:d=DURATION, fade=out:st=OUT_POINT:d=DURATION"
applies a video filter that fades your video in and out. st sets the start and d sets the duration.
+
-filter:a "afade=in:st=IN_POINT:d=DURATION, afade=out:st=OUT_POINT:d=DURATION"
applies an audio filter that fades your video in and out. st sets the start and d sets the duration.
-c:v video_codec
as a video filter is used, it is not possible to use -c copy. The video must be re-encoded with whatever video codec is chosen, e.g. ffv1, v210 or prores.
-c:a audio_codec
as an audio filter is used, it is not possible to use -c copy. The audio must be re-encoded with whatever audio codec is chosen, e.g. aac.
output_file
path, name and extension of the output_file