From 97ce2a69280ebe4bec321e411d85401734098474 Mon Sep 17 00:00:00 2001 From: Lou Logan Date: Fri, 4 Dec 2015 17:02:18 -0900 Subject: [PATCH] index: various edits Create GIF: Add examples using the palettegen and paletteuse filters. WAV to MP3: Mention what happens if "-ar" is omitted. Batch Processing: Add "-map 0" to map all streams (from input 0) instead of relying on stream selection defaults. Split audio and video tracks: Use stream specifiers instead of indexes. More efficient and less prone to errors. Transcode to H.264: Default is not 4:2:2, but depends on input. NTSC to H.264: Do all filtering in one filtergraph for better control. Use format instead of "-pix_fmt" when filtering. Various: Replace "-c:v copy -c:a copy" with "-c copy" and other minor edits. Remove superfluous "-f image2" instances. Signed-off-by: Lou Logan --- index.html | 81 +++++++++++++++++++++++------------------------------- 1 file changed, 35 insertions(+), 46 deletions(-) diff --git a/index.html b/index.html index 45a0829..273477d 100644 --- a/index.html +++ b/index.html @@ -69,24 +69,22 @@ Change the above data-target field, the button text, and the below div class (th @@ -106,7 +104,7 @@ Change the above data-target field, the button text, and the below div class (th
ffmpeg
starts the command
-i input file
path, name and extension of the input file
-sample_fmt s16p
sample format. This will give you 16 bit audio (To see a list of supported sample formats, type: ffmpeg -sample_fmts)
-
-ar 44100
Sets the audio sampling frequency to 44.1 kHz (CD quality).
+
-ar 44100
Sets the audio sampling frequency to 44.1 kHz (CD quality). This can be omitted to use the same sampling frequency as the input
output file
path, name and extension of the output file
@@ -122,11 +120,11 @@ Change the above data-target field, the button text, and the below div class (th