Media Decoder Application
-
Hello I want to make a decoding operation using sample grabber or my custom filter due to a custom encoding algorithm. If I build a graph like : file source->decoder->file writer , is this approriate for decoder application by means of time ? Best Regards, Akin Ocal
-
Hello I want to make a decoding operation using sample grabber or my custom filter due to a custom encoding algorithm. If I build a graph like : file source->decoder->file writer , is this approriate for decoder application by means of time ? Best Regards, Akin Ocal
If you know how to write custom filter, the answer to your question is obvious to you. if the decoder filter is correctly exposed the Media types of the pin, Intelligent Connect of directshow framework can be able to choose the downstream filter not only file writter, can be audio / or video renderer. There is a graphedit tool you can build graph visually and can test.
Akin Ocal wrote:
If I build a graph like : file source->decoder->file writer , is this approriate for decoder application by means of time ?
if you want to decode and dump that to a file, it is ok.