Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 477 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 477 Bytes

ffmpeg-helper-scripts

A collection of helper scripts for producing video for the web.

vid-resize-crop

Resize a video to fit a desired size.

vid-resize-crop input.mp4 output.mp4 target_width target_height

vid-crop-blackbars

Remove any letter boxing from a video.

vid-crop-blackbars input.mp4 output.mp4

vid-to-html5

Convert a video to HTML5 supported webm and mp4. Based on https://gist.github.com/yellowled/1439610

vid-to-html5 input.mp4 output.mp4