Sorry! Thanks, Reimar. I did indeed use -nosound on all but one player, just forgot that in the example script: #!/bin/bash mplayer video.avi -noconsolecontrols -nosound & mplayer video.avi killall mplayer