Skip to content

22w01a

Compare
Choose a tag to compare
@WyattBlue WyattBlue released this 08 Jan 23:38
· 921 commits to master since this release

What's New

Frame Margin Changes

You can now use separate starting and ending margins

# Set a start margin of 3 frames and an end margin of 8 frames
auto-editor example.mp4 --frame_margin 3,8

Frame margins can now be negative

auto-editor example.mp4 --frame_margin -3
auto-editor example.mp4 --frame_margin -2,-1

And of course, seconds units still work.

auto-editor example.mp4 --frame_margin -0.1secs,0.2secs

Display json data directly to stdout

Using --timeline, a new option is used to display JSON data directly

Bug Fixes

New Contributors

Full Changelog: 21w52a...22w01a