I'm trying to do some timelapse and I folowing this tutorial and I can't install mencoder and screen.
I did research and found this:
viewtopic.php?f=66&t=123442
but now I don't know how to proceed and what to do.
Pls help
Code: Select all
sudo apt-get install screenCode: Select all
sudo apt-get install mpvCode: Select all
mencoder -nosound -ovc lavc -lavcopts vcodec=mpeg4:aspect=16/9:vbitrate=8000000 -vf scale=1920:1080 -o timelapse.avi -mf type=jpeg:fps=24 mf://@stills.txt
Code: Select all
avconv -f image2 -pattern_type glob -i "*.tif" -r 24 outputvideo.mkvCode: Select all
sudo apt-get install libav-tools