A collection of helper scripts for producing video for the web.
Resize a video to fit a desired size.
vid-resize-crop input.mp4 output.mp4 target_width target_height
Remove any letter boxing from a video.
vid-crop-blackbars input.mp4 output.mp4
Convert a video to HTML5 supported webm and mp4. Based on https://gist.github.com/yellowled/1439610
vid-to-html5 input.mp4 output.mp4