Skip to content

Instantly share code, notes, and snippets.

@underr
underr / webm.bash
Last active August 29, 2015 14:02 — forked from interjection/webm.bash
remove no audio limitation
#!/bin/bash
# webm.bash
# Requires: ffmpeg, mplayer, gawk, bc
set -o errexit
shopt -s nocaseglob
shopt -s nocasematch
# Default temporary font dir, rescursively deleted at the end
FONTDIR="$HOME/.fonts/tmp/"