█████╗ ██████╗ █████╗ ███╗ ██╗ ██╗ █████╗ ██████╗ ██████╗ ███╗ ███╗
██╔══██╗██╔══██╗██╔══██╗████╗ ██║ ██║██╔══██╗ ██╔════╝██╔═══██╗████╗ ████║
███████║██████╔╝███████║██╔██╗ ██║ ██║███████║ ██║ ██║ ██║██╔████╔██║
██╔══██║██╔══██╗██╔══██║██║╚██╗██║██ ██║██╔══██║ ██║ ██║ ██║██║╚██╔╝██║
██║ ██║██║ ██║██║ ██║██║ ╚████║╚█████╔╝██║ ██║██╗╚██████╗╚██████╔╝██║ ╚═╝ ██║
╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝ ╚════╝ ╚═╝ ╚═╝╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝
Built with tux
$ yarn
$ yarn start
We serve videos as webm with mp4 as fallback.
Installing ffmpeg via homebrew:
$ brew install ffmpeg --with-fdk-aac --with-ffplay --with-freetype --with-libass --with-libquvi --with-libvorbis --with-libvpx --with-opus --with-x265
and to convert a video
$ ffmpeg -i puppies.mov -acodec libvorbis -aq 5 -ac 2 -qmax 25 -threads 2 puppies.webm