Releases: zfleeman/ffmpeg4discord
Releases · zfleeman/ffmpeg4discord
v0.1.8
Fixes
- FFmpeg version 7.0+ was causing some issues with how the package handles the junk files in between pass 1 and pass 2
New user?
pip install ffpeg4discord
Updating an existing install?
pip install --upgrade ffmpeg4discord
What's Changed
Full Changelog: v0.1.7...v0.1.8
v0.1.7
Fixes
- JSON configuration now works correctly with command-line args and defaults
New user?
pip install ffpeg4discord
Updating an existing install?
pip install --upgrade ffmpeg4discord
What's Changed
Full Changelog: v0.1.6...v0.1.7
v0.1.6
Fixes
- Better usage around the config file
- Specifying empty frame rates and audio bitrates would not work in the web ui
New user?
pip install ffpeg4discord
Updating an existing install?
pip install --upgrade ffmpeg4discord
What's Changed
Full Changelog: v0.1.5...v0.1.6
v0.1.5
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 #31
Full Changelog: v0.1.4...v0.1.5
v0.1.4
New Feature:
- You can now specify
--approx
if you only need to get approximately close to your target file size
Bug Fix:
- Aspect ratio was retrieved from the
ffprobe
call in a NVIDIA-specific way.
New user?
pip install ffpeg4discord
Update an existing install?
pip install --upgrade ffmpeg4discord
What's Changed
Full Changelog: v0.1.3...v0.1.4
ffmpeg4discord 0.1.3
New user?
pip install ffpeg4discord
Update an existing install?
pip install --upgrade ffmpeg4discord
What's Changed
- VP9/webm Support by @zfleeman in #25
- You can now specify a file name in your
-o
argument --from
and--to
flags have been added.- Documentation improvements
Full Changelog: v0.1.2...v0.1.3
ffmpeg4discord 0.1.2
New user?
pip install ffpeg4discord
Update an existing install?
pip install --upgrade ffmpeg4discord
What's Changed
- Post Release Improvements by @zfleeman in #22
- Changes around port assignment
- Package structure changes
- README updates
- Windows warnings (use python.org install, please!)
Full Changelog: v0.1.1...v0.1.2
ffmpeg4discord 0.1.1
This is the first release of ffmpeg4discord! 🎞️
The project is now on PyPi, and it can be installed with:
pip install ffmpeg4discord
What's Changed
- Two Pass Encoding Class by @zfleeman in #10
- Setup Script for Windows by @zfleeman in #13
- The Ephemeral Web UI by @zfleeman in #14
- PyPI package creation -- ffmpeg4discord 0.1.0 by @zfleeman in #15
New Contributors
Full Changelog: https://github.com/zfleeman/ffmpeg4discord/commits/v0.1.1