github kajisho5/ffmpeg-skill v1.16.1

2 hours ago

Automated release: version and notes generated from pull requests merged since 1.16.0.

Fixed

  • Caption breaking, from eval 17. A Thai run is no longer broken inside: Thai writes no space
    inside a phrase and the wrapper has no dictionary, so every character-level break it took landed
    inside a word (ข|อง, เว|ลา); the break now goes where the writer put a space or a |, and a
    run with none stays long on its own line, the rule long Latin words already follow. A katakana
    word is one atom (タイ|ミング was split like a run of kanji). caption.py reports an overlong
    count in its caption stats and an info line naming the fix (a space or | where the line may
    break, or a smaller --size) when a wrapped line is wider than the safe width. --wrap measured
    follows the same atom rules (it is the post-passes that differ, not the pieces).
  • fix: captions never break inside a Thai run or a katakana word; over-wide lines are reported (eval 17) (#233)
  • docs: eval 17 at 1.16.0 (90 prompts, focused Opus grader, trigger 45/45) (#232)

What's Changed

  • docs: eval 17 at 1.16.0 (90 prompts, focused Opus grader, trigger 45/45) by @claude[bot] in #232
  • fix: captions never break inside a Thai run or a katakana word; over-wide lines are reported (eval 17) by @claude[bot] in #233

Full Changelog: v1.16.0...v1.16.1

Don't miss a new ffmpeg-skill release

NewReleases is sending notifications on new releases.