Skip to content

Releases: vcb-s/OKEGui

Is the Order a Rabbit?

19 Aug 17:27

Choose a tag to compare

  1. 现在可以不用为每条音轨编号TrackId了
  2. 字幕现在用SubtitleTracks来指定Language和MuxOption。依旧保持对IncludeSub的兼容,不过计划在v5.0移除。
  3. 现在可以用InputFiles指定输入文件了。

具体写法参见附带的demo.json与demo_720p.json

The Tip of an Iceberg

18 Aug 07:43

Choose a tag to compare

现在允许用"MuxOption"指定音轨的封装方式:

"Default" : 封装,默认选项
"MKA" : 封装进MKA中。如果没有音轨选择这项,不会有MKA生成。
"External" : 外挂,文件名打上CRC32。如果指定了AAC音轨会做转码。
"ExtractOnly" : 只做抽取,不做转码或者改名。
"Skip" : 不抽取。

具体见demo_720p.json

如果依旧指定了"SkipMuxing" : true, 将视为 "MuxOption" : "Skip"。不过加载json时候会有弹窗提醒。预期v5.0时候移除对"SkipMuxing"的支持;建议大家开始转变习惯。

Renaissance

15 Aug 16:12

Choose a tag to compare

  1. 支持x264编码(EncoderType: "x264")
  2. json里无需指定VideoFormat项目(之前固定填写HEVC,现在自动从EncoderType项目获取)
  3. 更新demo_720p为AVC方案。

Song of Plute Wu Song

12 Aug 12:47

Choose a tag to compare

  1. 修正了ffmpeg检测bug
  2. 大幅优化了多路系统下多开的效率。

Someone fork ffmpeg and add 1 decimal precision?

11 Aug 17:24

Choose a tag to compare

改用ffmepg检测重复音轨和空音轨。
工具包添加ffmpeg