[MEncoder-users] making movies from jpg's

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Jan 19 19:07:55 CET 2014


On Sun, Jan 19, 2014 at 06:25:11PM +0100, Django [BOfH] wrote:
> Hello,
> 
> I've got two weatherwebcams (http://webcam.nausch.org). From 4:00 am
> to 10:59 pm the cam makes every minute a picture. at the end of a day
> so I've 1140 pictures. If the light outside is to dark, the cam's
> produce grayscale pictures, at "normal light" the cam's produce color
> picture.
> 
> If I try to make my movie with:
> 
> /usr/bin/mencoder mf://*.jpg -mf w=1920:h=1080:fps=25:type=jpg \
>                   -ovc lavc -lavcopts vcodec=mjpeg -oac copy \
>                   -force-avi-aspect 1.78:1 -o output.avi
> 
> mencoder is crashing with a segmentation fault. :(
> 
> MEncoder SVN-r31628-4.4.6 (C) 2000-2010 MPlayer Team

This looks over 3 years old, which may or may not be the cause
Also, you could try using -ovc copy, if you already have JPEG
there's no need to convert to JPEG once more.
There's a chance that it then crashes when you try to play the
file, but since MPlayer is better maintained than mencoder that
might still count as progress...


More information about the MEncoder-users mailing list