Releases: vcb-s/OKEGui
Releases · vcb-s/OKEGui
8.7.3.1
Changelog:
- remove annoying SE files in eac3to
8.7.3
Changelog:
- correctly passing error messages of vspipe
8.7.2
Changelog:
- compatibility change for new version eac3to (>=3.4x)
8.7.1
Warning: this release contains some known issues due to updating of tools, please use 8.7.2 instead.
Changelog:
8.7.0
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
- 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
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
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
*.rpcfiles.
- Support specifying chapter language for custom chapter files (e.g.
00001.jpn.txt). - Support renumbering chapters (also affects custom chapter files!) via
"RenumberChapters": trueflag in json. - Properly set the
default-trackflags 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 inAudioTrackandSubtitleTrack(default is maximum allowed value). The muxer will do a stable sort and lay out the tracks by ascendingOrderfield. (To put it simply, set"Order":0for 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 toSvtAv1EncApp.exeas"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
Changelog:
- update eac3to's libdcadec.dll.
- show remaining time up to 7 days
- JSON
InputFilesandEncodercan use absolute paths now. - Do not check
OutputCodecwhen the audio track is beingSkipped. - recognize opus and e-ac3 audio tracks (do not support transcoding those)