Video to gif for 1 frame per second
Budget: $10 – $30 USD
Write a python script which does the following:
Given a video file in MP4 format, get one frame every second. Join the frames together into a gif
Usage:
python script.py /path/to/video.mp4 /path/to/output-dir
Output file saved as same name as input but as .gif e.g. video.mp4 becomes video.gif
Given a video file in MP4 format, get one frame every second. Join the frames together into a gif
Usage:
python script.py /path/to/video.mp4 /path/to/output-dir
Output file saved as same name as input but as .gif e.g. video.mp4 becomes video.gif