Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.7 KB

README.md

File metadata and controls

23 lines (13 loc) · 1.7 KB

RAV1E GUI Travis Build Status AppVeyor Build Status

A GUI to convert video files to AV1 using rav1e

Main Window Screenshot

Advanced Encoder Options Window Screenshot

I wrote this software to test the rav1e software. The GUI encodes the input video to .y4m to feed it into rav1e. The audio is encoded to Opus using ffmpeg. After the encoding is finished, the .ivf files are concatenated. Lastly, the .ivf and .opus (if video has audio) files are merged into a .webm or .mkv container.

Originally written in Visual Basic .NET using Visual Studio 2017 and updated using Visual Studio 2019.

Dependencies:

Builds come with rav1e bundled, but not ffmpeg due to licensing restrictions.

Updated components builds:

Ocasionally, rav1e gets updated. You can download the latest version of rav1e_gui with the latest version of rav1e included here: https://moisescardona.me/rav1e-gui

Enjoy!