[MEncoder-users] coredumping with latest svn build
Dieter
freebsd at sopwith.solgatos.com
Wed Jun 7 16:46:48 CEST 2006
> > > Using
> > > mencoder mf://*.jpg -mf w=3D320:h=3D240:fps=3D25:type=3Djpg -ovc lavc -=
> lavcopts
> > > vcodec=3Dmpeg4 -oac copy -o output.avi
> > >
> > > from the docs
> > > file:///usr/local/share/doc/mplayer/menc-feat-enc-images.html
> > >
> > > gives
> > >
> > > mencoder: No match.
> >
> > IIRC, "No match" is a csh message. =A0Your script uses /bin/sh.
> > You probably have different PATHs.
>
> The files are in the current directory unless mplayer is looking elsewhere.=
> I=20
> went back to MPlayer 1.0pre7try2-3.4.2 (from FreeBSD ports tree) and it's=20
> working just fine again using the same command line.
I think I've figured it out. It is (probably) a difference in how sh and csh
treat the '*' wildcard if it doesn't match any files.
Assuming you don't have a directory called mf: that contains a .jpg
file, then sh and csh would act differently.
$ echo mf://*.jpg
mf://*.jpg
$ csh
% echo mf://*.jpg
echo: No match.
%
I *knew* it was csh's fault! :-)
More information about the MEncoder-users
mailing list