rkellerm
rkellerm

Reputation: 5522

AVS video decoder DirectShow filter or MFT

Does anybody know about AVS-format video decoder DS filter or Media Foundation transform?
I tried to search the web for it but couldn't find...

Thanks in advance.

Upvotes: 0

Views: 538

Answers (1)

CPlusSharp
CPlusSharp

Reputation: 891

Never heard of this codec before. Sounds interesting. As the wiki page for this codec said, libavcodec and ffmpeg have a decoder for this included. Because these are the base for ffdshow and lavfilters, maybe there will be an implementation soon. The only current decoder for directshow I could find is this one: AVSShow. I don't know if this works, havn't tested it.

There also exists an Decoder SDK, but I couldn't read the chines to download it. With a little experience someone can implement a Decoder (filter/DMO/MFT) with this.

Upvotes: 2

Related Questions