Plugins¶
VSView features a plugin system that allows you to extend its functionality. Plugins can add new tools, custom UI panels, and integrate with the video and audio processing pipeline.
Plugin Categories¶
Plugins are categorized based on their source and maintenance level:
- First-party (Official): Integrated directly into the VSView source code.
- Second-party: Developed by community members in the official repository but maintained as separate packages.
- Third-party: Created by independent developers in the community.
Developing Plugins¶
See the Plugin Development guide to learn how to create and register your own VSView plugins.
You can also use this plugin template to scaffold your project.