v0.2.2 -- 5.1 Audio/Chapter Stripping, Default Configs
New
- Default configuration files can be placed in
platformdirs.user_config_path() / "ffmpeg4discord.json"See docs
Fix
- Files with 5.1 channel audio now function with the current implementation of ffmpeg4discord's audio compression
- Video file chapters are now stripped from the output. They were causing issues with total clip duration in the output.
New user?
pip install ffpeg4discord
Updating an existing install?
pip install --upgrade ffmpeg4discord
What's Changed (commits and PRs)
- Various Improvements for Larger Files by @zfleeman in #61
- feat: allow for a default configuration file by @djsigmann in #59
- Unit Tests and Version Bump by @zfleeman in #62
New Contributors
- @djsigmann made their first contribution in #59
Full Changelog: v0.2.1...v0.2.2