From 1738d4fb67e53155ad3e445d8bf1dd469e759aba Mon Sep 17 00:00:00 2001 From: rfraimow Date: Wed, 18 Nov 2015 18:23:07 -0500 Subject: [PATCH] Update index.html --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index f0b6bee..b1c403d 100644 --- a/index.html +++ b/index.html @@ -172,9 +172,9 @@
  • -f: forces the input file format
  • concat: ffmpeg’s concatenate command
  • -i: tells ffmpeg to expect input files
  • -
  • mylist.txt: a text file indicating the list of files to be concatenated. Should be formatted as:
  • -
  • file [path to file 1]
  • -
  • file [path to file 2]
  • +
  • mylist.txt: a text file indicating the list of files to be concatenated. Should be formatted as: +
  • file [path to file 1]
  • +
  • file [path to file 2]
  • -c copy: specifies the encoder for the output file by telling the program to copy the codecs of the original files and use them for the output file
  • [output]: desired filename for the output file