Browsed by
Tag: av1

Downloading ffmpeg for SVT-AV1 GUI

Downloading ffmpeg for SVT-AV1 GUI

Note: This guide is obsolete. Please refer to the new guide to download ffmpeg by clicking here. Hi everyone, In this post, I’ll show you how to download ffmpeg to use with SVT-AV1 GUI. FFmpeg is required to extract the video file to .y4m, encode the audio to Opus, and merge both files when the encode is finished. Here 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…

Read More Read More

rav1e GUI v1.14 released!

rav1e GUI v1.14 released!

Hi everyone, Today, I have released rav1e GUI v1.14: This release makes it possible to encode video files with no audio. It also will predefine the output path using the input path, and change the output extension to .webm. What’s more, is that if you manually type the input path, the output path will be dynamically adjusted too! You can download this release on GitHub by clicking here. Enjoy! Post Views: 8

rav1e GUI v1.13 released!

rav1e GUI v1.13 released!

Hi everyone, I have released rav1e GUI v1.13 today: This release adds compatibility for the newest rav1e releases. It also makes 2-pass encoding work! You can download this new release on GitHub by clicking here. Enjoy! Post Views: 1

Rav1e GUI v1.11 released!

Rav1e GUI v1.11 released!

Hi everyone, Today, I have released rav1e GUI v1.11: This new version adds support for tiles. It allows you to encode a video using rav1e’s multithreading. When Tiles are enabled, rav1e GUI will not split the video files into segments. Rather, it will use a single rav1e instance but it will utilize the amount of threads specified, which is passed as an argument to rav1e. The Advanced Options window was updated to include the tiles row and column options: This…

Read More Read More

rav1e GUI v1.10 released!

rav1e GUI v1.10 released!

Hi everyone, Yesterday night, I released rav1e GUI v1.10: This version is a bug fix release to fix a bug that happened when the 2-pass option was activated. This new version also updates rav1e to yesterday’s version. Download You can download this new version below: Enjoy! Post Views: 1

rav1e GUI v1.9 released!

rav1e GUI v1.9 released!

Hi everyone, I’m very happy to inform that the latest rav1e source code fixed the issue where the encoding would get stuck. Because of this, I was able to successfully test my Graphical User Interface for rav1e and the encodes were successful. I have released this new version now. You can download it at the project’s repository release page here: https://github.com/moisesmcardona/rav1e_gui/releases/tag/v1.9 The changelog for this version is as follows: Added Bitrate encoding Added 2-pass encoding option The software will now…

Read More Read More

Programming Saturday: rav1e GUI

Programming Saturday: rav1e GUI

Hi everyone, Today, I spent the afternoon programming my rav1e GUI software. It’s been about a month since I last released a rav1e GUI update, and rav1e itself has improved by then. While I still haven’t released a new GUI version, I did some programming to it to add some of the new rav1e features. Unfortunately, the tests were not successful and I believe this has to do to some changed in the encoder itself. Don’t worry, I’ve opened an…

Read More Read More

rav1e GUI v1.8 released!

rav1e GUI v1.8 released!

Hi everyone, Today, I’ve released rav1e GUI v1.8: This release adds a pause/resume button that allows you to pause and resume the encoding session right from the GUI. It also allows you to resume a previous session if the software is closed or a system crash occurs. When there’s an interrupted session, say, your machine crashed, those hours wasted encoding the video are not entirely lost, because now, when you open the software again, it will recognize that there was…

Read More Read More

rav1e GUI v1.7 released!

rav1e GUI v1.7 released!

Hi everyone, Today, I have released v1.7 of rav1e GUI: This version will now check if the user has entered an input and output file and that a temporary folder has been specified. If the user hasn’t entered an input file, this message will be shown: If the user hasn’t entered an output file, this message will be shown: Finally, if the user hasn’t specified a temporary folder to use, this message will be shown: This release closes issue #5…

Read More Read More

Exit mobile version