Skip to content

Releases: vcb-s/OKEGui

9.1.3

21 Sep 03:34

Choose a tag to compare

Changelog:

  • add dependency msvcr120.dll for libFLAC

9.1.2

20 Sep 05:55

Choose a tag to compare

Changelog:

  • add error checking for eac3to
  • manually specify the location of eac3to logs to ensure compatibility with versions >= v3.49
  • now the name of the eac3to logs will be the input filename followed by the suffix .eac3to.log
  • update eac3to-wrapper
  • ignore track tags and global tags when mkvmerge muxing
  • remove forward slashes from the working directory path

9.1.0

30 Aug 16:52

Choose a tag to compare

Changelog:

  • eac3to: updated to 3.52
  • flac: updated to 1.5.0
  • qaac: updated to v2.85
  • gMKVExtractGUI: updated to v2.11.1
  • x264: updated to r3214
  • x265: updated to Kyouko-4.1-AC1
  • rpc: update RpcTemplate.vpy to support YUV444

Tools Hub

30 Aug 16:38

Choose a tag to compare

Tools Hub Pre-release
Pre-release

This release is used to transfer some tools that are difficult to download directly.

9.0.5

28 Feb 09:40

Choose a tag to compare

Changelog:

  • better reduce paths feature
    • add prefix path hash to avoid naming conflicts
    • generate ReducePathMap.log file in the output directory to record the mapping of hash and prefix paths
    • choose whether or not to enable the feature in the settings
  • support tvbr mode in qaac encoding
    • follow the example below to specify the target quality of tvbr via Quality
    • note that it cannot be used at the same time as Bitrate
"AudioTracks" : [{
    "OutputCodec" : "aac",
    "Quality" : 95
}]

9.0.4

03 Aug 03:22

Choose a tag to compare

9.0.4 Pre-release
Pre-release

Changelog:

  • reduce paths of working directory and output directory
  • fix the deadlock in reading track information with eac3to when the input file contains a lot of tracks
  • add SkipAllAudioTracks and SkipAllSubtitleTracks options to skip checking and extracting of all audio/subtitle tracks

9.0.3

26 Jun 14:56

Choose a tag to compare

Changelog:

  • support de-duplication for all chapters

9.0.2

09 Jun 09:38

Choose a tag to compare

9.0.2 Pre-release
Pre-release

Changelog:

  • replace libFLAC.dll in qaac directory with 64-bit version

9.0.1

04 Jun 14:15

Choose a tag to compare

9.0.1 Pre-release
Pre-release

Changelog:

  • fix GUI crash when some task errors occur

9.0.0 "Atara sii Tokimeki"

01 Jun 06:18

Choose a tag to compare

Changelog:

  • Workflow
    • refactor the execution process and modularize all steps
    • check the vpy script at the very beginning
    • output MKA before encoding video
  • Gui
    • add STOP button
    • fix some button function bugs
    • show vspipe path in window title
    • display both the specified worker number and the background worker number
    • see wiki for details
  • Chapter
    • remove duplicate chapter items at the beginning
    • automatically rename the chapters if the beginning chapter de-duplication occurs
    • always rearrange chapter numbers
    • more check for external chapters
  • New Feature
    • support the Re-Encode feature
    • OKE now can encode some slices from a video based on the old product
    • see guides for details