Plug-ins
From MediaCoderWiki
[edit]
MediaCoder Plug-in infrastructure
- Essence: DLLs loadable by MediaCoder during run-time
- Purpose: to expand user interface, add functions (e.g. device connectivity) and add complex control logics (e.g. for massive transcoding)
- Pros: is developed with native language like C/C++ which can almost do anything
- Cons: more efforts to develop and maintain
[edit]
Sample Plug-in
[edit]
