Skip to content

Instantly share code, notes, and snippets.

View Pallinder's full-sized avatar
😀
Working

David Pallinder Pallinder

😀
Working
View GitHub Profile
@Pallinder
Pallinder / html5video.sh
Created September 28, 2011 09:35 — forked from markupboy/html5video.sh
automated conversion of a file to all three html5 compatible video formats - h.264, ogg, and webm
#!/bin/sh
####################################
# Output file for HTML5 video #
# Requirements: #
# - handbrakecli #
# - ffmpeg #
# - ffmpeg2theora #
# #
# usage: #