PiSleepTalk icon indicating copy to clipboard operation
PiSleepTalk copied to clipboard

Maybe there is a easier way to generate the videos from the images using the "loop" command

Open blaues0cke opened this issue 9 years ago • 0 comments

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

blaues0cke avatar Feb 24 '16 20:02 blaues0cke