Skip to content

8.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Feb 07:05
· 139 commits to master since this release

Changelog:

  1. 支持内置 VS portable(将 VS portable 解压到 OKEGui\tools 目录下的 vapoursynth 目录即可,确保 vspipe 在 OKEGui\tools\vapoursynth\vspipe.exe 路径)
  2. 自带 x264/x265,JSON/YAML 项目文件中 "Encoder" 不再需要指定编码器的可执行文件了,仅需要指定 "EncoderType" 即可;同时也不再需要给压制组编码器 exe 了。
  3. 支持检查 VS 的版本,JSON/YAML 项目中使用 Version 3 时自动启用:
{
    "Version" : 3,
    "VSVersion" : "2022H1.2",
    "ProjectName" : "Demo - 1080p",
    "EncoderType" : "x265",
    #"Encoder" : "x265-10b.exe",  # no longer necessary
    "EncoderParam" : "-D 10 ..."
  1. 自带 RPChecker