Create video from stills
From: http://www.cenolan.com/2009/05/simple-time-lapse-video-in-linux/
aptitude install timelapse
add to sources.lst: deb http://www.debian-multimedia.org lenny main
aptitude update
aptitude install debian-multimedia-keyring
aptitude update
aptitude install mencoder
create the file file.txt with ls *jpg > files.txt
mencoder -nosound -ovc lavc -lavcopts vcodec=mpeg4 -o test.avi -mf type=jpeg:fps=20 mf://@files.txt
Send mail to the Webmaster
 |
This site best viewed with a browser |
| Warning: This is a Debian centric site |
| Many thanks to Debra and Ian Murdock for making Debian possible |
| First created Apr 22, 2008 ~ Last revised August 24, 2009 |