[MPlayer-users] Getting raw audio dumps of each AC3 track

Richard Bromley rbromley256 at gmail.com
Mon Oct 16 05:05:04 CEST 2006


On 10/15/06, Corey Hickey <bugfood-ml at fatooh.org> wrote:
> Ask and you shall receive. ...at least, sometimes...
>
> for i in $(seq 0 5) ; do
>   mplayer some_file -vc null -vo null -ao pcm:fast:file=$i.wav \
>   -channels 6 -af channels=1:1:$i:0
> done
>
> Don't worry about the "system too slow" messages.
>
> If you really need raw PCM, add "nowaveheader" to the options for "-ao pcm".
>
> If you need a specific sample rate or format, read the section in the
> manual for the "resample" and "format" audio filters; add them after the
> "channels" filter.
>
> Once you're sure it's working, you can add "-really-quiet" for a tiny
> bit more speed.
>
> -Corey
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users

Of course, the solution worked perfectly. Thanks.



More information about the MPlayer-users mailing list