Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danp/video-bike-count
https://github.com/danp/video-bike-count
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/danp/video-bike-count
- Owner: danp
- Created: 2018-08-26T19:36:51.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T19:47:25.000Z (over 1 year ago)
- Last Synced: 2024-06-19T18:58:49.999Z (5 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# video-bike-count
1. capture a stable video of bike counts, such as with an iPhone propped up in a window
1. install opencv, such as with [homebrew](https://github.com/hybridgroup/gocv#installation-1)
1. run this with `-video-file -video-start-time 06:24:32`
1. find interesting frames in `out/`## TODO
* make target rect configurable
## Other fun
Generate a supercut video from the files in `out/` with:
```
cd out && ffmpeg -framerate 30 -pattern_type glob -i '*.jpg' -c:v libx264 -pix_fmt yuv420p ../recap.mp4
```