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'