Advertisement
Guest User

4chan ffmpeg-webm conversions guide

a guest
Apr 4th, 2014
1,374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. >general conversion
  2. ffmpeg -i [input video] -ss [start time] -t [length] -codec:v vp8 -an [output video].webm
  3.  
  4. >gif conversion
  5. ffmpeg -i your_weeaboo_gif.gif -codec:v vp8 -an [output video].webm
  6.  
  7. >youtube to webm (requires youtube-dl)
  8. youtube-dl https://www.youtube.com/watch/?v/=[whatever] -o - | ffmpeg -i - -ss [start time] -t [length] -codec:v vp8 -an [output video].webm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement