PiSleepTalk
PiSleepTalk copied to clipboard
Maybe there is a easier way to generate the videos from the images using the "loop" command
See https://ffmpeg.org/pipermail/ffmpeg-user/2011-July/001717.html
For example, I am doing this to generate the video:
ffmpeg -loop 1 -vframes 30 -r 29.97 -i title.png -qscale 5 title.mpeg
- Brian