Skip to content

Releases: D221/convopus

v1.4.2

15 Aug 22:45
Compare
Choose a tag to compare

What's New

Experimental .mp3 support (for devices that do not support opus and you want to use the same program)
only 320 kbps and V0 (variable) bitrate support for now
Changed default container from .ogg to .opus
Help text is printed when convopus is run without any arguments
Switched to black python formatter (no performance impact, but better readability)

Notes:

Run convopus once to generate config.json.
If you have any problems open an issue on GitHub.
Full Changelog: v1.4.0...v1.4.2

v1.4.0

15 Mar 13:39
9919253
Compare
Choose a tag to compare

New Features

Added recursive folder support - now you will be able to convert sub-directories more easily
Added multi threading support - this makes it much faster to convert ( you can disable it within the config )
Total progress bar
FFmpeg check
code cleanup + organization

Notes:

New config values were added if the program doesn't work correctly try deleting config.json
Run convopus once to generate config.json.
If you have any problems open an issue on GitHub.

v1.3.2

04 Dec 18:50
Compare
Choose a tag to compare

Logic for keeping files should now work as intended
Bars are now aligned so now it looks much better on all platforms
new aligned bars

Notes:

Run convopus once to generate config.json.
If you have any problems open an issue on GitHub.

v1.3.1

02 Aug 15:13
Compare
Choose a tag to compare

The ability to view config file directly: convopus --config
convopus --version
code cleanup

Notes:

Run convopus once to generate config.json.
If you have any problems open an issue on GitHub.

v1.3

11 Jul 17:10
Compare
Choose a tag to compare

The ability to chose settings using arguments see convopus -h

Notes:

Run convopus once to generate config.json.
If you have any problems open an issue on GitHub.

v1.2

01 Jul 20:07
Compare
Choose a tag to compare

rename to convopus
config is now stored in %LocalAppData%\D221\convopus

Notes:

run convopus once to generate config.json
If you have any problems open an issue on github

v1.1.1

30 Jun 21:37
Compare
Choose a tag to compare

Re-implemented progress bar. Looks even better now. UTF-8 should work fine.

Notes:

Ensure that the config file is located in the same directory as the executable
If you have any problems open an issue on github

v1.1

29 Jun 19:33
e1c7aee
Compare
Choose a tag to compare

Updated behavior that allows dragging file or folder on the .exe to convert it.
Progress bar is gone due to problems with Unicode characters.

Notes:

Ensure that the config file is located in the same directory as the executable
If you have any problems open an issue on github

Initial Windows build

28 Jun 15:35
Compare
Choose a tag to compare

Notes:

Ensure that the config file is located in the same directory as the executable
If you have any problems open an issue on github