Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sammoore/black-powder

Website for creative agency Black Powder Works
https://github.com/sammoore/black-powder

Last synced: 8 days ago
JSON representation

Website for creative agency Black Powder Works

Awesome Lists containing this project

README

        

# Black Powder Works

## Splash Video Conversion

Video conversion from the splash asset provided to the supported `` 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```