[MPlayer-users] Mplayer Stream to *.wav

Joey Parrish joey.parrish at gmail.com
Fri May 4 22:33:39 CEST 2007


On 5/4/07, Dominik Mierzejewski <dominik at rangers.eu.org> wrote:
> On Friday, 04 May 2007 at 13:09, que_pasa70 at gmx.de wrote:
> -endpos is both an MPlayer and MEncoder option. If your MPlayer doesn't have it,
> it must be ancient and needs updating.

Agree.  How about:

#!/bin/sh
while true; do
  d=`date`
  mplayer -endpos 10:00 -ao "pcm:file=$d.wav" "$1"
done

--Joey



More information about the MPlayer-users mailing list