Skip to content

Instantly share code, notes, and snippets.

@19000
19000 / webm.md
Created October 15, 2016 20:11 — forked from ndarville/webm.md
4chan’s guide to converting GIF to WebM - https://boards.4chan.org/g/res/41212767

Grab ffmpeg from https://www.ffmpeg.org/download.html

It's a command line tool which means you will have to type things with your keyboard instead of clicking on buttons.

The most trivial operation would be converting gifs:

ffmpeg -i your_gif.gif -c:v libvpx -crf 12 -b:v 500K output.webm
  • -crf values can go from 4 to 63. Lower values mean better quality.
  • -b:v is the maximum allowed bitrate. Higher means better quality.
@19000
19000 / file1.txt
Created October 22, 2015 04:44
the description for this gist
\x30\x44String file contents
@19000
19000 / file1.txt
Created October 22, 2015 04:39
the description for this gist
String file contents