Releases: WyattBlue/auto-editor
Releases · WyattBlue/auto-editor
24w29a
What's Changed
- Use numpy's
.npz
for smaller and faster caching - Add
audio-levels
motion-levels
to Palet - In general, remove lines of code
Full Changelog: 24w25a...24w29a
24w27a
What's Changed
- Use PyAV 12.2
- Show progress when extracting audio
- Allow analyzing audio without an ffmpeg binary
Full Changelog: 24w25a...24w27a
24w25a
What's Changed
- Only extract subtitle files when needed
- Analyze subtitles robustly, don't rely on hacky methods
- Assert generated timeline is monotonic (fixes #470)
- Errors are now colored, will be disabled if NO_COLOR or AV_LOG_FORCE_NOCOLOR environment variable is set
Full Changelog: 24w24a...24w25a
24w24a
What's Changed
- Use
pyav
12.1.0, the first release that is compatible withav
- Handle import v1 timelines better
Full Changelog: 24w19a...24w24a
24w19a
What's Changed
- Round timebase to two-digits, which should fix a Premiere Pro issue
- v3 format: offset is no longer implicitly multiplied by clip speed
- Consider
libopus
a valid encoder by @Aplietexe in #465
New Contributors
- @Aplietexe made their first contribution in #465
Full Changelog: 24w13a...24w19a
24w13a
24w09a
What's Changed
- By default, all tracks will now be considered when editing audio
- Premiere Export: Fix 24w07a regression where only a single audio channel would play
- Auto-Editor will now never attempt to copy attachments unless subtitle streams are present
audio
motion
subtitle
are now no longer special lexer constructs
Full Changelog: 24w07a...24w09a
24w07a
What's Changed
- Fix crash on certain resolutions for legacy macs
- Final Cut Export: always set "start" attribute even when value is 0
- Premiere Export: additional tracks no longer need external wavs
- Add
-sn
option for excluding subtitle streams - Fix crash for all
.ts
media files
Full Changelog: 24w03a...24w07a
24w03a
What's Changed
- Analyzing motion is now 1.3-2.1x faster.
- Changing the aspect ratio (adding padding) is now 2.7x faster.
- Better support for the
yuv444p
andyuvj444p
pix_fmt - Dropped the Pillow dependency
- Upgrade pyav to 12.0.2
Breaking Changes
- Removed
--mark-as-loud
and--mark-as-silent
. Use--add-in
,--cut-out
instead. - Removed
pixeldiff
as an option for--edit
. Usemotion
instead.
Full Changelog: 23w51a...24w03a
23w51a
What's Changed
- Upgrade pyav to 12.0.0
- Sources are now directly linked in the v3 format.
- Removed the
--source
and--add
option - Switch from setup.py to pyproject.toml
Remember to upgrade setuptools! pip install -U setuptools
Full Changelog: 23w46a...23w51a