Skip to content

Releases: zfleeman/ffmpeg4discord

v0.1.4

11 Mar 02:34
6ac0f8d
Compare
Choose a tag to compare

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

  • Approximate File Size Support for Flexible Target File Sizes by @zfleeman in #26

Full Changelog: v0.1.3...v0.1.4

ffmpeg4discord 0.1.3

01 Mar 18:53
8920cb5
Compare
Choose a tag to compare

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

26 Feb 02:54
0118113
Compare
Choose a tag to compare

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

23 Feb 17:32
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: https://github.com/zfleeman/ffmpeg4discord/commits/v0.1.1