v0.2.0 -- Audio Mixing, More Encoders, Version Checking
New Features
- added audio mixing features (
--amix) for video files with more than one audio track. - select which audio tracks to include with
--astreams - normalize multiple audio track audio with
--amix-normalize - encode with no audio with
-an - added NVENC encoders for h264 and hevc
- added AV1 encoder
- added "upgrade available" checks on ff4d invocation
- several improvements to the code, making it easier to develop on and add new features
- a whole bunch of unit tests
New user?
pip install ffpeg4discord
Updating an existing install?
pip install --upgrade ffmpeg4discord
What's Changed
- Separation of Concerns and Misc Improvements by @zfleeman in #50
- Add More Unit Testing and GitHub Actions PR Checks by @zfleeman in #51
- File Size Bug Fix. "No Audio" Video File Bug Fix. by @zfleeman in #53
- feat(audio): add CLI and web controls for audio mixing by @zfleeman in #54
- Adding NVENC, AV1, HEVC Codecs by @zfleeman in #56
- adding version checks and notifications by @zfleeman in #57
Full Changelog: v0.1.9...v0.2.0