07-07-2009, 16:01
|
GregR

Joined on 05-31-2006
In House
Posts 2,251
|
|
|
Our h264 decoder will only work in a DirectShow environment. It is possible to use it in low level DirectShow without the use of our tools and you can provide the input pin and get the data from the output pin, but we don't provide support for low level DirectShow since our SDK is designed to eliminate that need.
Since you want to provide the h264 data, you can use our ltmmConvertCtrl and use the SourceObject rather than the SourceFile property. Similarly, to get the uncompressed video data, you would use the TargetObject property.
Greg Ross LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|