91.10 Video from Photos
20210614
Use mencoder-686. Convert all images to the same size first. (What’s the best size? Should I crop or rescale?)
$ for i in *.jpg; do convert -resize 800x600! $i $i; done
$ mencoder \*.jpg -mf on:fps=0.25 -o output.avi -ovc lavc
$ mplayer output.avi
You could then transcode to SVCD and burn to CD to create a movie on the CD. Below we end up with 1 frame per second (TODO slow it down).
Your donation will support ongoing availability and give you access to the PDF version of this book. Desktop Survival Guides include Data Science, GNU/Linux, and MLHub. Books available on Amazon include Data Mining with Rattle and Essentials of Data Science. Popular open source software includes rattle, wajig, and mlhub. Hosted by Togaware, a pioneer of free and open source software since 1984. Copyright © 1995-2022 Graham.Williams@togaware.com Creative Commons Attribution-ShareAlike 4.0