Skip to content

Releases: vcb-s/OKEGui

8.7.3.1

05 May 02:31

Choose a tag to compare

8.7.3.1 Pre-release
Pre-release

Changelog:

  • remove annoying SE files in eac3to

8.7.3

28 Apr 03:52

Choose a tag to compare

Changelog:

  • correctly passing error messages of vspipe

8.7.2

08 Jan 11:25

Choose a tag to compare

8.7.2 Pre-release
Pre-release

Changelog:

  • compatibility change for new version eac3to (>=3.4x)

8.7.1

08 Jan 09:27

Choose a tag to compare

8.7.1 Pre-release
Pre-release

Warning: this release contains some known issues due to updating of tools, please use 8.7.2 instead.

Changelog:

  • eac3to: updated to 3.44
  • ffmpeg: updated to 6.1.1; add ffprobe
  • flac: updated to 1.4.3
  • mkvtoolnix: updated to 80.0; remove MKVExtractGUI2 and add gMKVExtractGUI
  • qaac: updated to v2.80; add dependencies

8.7.0

08 Jan 07:18

Choose a tag to compare

Changelog:

  • include VS portable version in window title
  • relax BD/Stream directory check
  • use capital R for raw strings in intermediate vpy
  • use utf-8 encoding for oke log
  • support demuxing, muxing and re-encoding for EAC3

8.6.0

25 Mar 09:50

Choose a tag to compare

8.6.0 Pre-release
Pre-release
  • Updated to .Net 4.7.2 (minimum requirement is now Windows Server 2019 or Windows 10)
  • Disabled checking updates for the bundled mkvtoolnix.
  • Added a helper script to launch OKEGui and automatically disable power throttling for key programs on Intel hybrid core processors. To use it, move it to the top-level OKEGui directory and use it to start OKEGui. (Also note that it needs elevated privileges.)
  • Show progress for lsmas indexing.

8.5.0

21 Feb 04:49

Choose a tag to compare

Changelog:

  • (8.5.0.11832) Fix chapters from mkv.
  • (8.5.0.11832) Fix logging.
  • (8.5.0.11832) Don't rename mkv files in the same directory as inputFiles.
  • add context menu: open vpy with vsedit (8.5.0.11832) and vspreview (8.5.0.12447).
  • (8.5.0.12447) Don't crash the whole process when job creation fails for some reason.
  • (8.5.0.21396) Disable GPU acceleration for the GUI (some remote desktop tools might show a blank window if acceleration is enabled.) Thanks @Nuevo009.
  • (8.5.0.21396) Raise log level for automuxer to Debug to help debugging stuck during muxing issue.

For new features since last stable release v8.3.0, please also see https://github.com/vcb-s/OKEGui/releases/tag/8.4.0.

8.4.0

21 Jan 06:20

Choose a tag to compare

8.4.0 Pre-release
Pre-release

Warning: this release contains known issues, please use 8.5.0 instead.

Changelog:

  • RPC now checks UV planes as well, with hardcoded PSNR 40dB threshold. RPChecker.exe updated to v1.0.7.1.
    • RPChecker.exe should also be able to find VS bundled with OKEGui.
    • RPChecker.exe supports both previous Y-only and new YUV *.rpc files.
  • Support specifying chapter language for custom chapter files (e.g. 00001.jpn.txt).
  • Support renumbering chapters (also affects custom chapter files!) via "RenumberChapters": true flag in json.
  • Properly set the default-track flags for each track in mkv output files:
    • Video track: always true.
    • Audio track: only the first track is set to true in mkv. In mka files, all tracks are false.
    • Subtitle track: all tracks are false.
  • Support reordering audio & subtitle tracks: set "Order" field in AudioTrack and SubtitleTrack (default is maximum allowed value). The muxer will do a stable sort and lay out the tracks by ascending Order field. (To put it simply, set "Order":0 for the track you want to be first in the output.)
  • Removed m2ts 0x47 workaround, requires lsmas vA3.j or later.
  • Better VFR support and also add an example project and script.
  • Initial SVT-AV1 Support (SVT-AV1 encoder is not bundled). Set "EncoderType": "svtav1" and specify path to SvtAv1EncApp.exe as "Encoder".
  • Fixed mpls empty chapter bug.
  • Merged most of dependent DLLs into the main executable. Also removed unused libmp4v2.dll.
  • Fix remaining time display for >1 day (used to only show the hours not counted as part of days.)

Known issues:

  • Chapters from MKV inputs are not recognized. There is no workaround, must upgrade to 8.5.0.

8.3.0

02 Nov 08:42

Choose a tag to compare

Changelog:

  • update eac3to's libdcadec.dll.
  • show remaining time up to 7 days
  • JSON InputFiles and Encoder can use absolute paths now.
  • Do not check OutputCodec when the audio track is being Skipped.
  • recognize opus and e-ac3 audio tracks (do not support transcoding those)

8.2.0

19 Jul 01:04

Choose a tag to compare

Changelog:

  1. 支持有损音频转码
{
    "OutputCodec" : "aac",
    "Bitrate" : 192,
    "Lossy": true
}
  1. RPC失败的话,.rpc 文件会和压制成品一起放在 output 目录下,简化压制组操作。
  2. 如果GUI界面的空余内存设置小于100MB,则不会更新 #OKE:MEMORY tag。(于是乎大部分情况下你可以设置空闲内存为 0 来关闭空余内存检查)
  3. 升级自带的 x265.
  4. 升级 RPChecker 模版(TODO)