86.20 Photos to Video

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

Then transcode to SVCD and burn to CD. So far I do the following. But this gives 1 frame per second. Can’t seem to slow it down?

  $ transcode -a 0 -i output.avi -f 1 -y mpeg2enc,mp2enc -o output
  $ mplayer output.m1v
  $ mplex -f 4 -V -o output.mpg output.m1v
  $ mplayer output.mpg
  $ vcdimager --type=svcd output.mpg
  $ cdrdao write videocd.cue


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