Releases: WyattBlue/auto-editor
Releases · WyattBlue/auto-editor
29.3.1
29.3.0
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
Features
- Restore
--audio-normalizefeature.
Fixes
- Correct the default codec for WAV files.
Full Changelog: 29.1.0...29.2.0
29.1.0
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
Features
- Upgrade to ffmpeg 8.0
Fixes
- Fix
resolveandresolve-fcp7backends when handling Windows paths
Full Changelog: 29.0.0...29.0.5
29.0.0
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
28.0.2
28.0.1
28.0.0
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/-oto-to print to stdout. Supported with JSON/XML timeline formats.
Fixes
- Use better way to calculate timeline length.