PDA

View Full Version : 2 channel AC3 to Mono wave or OGG


Zenitram
3rd February 2003, 23:32
I try to encode a 2 channel AC3 (Left and Right are same, this is a original mono movie) to 1 channel OGG at 32 kb/s

Something is working :
- use besweet and make 6 wave files with "six waves" option, and use OggDropXP to encode the "Left channel" wave (1 channel...).
But this is long a take a lot of space...

How to do with only Besweet and not have 6 wave files?

DJ Bobo
4th February 2003, 01:19
open a dos window, use azid the following way:

azid -c normal -a -d1/0 -oc filename.ac3 filename.wav

You get a normalized mono wav file.

crusty
6th February 2003, 18:45
Be sure to use azid version 1.8

earlier versions don't have the -a option