Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zackees/net_image_2_movie
Uses python to fetch an image and then shell utility to create an mp4 via ffmeg
https://github.com/zackees/net_image_2_movie
Last synced: 3 months ago
JSON representation
Uses python to fetch an image and then shell utility to create an mp4 via ffmeg
- Host: GitHub
- URL: https://github.com/zackees/net_image_2_movie
- Owner: zackees
- Created: 2021-02-18T00:40:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T23:27:13.000Z (over 1 year ago)
- Last Synced: 2024-05-29T06:11:56.011Z (6 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brief
fetch_png.py: Repeatedly fetches an image (png) every X seconds.
make_movie.py: Stitches those png files together into a movie.# Example:
* `python3 fetch_png.py --url http://www.ercot.com/content/cdr/main/currentDayForecastSystemLoad.png --sample 10`
* `python3 make_movie.py`
* Movie will be produced under `out/out.mp4`# TODO:
* Add support for other file formats besides png.