Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
moisespr123 committed Dec 9, 2018
1 parent c5bf2a1 commit d38a613
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# rav1e_gui
A GUI to convert video files to AV1 using rav1e

![Screenshot](https://moisescardona.me/files/2018-11-28/2.PNG)
![Main Window Screenshot](https://moisescardona.me/files/2018-12-09/1.PNG)

![Advanced Encoder Options Window Screenshot](https://moisescardona.me/files/2018-12-09/2.PNG)

I wrote this software to test the rav1e software. Unfortunately, at the current state, rav1e is single-threaded. This GUI solves the issue and enable multithreading by converting and splitting the input video file into segments of the length specified by the user in y4m format and extracting the audio as a WAV file using ffmpeg. It then encodes each file using a CPU thread. After the encoding is finished, the WAV file is converted to Opus and the .ivf files are concatenated. Lastly, the .ivf and .opus files are merged into a .webm or .mkv container.

Expand Down

0 comments on commit d38a613

Please sign in to comment.