brew install ffmpeg $(brew options ffmpeg | grep -vE '\s' | grep -- '--with-' | tr '\n' ' ')
Cut video from 00:00:43 sec to 00:00:58 sec (15 sec duration).
Resize it to 720p.
Max quality options, but small size.
With audio:
/* | |
Author: Josh McDonald | |
Twitter: @onestepcreative | |
Website: joshmcdonald.net | |
A simple helper to log color coded messages to the | |
javascript console, using a shorter syntax to console.log | |
You can leave your dev.log() statements scattered throughout |