Browsed by
Tag: development

Google Drive Uploader & Explorer Tool v1.13 has been released!

Google Drive Uploader & Explorer Tool v1.13 has been released!

Hi everyone, Today, I have released Google Drive Uploader & Explorer Tool v1.13: This version has the following changes: Fixed the Raw download URL generation. Added nested RAW download URL generation (CTRL + U on folders, or right-click and select the RAW Url option). Added option to generate cURL script (Compatible with MSYS2 and WSL). Updated Google APIs. You can download it on GitHub by clicking here. Enjoy! Post Views: 11

Collaborating in the exhale project – Part 2

Collaborating in the exhale project – Part 2

Hi everyone, Yesterday, I began working on my second collaboration for the exhale xHE-AAC USAC encoder. This time, I worked on adding an argument to print the software version on the console. The above is the main software, printing its information as well as how to use it. There was no option to print the version only. Ideally, I just wanted a way to print something like exhale version 1.0.3 …..so that I can easily parse it as I do…

Read More Read More

My first GitLab contribution: exhale encoder

My first GitLab contribution: exhale encoder

Hi everyone, Yesterday, I collaborated on the exhale xHE-AAC Audio Encoder to add compatibility to compile the project on MinGW on Windows. The exhale project is an Open-Source xHE-AAC USAC encoder. It allows you to encode wave (WAV) files to M4A using this specific codec. Originally, compilation on Windows was done using Visual Studio, and this worked fine, but when compiling it on MSYS2/MinGW, it gave some issues, specifically: It also complained about fprintf_s, so some changes needed to be…

Read More Read More

SVT-AV1 GUI v1.4 released!

SVT-AV1 GUI v1.4 released!

Hi everyone, Today, I have released SVT-AV1 GUI v1.4: This release adds batch encoding. You can browse for a folder with video files and they will all be encoded. You can download this new version on GitHub by clicking here. Enjoy! Post Views: 11

SVT-AV1 GUI v1.3 released!

SVT-AV1 GUI v1.3 released!

Hi everyone, Today, I have released SVT-AV1 GUI v1.3: This release adds an option to prevent the use of Pipes which should make encoding stable. The downside of this is that the software will need to create a temporary .y4m file which may be huge depending on the video to be converted. Also added is SVT-AV1 2-pass encoding. You can download this new version on GitHub by clicking here. Enjoy! Post Views: 13

New Software Updates! (November 9, 2019)

New Software Updates! (November 9, 2019)

Hi everyone, Today, I have released updates for the following software: Audio MD5 Checker v0.2 Google Drive Uploader & Explorer Tool v1.12.1 Opus GUI v1.15 Audio MD5 Checker v0.2 This new version allows you to save the result list as a CSV file. It also now check if ffmpeg is present before showing the window. Download this new version by clicking here. Google Drive Uploader & Explorer Tool This release updates the Google APIs and adds a missing translation. Download…

Read More Read More

SVT-AV1 GUI v1.1 released!

SVT-AV1 GUI v1.1 released!

Hi everyone, It’s been a long time since I’ve released a new software update. That’s why today, I finally introduce to you SVT-AV1 GUI v1.1: Starting with this release, files are encoded without the need to create temporary .y4m files. This greatly speeds up the encoding as it no longer needs to create those huge files. Instead, it makes use of Windows Named Pipes to pass the ffmpeg output to SVT-AV1. You can download this release in the SVT-AV1 page…

Read More Read More

rav1e GUI v1.16 released!

rav1e GUI v1.16 released!

Hi everyone, Today, I have released rav1e GUI v1.16: This release brings some new enhancements: You can now run the Linux version of rav1e by using the Windows Subsystem for Linux (WSL). This release fixes tile support for newer versions of rav1e. Tile rows and columns can now go up to 64. The value must be a power of 2 and the Advanced Options window will validate this. As usual, you can download this release on GitHub by clicking here….

Read More Read More