From 16b4aa3e6fa8b6dfc933482febf259f94d66ac6f Mon Sep 17 00:00:00 2001 From: kfrn Date: Sat, 3 Dec 2016 15:50:03 +1300 Subject: [PATCH 1/2] Add clarification to join files command --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ed2ee89..a38d042 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’) should 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
From 336ae12c5f04626a6765f1adab15ec0902b60ffe Mon Sep 17 00:00:00 2001 From: Katherine Nagels Date: Sat, 3 Dec 2016 22:52:24 +1300 Subject: [PATCH 2/2] Amend wording --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a38d042..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". Straight apostrophes ('like this') rather than curved quotation marks (‘like this’) should be used to enclose the file paths.
+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