Simple script to generate Lo-Fi backgrounds from input videos
- OpenCV2 reads input video
- Extracts specified number of random clips of specified length from video
- Transform clip to optimize for GIF (resize & drop fps)
- Write GIF
- Refactor & Tidy script (most things are bodged together and/or hard-coded as of now)
- Implement Effects: lots of those lo-fi backgrounds have effects such as chromatic abberation & lens blur.
- Smarter clip selection: Sometimes the clip will be from the ending credits. Or sometimes the clip will have awkwardly timed cuts between scenes.