From 8db0ef60b240622d0ace1184bb774decc4132a7a Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Sat, 5 Dec 2015 15:42:21 +0100 Subject: [PATCH] Didactically grouped... ... all video parameters together, and all sound parameters together. And a little typo as well. --- index.html | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/index.html b/index.html index be0fd31..ce86799 100644 --- a/index.html +++ b/index.html @@ -75,7 +75,7 @@ Change the above data-target field, the button text, and the below div class (th

The first command will use the palettegen filter to create a custom palette, then the second command will create the GIF with the paletteuse filter. The result is a high quality GIF.

ffmpeg
starts the command
-
-ss HH:MM:SS
starting point of the gif. If a plain numberical value is used it will be interpreted as seconds
+
-ss HH:MM:SS
starting point of the gif. If a plain numerical value is used it will be interpreted as seconds
-i input file
path, name and extension of the input file
-filter_complex "fps=frame rate,scale=width:height,palettegen"
a complex filtergraph using the fps filter to set frame rate, the scale filter to resize, and the palettegen filter to generate the palette. The scale value of -1 preserves the aspect ratio
-t 3
duration in seconds (here 3; can be specified also with a full timestamp, i.e. here 00:00:03)
@@ -134,20 +134,20 @@ Change the above data-target field, the button text, and the below div class (th - +
@@ -545,7 +545,7 @@ path_name_and_extension_to_the_last_file
ffmpeg
starts the command
-i input_file
path, name and extension of the input file
-filter:v "hflip,vflip"
flips the image horizontally and vertically
By using only one of the parameters hflip or vflip for filtering the image is flipped on that axis only. The quote marks are not mandatory.
-
output_file
path and name of the output file
+
output_file
path, name and extension of the output file