23 Jul 2012 15:04
[PATCH 1/2] faq: disambiguate "join".
Nicolas George <nicolas.george <at> normalesup.org>
2012-07-23 13:04:57 GMT
2012-07-23 13:04:57 GMT
Signed-off-by: Nicolas George <nicolas.george <at> normalesup.org>
---
doc/faq.texi | 45 ++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 42 insertions(+), 3 deletions(-)
diff --git a/doc/faq.texi b/doc/faq.texi
index d10faa1..93ba105 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
<at> <at> -213,8 +213,46 <at> <at> For ANY other help on Avisynth, please visit the
<at> section How can I join video files?
-A few multimedia containers (MPEG-1, MPEG-2 PS, DV) allow to join video files by
-merely concatenating them.
+To "join" video files is quite ambiguous. Using accurate words will make
+finding resources easier. To join video files may mean:
+
+ <at> itemize
+
+ <at> item
+To put them one after the other: this is called to <at> emph{concatenate} them
+(in short: concat) and is addressed
+ <at> ref{How can I concatenate video files, in this very faq}.
+
+ <at> item
+To put them together in the same file, to let the user choose between the
+different versions (example: different audio languages): this is called to
+ <at> emph{multiplex} them together (in short: mux), and is done by simply using
(Continue reading)
RSS Feed