AC3source
Résumé
auteur: MArcFD
version: beta 2
description rapide: classic AC3 decoding
syntaxe:AC3source(video, filepath)
Description
classic AC3 decoding, with default Dynamic range compression and Stereo downmix.
i tested it on various ac3 streams, and it's works good. due to the way it works,
it's not parsing at all the file, but seeking in real-time. this makes the whole
stuff very easy to use, but not perfect. i could improve the decoder with parsing,
but it currently works very well, so i don't need that.
Examples
MPEG2Source("mydvd.d2v")
AC3source("mydvd.ac3")