[Mplayer-users] Re: wilcards support? mplayer *.mp*g
Anssi Saari
as at sci.fi
Sun Apr 8 10:09:05 CEST 2001
On Sun, Apr 08, 2001 at 07:45:19AM +0900, Maximo Ramos wrote:
> Yap :)
>
> but difficult to achieve if you are in full screen (-fs)
You'll have to exit mplayer first and then be quick with ^C. Otherwise,
maybe you can run something like this:
for i in `ls *mpg`;do mplayer -vo xv -fs -pp 4 $i;read;done
You'll have to press enter after each video to get the next one or ^C to
quit.
Come to think of it, it would be nice to have a sort of bookmark
functionality so that you could continue a clip from where you quit. Or
even a "jump to time hh:mm".
_______________________________________________
Mplayer-users mailing list
Mplayer-users at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-users
More information about the MPlayer-users
mailing list