Encoding with DirectShow filters

℡╲_俬逩灬. 提交于 2019-12-02 07:11:20

Different codecs are available with different interfaces because over the course of API developments where have been several APIs.

  • there are Video for Windows VCM video encoders
  • there are video encoding DMOs
  • there are video encoding MFTs (some are possibly dual DMO/MFT objects)
  • there are video encoding DirectShow filters

So the math is that in DirectShow you have most encoders available out of the box.

Other factors like codec specificity and applicability, encoding/container constraints, and the fact decent encoders are not typically freely available - this all seriously limits the use and value of approach when you design an app in a way that it can work with various video encoders of user choice, through standard well known interface/API.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!