Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sammoore/black-powder
- Owner: sammoore
- Created: 2015-04-07T20:36:40.000Z (almost 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-09-23T08:25:39.000Z (over 9 years ago)
- Last Synced: 2024-11-08T03:52:14.602Z (2 months ago)
- Language: HTML
- Homepage: https://samtheprogram.github.io/black-powder/
- Size: 177 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```