I use a collection of commands in a dotfiles [1] repo I share around a few machines.
This [2] command, compresses any video into a small web-playable file with relatively high quality so you can quickly share HD footage.
ffcompress INPUT.mp4 # creates INPUT.compressed.mp4
[2] https://github.com/benwinding/dotfiles/blob/master/bin/ffcom...
I use a collection of commands in a dotfiles [1] repo I share around a few machines.
This [2] command, compresses any video into a small web-playable file with relatively high quality so you can quickly share HD footage.
[1] https://github.com/benwinding/dotfiles[2] https://github.com/benwinding/dotfiles/blob/master/bin/ffcom...