Skip to content

Instantly share code, notes, and snippets.

View semiaddict's full-sized avatar

Oussama Mubarak semiaddict

View GitHub Profile
@semiaddict
semiaddict / html5video.bat
Created February 16, 2012 23:33 — forked from markupboy/html5video.sh
automated conversion of a file to all three html5 compatible video formats - h.264, ogg, and webm
####################################
# Output file for HTML5 video #
# Requirements: #
# - handbrakecli #
# - ffmpeg #
# - ffmpeg2theora #
# #
# usage: #
# .\html5video.bat infile.mp4 #
# #