From 37cdd226fc78d9a99ef22f7f823b304854106720 Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Fri, 1 Jul 2016 16:37:38 +0200 Subject: [PATCH] HTML5 housekeeping --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 242f68a..c56f479 100644 --- a/index.html +++ b/index.html @@ -34,8 +34,8 @@
-

What do you want to do?

-
Select from the following.
+

What do you want to do?

+
Select from the following.

Change formats

@@ -754,7 +754,7 @@
ffmpeg
starts the command
-f concat
forces ffmpeg to concatenate the files and to keep the same file format
-
-i mylist.txt
path, name and extension of the input file. Per the ffmpeg documentation, it is preferable to specify relative rather than absolute file paths, as allowing absolute file paths may pose a security risk.
+
-i mylist.txt
path, name and extension of the input file. Per the ffmpeg documentation, it is preferable to specify relative rather than absolute file paths, as allowing absolute file paths may pose a security risk.
This text file contains the list of files to be concatenated and should be formatted as follows:
file './first_file.ext'
 file './second_file.ext'