Excelente
Ahora llega Voukoder 2.3 y con ello una nueva forma de trabajar, porque ahora se divide en dos modulos, uno que es en si el nucleo; Voukoder Core, y que se instala en windows y otro modulo Voukoder Connector que la hace de servidor de audio/video [FRAMESERVER] que hace la conexion con el software de video. Esto ofrece cierta versatilidad, porque permitiria; en un futuro cercano, usarlo en cualquier software de video que pueda usar los encoders instalados en windows, y que es donde apareceria el Voukoder Core.
https://github.com/Vouk/voukoder/releasesVoukoder 2.3Since 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 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.
- Voukoder Core 2.3
https://github.com/Vouk/voukoder/releas ... er-2.3.msi2. The connector. A connector is the component that binds to the host application and sends the frame data to the voukoder core component.
- premiere-connector-1.0.0.msi
https://github.com/Vouk/voukoder-connec ... -1.0.0.msi- aftereffects-connector-0.9.3.msi
https://github.com/Vouk/voukoder-connec ... -0.9.3.msi- vegas-connector-0.5.0.msi
https://github.com/Vouk/voukoder-connec ... -0.5.0.msiChanges
- Introduced VEGAS Pro support
- Moved log and update information to the systray
- Logging path changed to %LOCALAPPDATA%\Voukoder\Logs
- Added video filters: Equalizer, SetParams and Colorspace
- Added FFmpeg logging to STDOUT (for troubleshooting)
- Added qmin and qmax encoder options for NVENC encoders
- Added 10bit export for hevc_qsv
- Removed lower bitrate limitation
Fixes
- Fixed audio isses when using 2-pass encoding
- Colors with ZScale filters were messed up (when using packed pixel formats)
- Advanced settings did not get loaded from stored x264/x265 settings
- The codec options did not get saved and loaded correctly
- Audio and video format changes did not get set correctly when changed (i.e. issues with FLAC)
- Fixed and improved working with various color ranges and color spaces
- Fixed handling unicode filenames
Notes
For using NVENC encoders driver version 436.15 or newer is required.