[MPlayer-users] script control of playback
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Sun Oct 29 19:25:08 CET 2006
Hello,
On Thu, Oct 26, 2006 at 08:41:24PM -0400, Morris Beverly wrote:
> input.conf file: F5 run echo "pause". I've also tried to run shell
This will of course write the command only to stdin, commands are read
from stdin though (or some other file if you specified so), so you must
of course do
echo "pause" > /dev/stdin
Greetings,
Reimar Döffinger
More information about the MPlayer-users
mailing list