Log in

View Full Version : How to decode AC3 to wav with ffmpeg


buzzqw
28th June 2005, 14:23
could be a simple question but i cannot find the command line for ffmpeg.exe ( windows version) switch to produce from a 5/1 ac3 file an 5/1 one file only wav

like in besweet the "-6chwav" command

and, if isn't possible, with wich application, from CLI, is possible (and how to..) ?

thanks in advance

BHH :stupid:

KpeX
28th June 2005, 18:48
Why can't you use besweet?

Matthew
29th June 2005, 00:46
Why can't you use besweet?

Maybe for some reason he wants an entirely silent app? AFAIK BeSweet cannot be totally silent unless executed hidden from within another program. Probably a bad guess, but that's one reason I can think of.

Anyway, sorry don't have any suggestions :o

buzzqw
29th June 2005, 07:09
@Matthew

thanks anyway

i will search better

BHH

buzzqw
29th June 2005, 12:18
just to add an info

resolved with azid

Azid.exe -p 6ch audio51.ac3 wav51.wav

just hope that channel are correctly mapped (for ogg 5.1 or aac 5.1)


BHH