Skip to content

Releases: Vouk/voukoder

v0.3.7

28 Nov 19:48
Compare
Choose a tag to compare
v0.3.7 Pre-release
Pre-release

Changes

  • Fixed external Visual Studio path names
  • Fixed packed pixel format export (Fixes issues with CS6 and ProRes / FFV1 export)

Release 0.3.6

27 Nov 16:46
Compare
Choose a tag to compare
Release 0.3.6 Pre-release
Pre-release

Changes:

  • Switched back to ffmpeg
  • Added no-cabac parameter to ui
  • Added high bit depth support. (experimental)
  • Added ffv1 encoder (experimental)
  • Added prores encoder (experimental)

Release 0.3.5

20 Nov 17:23
d3220e4
Compare
Choose a tag to compare
Release 0.3.5 Pre-release
Pre-release
  • Refactored the whole public/private parameter handling
  • Prepared for parameter import/export (not visible yet)
  • Added multipass encoding for ABR (2-passes max. for now)
  • Updated to latest libav/x264/x265 from master
  • Fixed various small bugs

Release 0.3.3

20 Oct 19:38
Compare
Choose a tag to compare
Release 0.3.3 Pre-release
Pre-release
  • Moved all advanced encoder settings to an "Advanced Video" tab
  • Added summaries for encoder settings

Release 0.3.2

19 Oct 12:49
Compare
Choose a tag to compare
Release 0.3.2 Pre-release
Pre-release

Added a whole bunch of x264 configuration parameters. You can see its status in the Wiki.

Release 0.3.1

16 Oct 08:56
Compare
Choose a tag to compare
Release 0.3.1 Pre-release
Pre-release

Fixes

  • Release build! Hopefully this fixes some issues
  • Customs options renamed to "x264-params" (resp. "x265-params"). This indicates the difference to "real" command line options

Release 0.3.0

14 Oct 20:42
Compare
Choose a tag to compare
Release 0.3.0 Pre-release
Pre-release

Changes

  • Added custom arguments field
  • Added x265 support (Proof of concept)

Custom arguments are supported in the format: option=value:option2=value:option3=value ...
options with no value need to have 1 as value (i.e. ssim=1, no-cabac=1)
The input field is limited to 255 characters.

(This release is a debug build and is slightly bigger in filesize)

Release 0.2.4

11 Oct 13:42
Compare
Choose a tag to compare
Release 0.2.4 Pre-release
Pre-release

Fixes

  • Fixed interlaced field order
  • Added debug information for muxer/codecs combination error message

Release 0.2.3

10 Oct 16:38
Compare
Choose a tag to compare
Release 0.2.3 Pre-release
Pre-release

Fixes

  • VUI flags are now set correctly for bt601
  • Mixed YUV/RGB assets in a timeline do not cause an exception anymore

Release 0.2.2

09 Oct 15:05
Compare
Choose a tag to compare
Release 0.2.2 Pre-release
Pre-release

Changes

  • Timecode issues seems to be solved with changing output entirely to 4:2:0. Need to watch this though.
  • Added version number to plugin name
  • Changed output to YUV 4:2:0 which is correct for all supported encoder profiles
  • Color space can be selected in a dropdown (Currently BT601 and BT709 only)
  • Color range can be selected in a dropdown (Full and limited)
  • X264 VUI flags will be set to color space and -range accordingly
  • Exporting directly from Premiere as YUV 4:2:0, no RGBA conversion anymore

Issues

  • Lossless export needs to be fixed later as lossless is only possible with 4:2:2 or 4:4:4