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

sean darcy seandarcy2 at gmail.com
Sat Oct 30 03:38:31 CEST 2010


On 10/29/2010 09:13 PM, Carl Eugen Hoyos wrote:
> sean darcy<seandarcy2<at>  gmail.com>  writes:
>
>> mkfifo audio.wav
>
> I believe this doesn't work with a wav file, you could try -ao pcm:nowaveheader,
> but I don't know if nero is going to like it.
>
> Carl Eugen

Tried nowaveheader. No luck.

Also tried:

ffmpeg -i test.dv -vn -acodec pcm_s16le -ar 48000 -ac 2 audio.wav

That also didn't work if audio.wav is a fifo.

Why in the world does mplayer (ffmpeg) care if audio.wav is a fifo?

Also tried:

ffmpeg -i test.dv -vn -acodec pcm_s16le -ar 48000 -ac 2 - | \
    neroAacEnc -ignorelength -q 0.5 -if - -of audio.mp4

That also didn't work:

Input #0, dv, from 'test.dv':
   Duration: 00:04:51.55, start: 0.000000, bitrate: 28771 kb/s
     Stream #0.0: Video: dvvideo, yuv411p, 720x480, 28771 kb/s, PAR 8:9 
DAR 4:3, 29.97 tbr, 29.97 tbn, 29.97 tbc
     Stream #0.1: Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
Unable to find a suitable output format for 'pipe:'

Puzzled, but resigned to making big temp files.

sean




More information about the MPlayer-users mailing list