[MPlayer-users] SVN-r32479: pcm:file=fifo does not work

Krzysztof Duchnowski amidk75 at gmail.com
Sun Oct 31 07:27:45 CET 2010


On 31.10.2010 02:46, sean darcy wrote:

>> Sometimes adding doing something like "cat pipe1>  pipe2" helps
>> since 1) cat works with pipes 2) it adds a bit of extra buffer.
> 
> Not sure I understand. How would you set this up in this script?
> 
> I wonder if it ever worked for Dark_Shikari?

mkfifo pipe1
mkfifo pipe2
mplayer file.mkv -novideo -benchmark\
      -ao pcm:fast:nowaveheader:file=pipe1\
      2>/dev/null &
sox -t raw -c 2 -r 44100 -e 'signed-integer'\
      pipe1 -t wav pipe2 &
time faac pipe2 audio.aac

-- 
Krzysztof 'DK75' Duchnowski
GetFirefox - http://www.mozilla.com/firefox/
Konfiguracja UTF-8 dla czytników - http://evil.pl/pip/utf/


More information about the MPlayer-users mailing list