From b1b40658f0a59501965478fcf11306d7cc318ff5 Mon Sep 17 00:00:00 2001 From: Kieran O'Leary Date: Tue, 30 Aug 2016 13:22:26 +0100 Subject: [PATCH] view format info - add example list via @retokromer --- index.html | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 006006a..5bbfac0 100644 --- a/index.html +++ b/index.html @@ -1149,12 +1149,16 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file
ffmpeg
starts the command
-h
Call the help option
-
type=name
Tells ffmpeg which kind of option you want, for example: -
encoder=libx264
-
decoder=mp3
-
muxer=matroska
-
demuxer=mov
-
filter=crop
+
type=name
+
Tells ffmpeg which kind of option you want, for example: +
    +
  • encoder=libx264
  • +
  • decoder=mp3
  • +
  • muxer=matroska
  • +
  • demuxer=mov
  • +
  • filter=crop
  • +
+