Releases: Vouk/voukoder
Releases · Vouk/voukoder
v0.3.7
Release 0.3.6
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
- 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
- Moved all advanced encoder settings to an "Advanced Video" tab
- Added summaries for encoder settings
Release 0.3.2
Added a whole bunch of x264 configuration parameters. You can see its status in the Wiki.
Release 0.3.1
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
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
Fixes
- Fixed interlaced field order
- Added debug information for muxer/codecs combination error message
Release 0.2.3
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
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