Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.