Hi Jonas Jermann CVS, on Thu, 6 Jun 2002 22:52:26 +0200 you wrote: > -mencoder \*.jpg -mf on:fps=25 -o output.avi > +mencoder *.jpg -mf on:fps=25 -o output.avi This is wrong. You need the \ otherwise the shell will expend the * and you don't want that. Albeu