Skip to content

Instantly share code, notes, and snippets.

@bds
Last active December 30, 2015 15:49
Show Gist options
  • Save bds/7850501 to your computer and use it in GitHub Desktop.
Save bds/7850501 to your computer and use it in GitHub Desktop.
ffmpeg .mp4 to .webm
#! /usr/bin/env sh
ffmpeg -i animation.mp4 animation.webm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment