Skip to content

Releases: gianni-rosato/aviator

Aviator 0.6.0

12 Mar 05:48
80e320a
Compare
Choose a tag to compare

Exciting SVT-AV1-PSY improvements and an awesome audio fix that's been a long time coming!

First, Aviator changes:

  • Migrated to libadwaita 1.4+ widgets
  • Fixed the notorious 5.1(side) audio encoding error
  • Minor code clean-up

SVT-AV1-PSY (v2.0.0rc2) updates relevant to Aviator:

  • Updated variance boost to improve encoding efficiency and eliminate rare flickering artifacts
  • Variance boost refactored to work with native q-step ratios
  • Preset -1 is twice as fast, & presets 0 through 8 are up to 28% faster
  • Presets 9 through 12 are 1-4% more efficient
  • Additional ARM optimizations
  • Bug fixes

Download on Flathub!

Full Changelog: 0.5.1...0.6.0

Aviator 0.5.1

06 Feb 04:41
b8c74c1
Compare
Choose a tag to compare

TL;DR, mostly SVT-AV1-PSY improvements. But still exciting, nonetheless!
Open GOP toggle has been renamed to oGOP
Speed -1 and -2 are now supported with a warning when you go below Speed 3. Speed -2 can take over 8 hours for a minute of video on a Ryzen 9
New "Perceptual Tuning" enables some new SVT-AV1-PSY features by default to improve visual fidelity at the cost of metric scores
"-mapping_family 1" is now enabled in libopus, so surround encodes will benefit from Opus's multichannel optimizations
Modified SVT-AV1 defaults, notably re-enabling temporal filtering by default

Download on Flathub!

Full Changelog: 0.5.0...0.5.1

Aviator 0.5.0

13 Jan 23:46
Compare
Choose a tag to compare

Today, we have a very exciting development - Aviator has switched to an in-house custom fork of SVT-AV1 dubbed SVT-AV1-PSY!

Featuring development efforts from BlueSwordM (author of the previous custom fork), myself (Gianni), and others, this change will enable us to have much more control over the encoder's development so that it aligns most effectively with Aviator's number one priority: visual quality.

So far, SVT-AV1-PSY's most noteworthy feature is a variance boost patch that appreciably improves intra- and inter-frame fidelity consistency across wide range of content. Visual fidelity per bit is estimated to have increased by up to 5% with this patch, which currently isn't present in mainline SVT-AV1.

Even though this patch should inevitably make it to mainline, the gains from having more direct control are already being realized as we can implement features like this flexibly at a pace we decide.

Aside from that, FFmpeg has been updated to version 6.1, the SCM toggle has been replaced with a more useful Open GOP toggle, and the README has been modified to reflect some of these more recent changes with regard to SVT-AV1-PSY.

Thank you for using Aviator, and happy encoding!

Download on Flathub!

Aviator 0.4.3

12 Dec 20:06
Compare
Choose a tag to compare

TL;DR, Aviator is much faster! Specifically, around 17-53% faster for presets 0 through 6 and 1-4% better quality for presets 7+

Updated SVT-AV1 to a custom fork by BlueSwordM featuring changes from 1.8.0, including speed-ups for presets 1 through 6 that improve encoding speed by 17-53%. This fork features an adaptive quantization curve that boosts deltaq based on variance within superblocks. This is not available in mainline SVT-AV1

SVT-AV1 now features NEON optimization, making encoding up to a whopping 8 times faster than before on ARM-based platforms

Updated to GNOME 45 runtime

Minor changes in the codebase that should make it easier to add an Open GOP toggle in the future (currently breaks keyframe placement)

Download on Flathub!

Aviator 0.4.2

12 Sep 06:36
Compare
Choose a tag to compare

Updated SVT-AV1 to 1.7.0, which features rebalanced presets & more massive speed improvements
In light of SVT-AV1's speedy development, Preset 7 is now high enough quality to be featured as Aviator's default speed preset
"Copy Audio" now disables other audio options in the GUI
New "Adaptive SCM" toggle (explained in tooltip)
Small fixes & adjustments

Download on Flathub!