New Features
- Output video frame rate can be changed with `-f` or `--framerate`
- Output can be specified in the configuration JSON
- VP9/WEBM processing speed can be adjusted with `--vp9-opts`
Fixes
- Default file size changed to 10MB to reflect Discord's new free tier limit
- Tests
- Python 3.9 or greater required
New user?
pip install ffpeg4discord
Updating an existing install?
pip install --upgrade ffmpeg4discord
What's Changed
* Framerate Switch, Config Options, Readability, Flow Improvements, Better Error Handling by zfleeman in https://github.com/zfleeman/ffmpeg4discord/pull/31
**Full Changelog**: https://github.com/zfleeman/ffmpeg4discord/compare/v0.1.4...v0.1.5