Skip to content

0.10.0: --clip

Latest
Compare
Choose a tag to compare
@wiiaboo wiiaboo released this 13 Jul 15:33
· 10 commits to master since this release

Added

  • Detect trims using clip argument (like clip.trim(0,1) or trim(clip,0,1) (maybe backward incompatible)
  • --clip to chose just trims using a specific clip
    • Ex: --clip clipX only selects trims using clipX from the first line that it detects with clipX.trim(0,1) or trim(clipX,0,1)

Fixed

  • Respect --idr when using templates
  • compatibility with Python 2 (?)