Displaying 1 result from an estimated 1 matches for "dmux".
Did you mean:
demux
2004 Mar 21
3
New Directshow filters preview...
...over the next few weeks, so you wouldn't want to use it yet anyway. These are not based on the tobias filters, or any other existing filters.
Also part of the package when i release source is my implementation of the ogg encapsulation standard (ie what libogg does) natively written in C++. The dmux filter uses this and not libogg. My first attempt at the demux filter used liboggz wrapped around libogg... but it was very painful trying to integrate it with directshow. Having a native C++ implementation rather than just a wrapper was far easier for me to work with... and this attempt the filter...