Browsed by
Tag: programming

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

rav1e GUI v1.15 released!

rav1e GUI v1.15 released!

Hi everyone, Today, I have released rav1e GUI v1.15: This release removes the Unspecified option in the Range Advanced Option and now defaults to Limited. This makes the GUI compatible with the latest rav1e versions. You can download this release on GitHub by clicking here. Enjoy! Post Views: 1

SVT-AV1 GUI v1.0 released!

SVT-AV1 GUI v1.0 released!

Hi everyone, Today, I’m pleased to release SVT-AV1 GUI: This is a Graphical User Interface for SVT-AV1. It is similar to rav1e GUI, but instead of using rav1e, it uses SVT-AV1. Both software achieves the same purpose of converting videos to the new AV1 format. You can download this new software at GitHub by clicking here. Note that you need to have ffmpeg in your PC in order to use this software. You can follow this guide to download it….

Read More Read More