Advertisement
Guest User

Untitled

a guest
Apr 4th, 2014
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. 1. download http://ffmpeg.zeranoe.com/builds/ (Static file, your bit)
  2. 2. go into the ffmpeg file folder (wherever you downloaded it) and load ff-prompt
  3. 3. right click and paste the following into the command window
  4. ffmpeg -i [YOUR GIF NAME].gif -c:v libvpx -crf 32 -b:v [BITRATE] -an [OUTPUT FILE].webm
  5.  
  6. [YOUR GIF NAME] -> Gif location on your computer, best to put it at C:\. Example -> C:\GIF
  7. [BITRATE] -> Bitrate of the recording, I keep at at 300k. Example -> 300k
  8. [OUTPUT FILE] -> What the file will be saved as, saved to (Download Location)\bin. Example -> WebmGif
  9.  
  10. Example -> ffmpeg -i c:\GIF.gif -c:v libvpx -crf 32 -b:v 300k -an webmgif.webm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement