> 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 ...