Skip to content

Commit

Permalink
Release 26.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Dec 3, 2024
1 parent 2fa6148 commit d674682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
## Fixes
- Remove `--ffmpeg-location` arg.
- Remove help text for recently removed args.
- Fix unicode error on Windows for the info command.

**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/26.0.1...26.1.0

Expand Down
2 changes: 1 addition & 1 deletion auto_editor/render/audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def apply_audio_normalization(
log.debug(f"audio norm first pass: {first_pass}")
with av.open(f"{pre_master}") as container:
stats_ = stats(first_pass, container.streams.audio[0])
av.logging.set_level(None)

name, filter_args = parse_ebu_bytes(norm, stats_, log)
else:
assert "t" in norm
Expand Down

0 comments on commit d674682

Please sign in to comment.