diff --git a/index.html b/index.html index ac0f628..8b6e52c 100644 --- a/index.html +++ b/index.html @@ -1098,10 +1098,12 @@
file './first_file.ext' +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.+ file './first_file.ext' file './second_file.ext' . . . - file './last_file.ext'+ file './last_file.ext' +
-safe 0
before the input file.ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file