Skip to content

22w37a

Compare
Choose a tag to compare
@WyattBlue WyattBlue released this 19 Sep 07:53
· 573 commits to master since this release

New Features

You can now add audio to the timeline and change its volume.

auto-editor movie.mp4 \
--source my-background:/Users/wyattblue/Downloads/music.mp3 \
--add audio:0,500,my-background,volume=0.7

Auto-Editor renders volume using FFmpeg's volume audio filter and accepts both raw floats and decibels.

dB units for audio threshold

dB is now a supported unit.

auto-editor --edit audio:threshold=-24dB  # equivalent to 0.063

Minor Improvements

  • ZipSafe is now set to True, which makes auto-editor slightly faster
  • You can now add background music/audio

Breaking Changes

  • Removed --timeline and --api options. Instead, use the export option as so: --export timeline:api=$VAL

Bug Fixes

New Contributors

Full Changelog: 22w35c...22w37a