PDA

View Full Version : Convert ATSC/A52 to standard AC3


InuyashaSama
19th August 2005, 20:09
I need to convert a WAV stream in ATSC A52 format (6 channel) into a standard AC3 Dolby Digital file or whatever format supported by TMPEG DVD Author (MPEG II for example)

I have tried Audacity and Sonic Foundry Soft Encode 1.0 but none of them is capable of opening it. What program can convert it?

tebasuna51
19th August 2005, 21:03
ATSC A52 is the same than ac3. You have an ac3 with a wav header (ddwav), you can use BeSplit like this:

BeSplit -core( -input g:\a52.wav -prefix g:\out -type ddwav -fix )