> I would like the endpos ability in both mencoder as it is and extend > it to mplayer. As a temporary work around, in Linux you could make a small script along the lines of: #!/bin/bash mplayer <file> & wait <# of seconds you want the file to play> pkill mplayer Dylan