Skip to content

Releases: Vouk/voukoder

2.3beta3

13 Oct 09:16
Compare
Choose a tag to compare
2.3beta3 Pre-release
Pre-release

Fixes:

  • (vorbis) The codec options do not get saved and loaded correctly
  • Audio and video format changes do not get set correctly when changed (i.e. issues with FLAC)
  • "Yes" and "No" dropdown values are not translated

2.3-beta2

09 Oct 14:55
9b6b4f1
Compare
Choose a tag to compare
2.3-beta2 Pre-release
Pre-release

IMPORTANT! PLEASE READ!
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 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.

Please download and install the connector for your NLE here: https://github.com/Vouk/voukoder-connectors

Changes:

  • Split up voukoder into two parts (see above)
  • Changed logging again: Logs will be stored in files again and will be deleted after 7 days. They will be stored here: %LOCALAPPDATA%\Voukoder\Logs

2.3-beta1

11 Sep 08:53
Compare
Choose a tag to compare
2.3-beta1 Pre-release
Pre-release

Fixes:

  • Audio issues with 2-pass encoding
  • Colors with ZScale filters are messed up (when using packed pixel formats)
  • Advanced settings did not get loaded from stored x264/x265 settings

Changes:

  • Signed installer.exe with code signing certificate
  • Added missing french and german translations
  • Added a systray icon
  • Moved the update (and notification) part to the systray menu
  • Moved the logging view and options to the systray menu

(Ignore voukoder.core.zip for now)

2.2

12 Aug 15:50
Compare
Choose a tag to compare
2.2

Key features:

  • Intel QSV encoders for both h264 and hevc
  • Initial filter support

Fixes:

  • Installer: Fixed installation path error when AfterEffects is not installed
  • Window sizes should be okay in HiDPI mode now
  • Audio is only rendered when needed
  • Hopefully fixed assertion error about wxLocale
  • (libx264) Fixed 10 bit high profile selection
  • (prores) Fixed pixelformat selection

Changes:

  • Introducing Intel QSV hardware encoders (h264/hevc)
  • Renamed encoder names so they look nicer together
  • Added ZScale, BWDIF, YADIF and Unsharpen filter
  • (libx265) Added 'ref'option
  • (h264,hevc) Added raw muxers
  • Doing update check only once on plugin startup

For using NVENC encoders driver version 418.81 or newer is required.

2.2-beta4

10 Aug 08:20
Compare
Choose a tag to compare
2.2-beta4 Pre-release
Pre-release

Version 2.2-beta4 -- NOT FOR PRODUCTION USE

Welcome the fourth (and final) beta of the next Voukoder version:

Fixes:

  • Installer: Fixed installation path error when AfterEffects is not installed
  • Further small fixes

2.2-beta3

07 Aug 12:59
Compare
Choose a tag to compare
2.2-beta3 Pre-release
Pre-release

Version 2.2-beta3 -- NOT FOR PRODUCTION USE

Welcome the third beta of the next Voukoder version:

Changes:

  • Introducing Intel QSV hardware encoders (h264/hevc)

2.2-beta2

06 Aug 12:58
Compare
Choose a tag to compare
2.2-beta2 Pre-release
Pre-release

Version 2.2-beta2 -- NOT FOR PRODUCTION USE

Welcome the second beta of the next Voukoder version:

Fixes:

  • ZScale filter is available again
  • Fixed french and german translation
  • Fixed some small UI issues

Changes:

  • Doing update check only once on plugin startup

2.2-beta1

26 Jul 16:17
Compare
Choose a tag to compare
2.2-beta1 Pre-release
Pre-release

Version 2.2-beta1 -- NOT FOR PRODUCTION USE

Welcome the first beta of the next Voukoder version:

Fixes:

  • Fixed AfterEffects installer path
  • Window sizes should be okay in HiDPI mode now
  • AudioRenderer is only created when needed
  • Hopefully fixed assertion error about wxLocale
  • (libx264) Fixed 10 bit high profile selection
  • (prores) Fixed pixelformat selection

Changes:

  • Renamed h264 and hevc encoders so they look nicer
  • Added ZScale, BWDIF, YADIF and Unsharpen filter
  • (libx265) Added 'ref'option
  • (h264,hevc) Added raw muxers

2.1.0

30 Jun 15:08
Compare
Choose a tag to compare

Get your own voukoder T-Shirts and mugs here: https://www.redbubble.com/en/shop/vouk

Private users: Please consider supporting vouk and the voukoder project via patreon: patreon.com/voukoder

Business users: If you use voukoder at your workplay it would be nice to sponsor the project via open collective: opencollective.com/voukoder

Originally I targeted this as the 2.0.9 release but the changes are quite substantial so I decided to call it version 2.1.0. The top changes of this version are:

  • After Effects support!
  • Support for 360° spherical video (via video side data)
  • Support for 3D video (via video side data)
  • Presenting the new voukoder logo!

For using NVENC encoders driver version 418.81 or newer is required.

Fixes:

  • Fixed variable framerate issue
  • Fixed french translation
  • Fixed 5.1 surround channel alignment
  • Fixed setting the TRC in BT.2020 color space
  • Fixed loading of arbitrary data
  • Fixed installer: Paths of deselected components are greyed out / disabled and set to c:\ and are not used
  • Fixed config dialogs
  • (x265) Removed unnecessary VUIs from encoder
  • Fixed NVENC aq-strength parameter

Changes:

  • Major UI rework ("Configure ..." button)
  • First version of Voukoder for After Effects
  • Added support for spherical and stereo3d video data
  • (EAC3/DTS/TrueHD) Added audio encoders (Vogelforscher)
  • Added more logging
  • Added new voukoder logo
  • Installer: Switched to modern theme
  • Added the list of patrons to the about tab

2.0.9beta4

28 Jun 08:52
Compare
Choose a tag to compare
2.0.9beta4 Pre-release
Pre-release

NOT FOR PRODUCTION USE

Hopefully the final beta release. Everything should be pretty stable now. German and french translations are completed. Known bugs have been fixed. If no serious issues show up expect a release in the first week of july.

Please provide feedback to the forums.

Fixes:

  • Fixed NVENC aq-strength parameter
  • The translation maintainers completed the french and german translation
  • Small fixes