Browsed by
Tag: gui

Opus GUI v1.2 with libopus 1.3-rc-22 and libopusenc 0.1.1-55 release + opusenc.exe new build

Opus GUI v1.2 with libopus 1.3-rc-22 and libopusenc 0.1.1-55 release + opusenc.exe new build

Hi everyone, Today, I’ve compiled libopus, libopusenc and of course, opusenc to include their latest commits: This build contains: libopus 1.3-rc-22 libopusenc 0.1.1-55 I’ve also included this new build of opusenc.exe with Opus GUI: Below are the download links: Opus GUI v1.2 with opusenc (using libopus-1.3-rc-22 and libopusenc 0.1.1-55) opusenc using libopus 1.3-rc-22 and libopusenc 0.1.1-55 Enjoy! Post Views: 2

Opus GUI v1.2 released!

Opus GUI v1.2 released!

Hi everyone, Late yesterday, I released v1.2 of Opus GUI: This new release brings several improvements. v1.1 was also released but was immediately superseded by v1.2 due to an uncorrected bitrate bug. First, the GUI will now display the opusenc.exe version being used. This is useful because sometimes, new opusenc versions are released which I personally compile and try to see if there’s new improvements to the audio files. The other improvement is that the software will try to detect…

Read More Read More

Opus GUI v1.0 released!

Opus GUI v1.0 released!

Hi everyone, Today, I have released Opus GUI v1.0, which is a tool to encode FLAC or WAV files to the Free and Open Source Opus file format: It is very easy to use, just follow these steps: Browse for a folder that contains FLAC or WAV files. Browse for a folder to store the encoded files. Write a bitrate number. I personally use 64 to encode files to 64kbit using Variable Bit Rate. Press the “Start” button. That’s all!…

Read More Read More

FLAC GUI v1.2 Released!

FLAC GUI v1.2 Released!

Hi everyone, Today, I have released v1.2 of FLAC GUI: This version adds Multi-Threaded encoding, meaning that each of your CPU threads will encode a file, significantly speeding up the encoding process. For example, if you have a folder with lots of music files and you have an AMD Ryzen 7 2700X CPU which has 16 threads, you’ll be encoding 16 music files at a time! This assuming that the folder contains 16 or more files. If the folder contains…

Read More Read More

FLAC GUI v1.1 released!

FLAC GUI v1.1 released!

Hi everyone, Today, I’ve released FLAC GUI v1.1: This new version includes 2 options that will further improve the compression of the FLAC files. These options are: Exhaustive model search (-e flag in the flac.exe command line) Exhaustively search LP coeff quantization (-p flag in the flac.exe command line) By enabling these options in the GUI, you’ll save a few kb per FLAC files but the encoding time will be a little slower. If you don’t mind waiting a few…

Read More Read More

cmix_gui v1.2 Available Now!

cmix_gui v1.2 Available Now!

Hi everyone, In the past few days, I’ve released v1.2 of cmix_gui, a cmix Graphical User Interface. This version looks like this: The new changes are that the software now tells you available, free and used RAM and also add a “Clear Log” button. Changelog: Download: You can download the new version here. The source code is available here. Enjoy! Post Views: 0

Introducing divANS_gui, a GUI for Dropbox’s divANS compression software

Introducing divANS_gui, a GUI for Dropbox’s divANS compression software

Hi everyone, Today, I’d like to share the newest tool I’ve developed. It is a Graphical User Interface (GUI) for Dropbox’s new divANS compression software: The GUI is similar to the one in cmix_gui, which is another GUI I made for the cmix compression software. This tool allows you to compress files and folders and extract .divans files. The project has been developed in the Visual Basic .NET language using Visual Studio 2017. It is compatible with Windows 10. Compressing a file or folder…

Read More Read More

cmix_gui v1.1 released! And how it works

cmix_gui v1.1 released! And how it works

Repository: https://github.com/moisespr123/cmix_gui Hi everyone, Today, I’m proud to announce the release of cmix_gui v1.1. This version makes an interesting change to the software, which brought some internal coding in order to make this work. The main feature here is that the Command Prompt window no longer shows with the cmix executable progress. Instead, all of the progress is now shown inside a Rich Text Box element and you can also save the “log” into a text file. Here’s how the English GUI…

Read More Read More

cmix_gui v1.0r3 – More improvements to the cmix_gui Graphical User Interface

cmix_gui v1.0r3 – More improvements to the cmix_gui Graphical User Interface

Repository: https://github.com/moisespr123/cmix_gui Hi everyone, Yesterday, I introduced you to my graphical user interface cmix_gui, for the cmix compression software. Today, I continued working with cmix_gui and made 2 major improvements to it. File preprocessing v1.0r2 which I worked today morning adds support for the -s argument of cmix, which preprocesses a file using a dictionary (In this case, with the provided english.dic file). You can also throw a folder to the software and it will preprocess each file inside the folder and subfolders. Also note that…

Read More Read More