From da9ccd3396c8967b73a0e33cf89932c618db6730 Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Thu, 26 Nov 2015 21:21:04 +0100 Subject: [PATCH] please check "Create GIF" --- index.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index b108dd5..0d16263 100644 --- a/index.html +++ b/index.html @@ -82,13 +82,15 @@ Change the above data-target field, the button text, and the below div class (th

Part 1: Create 3 second clip from an existing source file (no audio necessary)

- ffmpeg -ss HH:MM:SS -i input.mov -c:v copy -c:a copy -t 3 output.mov + ffmpeg -ss HH:MM:SS -i input -c:v copy -c:a copy -t 3 output

Part 2: Make the gif

@@ -131,7 +133,7 @@ Change the above data-target field, the button text, and the below div class (th
  • -i for input
  • [inputfile.wav] : file you would like to convert to mp3
  • -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 kH (CD quality).
  • +
  • -ar 44100: Sets the audio sampling frequency to 44.1 kHz (CD quality).
  • [outputfile.mp3] : outputname and format