nasedo
31st January 2005, 18:04
Hi there,
i'm developping a delphi app (with dspack), and i'm kinda stuck.
in order to convert dvd audio to ogg, i'm building this graph :
.vob -> MPEG2Demux -> AC3Decoder -> Vorbis Encoder -> OggMux -> .ogg
which works very great -but- with default compression properties!
Now, i'd like to be able to change these properties (number of channels, samples per second, average bytes per sec, and bits per sample).
So i queried vorbis encoder output pin for IAMStreamConfig.
But i don't know what to do with this! Moreover, getnumberofcapabilities returns me zero :confused: Is this normal???
Thanks in advance for your help
:(
Bye
i'm developping a delphi app (with dspack), and i'm kinda stuck.
in order to convert dvd audio to ogg, i'm building this graph :
.vob -> MPEG2Demux -> AC3Decoder -> Vorbis Encoder -> OggMux -> .ogg
which works very great -but- with default compression properties!
Now, i'd like to be able to change these properties (number of channels, samples per second, average bytes per sec, and bits per sample).
So i queried vorbis encoder output pin for IAMStreamConfig.
But i don't know what to do with this! Moreover, getnumberofcapabilities returns me zero :confused: Is this normal???
Thanks in advance for your help
:(
Bye