diff --git a/index.html b/index.html index ed2ee89..cbcc420 100644 --- a/index.html +++ b/index.html @@ -965,7 +965,7 @@ file './second_file.ext' . . . file './last_file.ext' -In the above, file is simply the word "file".
+In the above, file is simply the word "file". Straight apostrophes ('like this') rather than curved quotation marks (‘like this’) must be used to enclose the file paths.
Note: If specifying absolute file paths in the .txt file, add -safe 0 before the input file.
e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file
-c copy
use stream copy mode to re-mux instead of re-encode