Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mconf/mconf-animated-logos
Animated :m: logos
https://github.com/mconf/mconf-animated-logos
Last synced: 20 days ago
JSON representation
Animated :m: logos
- Host: GitHub
- URL: https://github.com/mconf/mconf-animated-logos
- Owner: mconf
- Created: 2015-10-15T17:59:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-13T18:04:28.000Z (almost 9 years ago)
- Last Synced: 2024-04-12T16:08:46.189Z (9 months ago)
- Language: JavaScript
- Size: 63.5 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Animated Mconf logos
Animated :m: logos.
### To generate the videoconf-logo video
1. Open index.html using Chrome (preferably) and maximize the window
2. Adjust timings, animations, etc.
3. Capture the screen (e.g. using VLC)
4. Crop and cut the video### Useful commands
```bash
# crop window
avconv -i out.mp4 -filter:v "crop=640:480:260:216" out-cropped.mp4# cut interval
avconv -i out-cropped.mp4 -ss 00:00:02 -t 00:00:04 -async 1 out-cut.mp4# generate the gif (requires ffmpeg)
./generategif.sh out-cut.mp4 out-cut.gif
```