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