Skip to content

Releases: moisespr123/rav1e_gui

rav1e GUI v1.17

24 Jul 23:00
Compare
Choose a tag to compare

This release encodes files without creating a y4m file, reducing used space. It also disables 2-pass encoding when encoding using a quantizer. It only works in bitrate mode.

rav1e GUI v1.16 - WSL support

31 Aug 17:08
Compare
Choose a tag to compare

This build brings the following enhancements and features:

  • Fixes Tile support by changing the arguments to tile-rows and tile-cols, supporting newer rav1e versions. Patch submitted by @IIIBlueberry. Also credits to @Toggleton from the AV1 Discord server
  • rav1e can now run using the Windows Subsystem for Linux (WSL). This needs the Linux version of rav1e, which is included in this release.
  • Tile Columns and Rows can now go up to 64, but the value must be a power of 2. The "Advanced Options" window will do this check before closing the form.

rav1e GUI v1.15

06 Aug 23:28
Compare
Choose a tag to compare

This release removes Unspecified from the Range Advanced Setting. The default is now Limited, and makes the latest versions of rav1e compatible once again.

rav1e GUI v1.14

21 Jul 15:08
Compare
Choose a tag to compare

v1.14 changelog:

  • Supports encoding files without audio
  • The output path is predefined using the input path, with the .webm extension

rav1e GUI v1.13: 2-pass encoding now works!

10 Jul 23:04
Compare
Choose a tag to compare

This release adds compatibility for the latest rav1e releases. It also now properly supports 2-pass encoding!

rav1e GUI v1.12

27 Apr 19:09
Compare
Choose a tag to compare

This release fixes a problem where surround sound audio would fail to encode to Opus.

rav1e GUI v1.11

27 Apr 00:03
Compare
Choose a tag to compare

This release adds rav1e's tile support. It also tweaks a few parameter and fixes the low latency setting.

The dependency of opusenc has been removed and now ffmpeg will be used to encode the audio to opus using libopus.

rav1e GUI v1.9

27 Feb 01:55
Compare
Choose a tag to compare

This release adds the following:

  • Bitrate encoding
  • Added 2-pass encoding option
  • The software will now find in the system path the rav1e, opusenc and ffmpeg executables, or use the local files
  • By default, Low Latency will not be checked.
  • The default Quality Tuning is now Psychovisual
  • Added Content Light and Range to the Advanced Options

v1.8 - Suspend/Resume and Last Session resume!

23 Jan 15:31
Compare
Choose a tag to compare

This release adds the following enhancements:

  • Added a Suspend/Resume button
  • If a session is interrupted or the software is closed, you can resume the encoding the next time you launch the software
  • The temporary .y4m will be deleted once that segment encoding is finished.

v1.8r2 - Updated resume previous session message

23 Jan 22:42
Compare
Choose a tag to compare

This is a quick release that updates the message that is shown when there's an unfinished encoding session. No other changes are made in this release