This commit is contained in:
Daniel Stankewitz 2019-12-30 13:34:21 +01:00
commit ac4dcbded7

View File

@ -1,14 +1,16 @@
## Note:
These connectors requires [voukoder 2.3beta5 or later](https://github.com/Vouk/voukoder/releases). Please uninstall previous versions before updating first.
## Latest versions ## Latest versions
- [premiere-connector-1.0.2.msi](premiere/premiere-connector-1.0.2.msi?raw=true) [(Changelog)](premiere/README.md) - [premiere-connector-1.0.2.msi](premiere/premiere-connector-1.0.2.msi?raw=true) [(Changelog)](premiere/README.md)
- [aftereffects-connector-0.9.3.msi](aftereffects/aftereffects-connector-0.9.3.msi?raw=true) [(Changelog)](aftereffects/README.md) - [aftereffects-connector-0.9.3.msi](aftereffects/aftereffects-connector-0.9.3.msi?raw=true) [(Changelog)](aftereffects/README.md)
- [vegas-connector-0.5.0.msi](vegas/vegas-connector-0.5.0.msi?raw=true) [(Changelog)](vegas/README.md) - [vegas-connector-0.5.0.msi](vegas/vegas-connector-0.5.0.msi?raw=true) [(Changelog)](vegas/README.md)
## Support
If you have questions or suggestions please check out the official [forum](https://www.voukoder.org/forum/).
## What are these connectors for? ## What are these connectors for?
Since version 2.3 the Voukoder project has significantly changed. It is not one monolothic component anymore, it has been split into two components: Since version 2.3 the Voukoder project has significantly changed. It is not one monolothic component anymore, it has been split into two components:
1. The [Voukoder Core](https://github.com/Vouk/voukoder) component will be registered as a system wide COM server and will provide its encoding services and user interface to as many programs as possible. You can even integrate it to your own program. 1. The [Voukoder Core](https://github.com/Vouk/voukoder) component will be registered as a system wide COM server and will provide its encoding services and user interface to as many programs as possible. You can even integrate it to your own program.
2. The **connector**. A connector is the component that binds to the host application and sends the frame data to the voukoder core component. 2. The **connector**. A connector is the component that binds to the host application and sends the frame data to the voukoder core component.
## Why so complicated? I liked it how it was before! ## Why so complicated? I liked it how it was before!
This step was necessary for many reasons and was actually unavoidable: This step was necessary for many reasons and was actually unavoidable:
- Clear separation between proprietary and open source code - Clear separation between proprietary and open source code
@ -17,3 +19,6 @@ This step was necessary for many reasons and was actually unavoidable:
- ... - ...
In fact the connectors will most likely not change that often. You just need to install the latest voukoder core component in case of an update, just as before. In fact the connectors will most likely not change that often. You just need to install the latest voukoder core component in case of an update, just as before.
## Note
These connectors require [voukoder 2.3 or later](https://github.com/Vouk/voukoder/releases). Please uninstall previous versions before updating first.