sammoore / black-powder

Website for creative agency Black Powder Works

Home Page:https://samtheprogram.github.io/black-powder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Black Powder Works

Splash Video Conversion

Video conversion from the splash asset provided to the supported <video> formats was performed via ffmpeg.

To convert to the *.webm format, use:

ffmpeg -i splash.mpeg -an -acodec libvorbis -aq 5 -qmax 25 -threads 4 splash.webm

To convert to the *.mp4 format, use:

ffmpeg -i splash.mpeg -an -vcodec libx264 -crf 28 -threads 4 splash.mp4

About

Website for creative agency Black Powder Works

https://samtheprogram.github.io/black-powder/


Languages

Language:HTML 74.1%Language:CSS 21.2%Language:JavaScript 3.9%Language:PHP 0.8%