PDA

View Full Version : AC3-Info and Join AC3-Files with Delphi


mag2k4
12th April 2004, 17:40
Hello!
Have anybody a Delphi-Code to get Infos from a AC3-File (Length and so on) a Delphi-Code to Join some AC3-Files with Delphi?

Thanks for your Help!

alexnoe
15th April 2004, 13:37
It's pretty simple if you have the file format docu.

You could also look into the audiosource_ac3.cpp file in AVI-Mux GUI (however, that's c++, but it should be enough to illustrate what to do).

mag2k4
16th April 2004, 10:22
Hello alexnoe!
I didn't have the Fomrat Docu.
I will take a look at the Sources of AVI-Mux GUI...
Thanks! :D

jsoto
16th April 2004, 13:44
Searching in google ac3+specification gives you
http://www.atsc.org/standards/a_52a.pdf
jsoto