Skip to content

GUI to encode video files to AV1, using the rav1e encoder. Multi-threads by splitting the input file in parts and encoding each in a separate thread

Notifications You must be signed in to change notification settings

moisespr123/rav1e_gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

GUI to encode video files to AV1, using the rav1e encoder. Multi-threads by splitting the input file in parts and encoding each in a separate thread

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published