Skip to content

Releases: WyattBlue/auto-editor

29.3.0

28 Oct 17:35

Choose a tag to compare

Features

  • Implement actions: --when-silent, --when-normal.
  • Example: --when-silent speed:2, --when-normal rate:1.25

Fixes

  • Fix SMPTE timecode parsing for semi-colons.
  • Fix high speeds causing crash

Full Changelog: 29.2.0...29.3.0

29.2.0

11 Oct 05:39

Choose a tag to compare

Features

  • Restore --audio-normalize feature.

Fixes

  • Correct the default codec for WAV files.

Full Changelog: 29.1.0...29.2.0

29.1.0

04 Oct 01:03

Choose a tag to compare

Features

  • Drawing the progress bar now happens on a separate thread, improving performance.

Fixes

  • Can now play H265/HEVC video streams with QuickTime

Full Changelog: 29.0.5...29.1.0

29.0.5

31 Aug 23:32

Choose a tag to compare

Features

  • Upgrade to ffmpeg 8.0

Fixes

  • Fix resolve and resolve-fcp7 backends when handling Windows paths

Full Changelog: 29.0.0...29.0.5

29.0.0

21 Aug 19:31

Choose a tag to compare

What's Changed

  • Update README to include kdenlive export by @laingcc in #795
  • Rendering a typical video should be 2x faster now
  • Some operations are up to 4x faster
  • Rewrite in Nim by @WyattBlue in #798

Known Regressions

  • The scripting language has been reduced to make implementation easier and allow more aggressive optimizations
  • Removed --config (relies too heavily on scripting features)

New Contributors

Full Changelog: 28.1.0...29.0.0

28.1.0

03 Aug 04:22

Choose a tag to compare

Features

New Contributors

  • @guladam made their first contribution

Full Changelog: 28.0.2...28.1.0

28.0.2

16 Jun 20:00

Choose a tag to compare

Fixes

  • Fix fcp11 warnings/errors (closes #741).
  • preview: print correct number of cuts.
  • preview: Don't double count speed.

Full Changelog: 28.0.1...28.0.2

28.0.1

10 Jun 05:25

Choose a tag to compare

Fixes

  • Fix #763.
  • Fix cache displaying wrong unit.
  • Fix problem with converting mp4 video/audio file to an mp3 audio file.

Full Changelog: 28.0.0...28.0.1

28.0.0

01 Jun 05:48

Choose a tag to compare

Major

  • Remove deprecated --keep-tracks-separate.
  • Remove the "audio" export format. Set the output extension to an audio format instead.
  • Replace JSON timeline export with explicit v1/v3 versions

Features

  • Set --output/-o to - to print to stdout. Supported with JSON/XML timeline formats.

Fixes

  • Use better way to calculate timeline length.

27.1.1

30 Apr 21:59

Choose a tag to compare

Fixes

  • Avoid making empty *_tracks directories.
  • Require --output if no suitable name can be auto-selected.

Full Changelog: 27.1.0...27.1.1