Re: [LAD] Mplayer (ffmpeg) decode to stdout

From: Robin Gareus <robin@email-addr-hidden>
Date: Wed Feb 01 2012 - 18:02:24 EET

On 02/01/2012 04:29 AM, Alfs Kurmis wrote:
>
> Tnx Robin
> ffmpeg also works excellent as decoer.
> With ffmpeg -i /some/file -f u16le -ar 44100 | myprog ...
> i gotta horrable sound. Probably U mean -f s16le !

Well, yes.
It does actually not make a difference if you also specify the
audio-codec (-acodec pcm_s16le). The format is the same for both.

[..]

> It seems that ffmpeg during da decoding set terminal in canonical mode.

There's some (undocumented) feature: pass '-d' as first argument to
ffmpeg. That makes ffmpeg shut up and not touch termios; it still works
with writing data to stdout:

 ffmpeg -d -i /some/file -f s16le -c 2 -ar 44100 pipe: | ...

kill -TERM `pidof ffmpeg`

HTH,
robin
_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-dev
Received on Wed Feb 1 20:15:01 2012

This archive was generated by hypermail 2.1.8 : Wed Feb 01 2012 - 20:15:02 EET