Browsed by
Tag: windows

rav1e GUI v1.2 released!

rav1e GUI v1.2 released!

Hi everyone, Today, I’ve released a new version of rav1e_gui: This version adds a piece seconds parameter that you can modify to split the video file into the specified seconds amount part. This gives you greater control on how long should the parts be to encode them to AV1 using rav1e. You can download this new version here: https://github.com/moisesmcardona/rav1e_gui/releases/v1.2 Enjoy! Post Views: 5

cmix_gui v1.5 released!

cmix_gui v1.5 released!

Hi everyone, Yesterday, Veterans Day Holiday, I was working at improving the cmix GUI software. New versions of the cmix compression software were released and so, I added support for them. cmix GUI now supports cmix_v16c, v16d, and v16e! Other improvements includes fixing the log window as it seems cmix switched from using Standard Output (stdout) to Standard Error (stderr). This prevented the log from showing the output. Also, in the process, there were code improvements performed. Lastly, the software…

Read More Read More

new rav1e and opusenc builds – GUI’s updated too!

new rav1e and opusenc builds – GUI’s updated too!

Hi everyone, Today, I have released new builds for opusenc and rav1e. Also, the GUI’s got updated. rav1e rav1e got updated to commit 392be13. Download it here: rav1e 0.1.0 392be13 (2018/10/31) rav1e GUI rav1e GUI was updated to include above’s rav1e build. Download it here: rav1e_gui v1.1 – release 2018-10-31 opusenc: opus has been updated recently, so I build opus-tools again to include the changes from the opus repository. Download it here: opus-tools (10/31/2018) opus GUI: As with rav1e GUI,…

Read More Read More

new opusenc and rav1e builds and opus_gui and rav1e_gui updated

new opusenc and rav1e builds and opus_gui and rav1e_gui updated

Hi everyone, Today, I’ve released new standalone builds of opusenc and rav1e and updated opus_gui and rav1e_gui to include these new builds: opusenc.exe Download: opusenc – opus-tools 0.2-6-g1728479-dirty (using libopus 1.3-rc2-5-g83d5155f-dirty) with resampler quality 10 opus_gui Download: Opus GUI v1.3 with opusenc opus-tools 0.2-6-g1728479-dirty (using libopus 1.3-rc2-5-g83d5155f-dirty) with resampler quality 10 rav1e.exe Download: rav1e 0.1.0 17f8e1b (2018/10/18) rav1e_gui Download: rav1e GUI v1.0 with rav1e 0.1.0 17f8e1b and opusenc opus-tools 0.2-6-g1728479-dirty (using libopus 1.3-rc2-5-g83d5155f-dirty) Enjoy the new builds! Post Views: 4

Downloading ffmpeg for rav1e GUI

Downloading ffmpeg for rav1e GUI

Note: This guide is obsolete. Please refer to the new guide to download ffmpeg by clicking here. Hi everyone, Today, I’ll show you the steps to download ffmpeg for the rav1e_gui encoding tool, which requires this to pre-process and post-process video files when encoding them to the new AV1 video format. Below are the steps: 1. Navigate to https://ffmpeg.zeranoe.com/builds/ 2. Select the nightly build which is the first one shown in “Version”. Select the 64-bit Windows version if you have…

Read More Read More

Downloading ffmpeg (General instructions)

Downloading ffmpeg (General instructions)

Note: This guide is obsolete. Please refer to the new guide to download ffmpeg by clicking here. Hi everyone, Today, I’ll show you the steps to download ffmpeg in your Windows machine. This is needed for tools like rav1e_gui, which uses ffmpeg to pre-process and post-process video files when encoding them to the new AV1 video format. Below are the steps: 1. Navigate to https://ffmpeg.zeranoe.com/builds/ 2. Select the nightly build which is the first one shown in “Version”. Select the…

Read More Read More

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

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