User Tools

Site Tools


Twitter my Tweets    my YouTube

my Thingiverse    my GitHub    my Hackaday.io

Translations of this page:

Sidebar

I think it, i tinker it, i make it :-)



—-

Recent updates:


en:sysadmin:videoediting:start

Video editing and tools

Mencoder

Using mencoder to join single images into a movie, in this example multiple still images (jpeg) are joined in a single .avi video

mencoder "mf://*.jpg" -o movie.avi -fps 5 -ovc lavc -x264encopts subq=6:frameref=6:bitrate:75:meumh:bframes=1:cabac:deblock -vf scale=640:480

mkv

mencoder mf://*.jpg -mf fps=25:type=jpg -ovc x264 -x264encopts bitrate=1200:threads=2 -o outputfile.mkv

Resources

en/sysadmin/videoediting/start.txt · Last modified: 2017/12/22 00:29 by alessio.cavalieri