[MPlayer-users] Makeing a video from one image

Marco Munderloh munderl at tnt.uni-hannover.de
Mon Aug 17 12:25:19 CEST 2009


>  Is there any neat trick, which may not need extensive harddisk space
>  while creating the video?

Very simple but fast solution would be to create several links on the
file and than use the mutifile input:

for((a=1;a<100;a++)); do ln -v INPUTFILE $(printf "%08d.jpg" $a);done

mencoder mf://*.jpg ...


More information about the MPlayer-users mailing list