Releases: moisespr123/rav1e_gui
rav1e GUI v1.17
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
This build brings the following enhancements and features:
- Fixes Tile support by changing the arguments to
tile-rows
andtile-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
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
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!
This release adds compatibility for the latest rav1e releases. It also now properly supports 2-pass encoding!
rav1e GUI v1.12
This release fixes a problem where surround sound audio would fail to encode to Opus.
rav1e GUI v1.11
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
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!
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
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