Generate a video file of a clock.
ffmpeg
Pillow
fork of thePIL
Python image library (pip install Pillow
)
To generate a 60 second video at 24 frames per second:
python make_clock_video.py -d 60 -f 24 --outfile clock_60s.mp4
The font included DroidSansMono.ttf
is under Apache 2 license.