Releases: gianni-rosato/rav1ator-cli
rAV1ator CLI v0.2.9
Big SVT-AV1-PSY update, again!
What's New:
- Changed Av1an chunk method to
bestsource
in light of recent Arch Linux issues regarding lsmash. Please installvapoursynth-plugin-bestsource
in order to continue using Av1an effectively. - Updated SVT-AV1 binary to SVT-AV1-PSY v2.1.0-A
Remember, installation instructions are here.
rAV1ator CLI will update automatically on your system. Thanks for checking it out, and happy encoding! 🎉
rAV1ator CLI v0.2.8
Big SVT-AV1-PSY update!
What's New:
- Removed "1080p Univisium" crop option
- Reworked crop generation to take absolute width/height instead of offsets from the input width/height
- Update SVT-AV1 binary to SVT-AV1-PSY v2.1.0-1-g70e5a3dd
- Minor code cleanup
Remember, installation instructions are here.
rAV1ator CLI will update automatically on your system. Thanks for checking it out, and happy encoding! 🎉
rAV1ator CLI v0.2.6
New update dialogue!
What's New:
- Interactive update confirmation UI, with a dialogue to run
sudo cp rav1ator-cli /usr/local/bin
for you - Update to latest SVT-AV1-PSY (
v2.0.0-28-g553c68ac
at the time of writing) - Fix the random newline at the top of the update dialogue when rAV1ator CLI is run using the
-b
flag and there is an update available
Remember, installation instructions are here.
rAV1ator CLI will update automatically on your system. Thanks for checking it out, and happy encoding! 🎉
rAV1ator CLI v0.2.5
This is just one big bug fix, but I wanted to make a release in case people were wondering where a removed option went.
What's New:
- All Opus audio options should work with any sort of stream mapping, including the problematic 5.1(side). This one was a long time coming, apologies it took as long as it did!
Opus (5.1 Remap)
option removed.
Remember, installation instructions are here.
rAV1ator CLI will update automatically on your system. Thanks for checking it out, and happy encoding! 🎉
rAV1ator CLI v0.2.4
Just another minor bump, again!
What's New:
- Pre-compiled SvtAv1EncApp binary from SVT-AV1-PSY is up-to-date at commit
c233913
- If update check fails during binary installation or encoding, print a helpful error message instead of misbehaving
Opus (5.1 Remap)
option for dealing with problematic 5.1(side) input audio- Updated README to be more helpful & verbose
Remember, installation instructions are here.
rAV1ator CLI will update automatically on your system. Thanks for checking it out, and happy encoding! 🎉
rAV1ator CLI v0.2.2
Just another minor bump!
What's New:
- Pre-compiled SvtAv1EncApp binary from SVT-AV1-PSY is up-to-date at commit
1c440e81
- When running
rav1ator-cli -b
to perform binary installation, the app will check for updates - Binaries are now on GitHub instead of Revolt
Remember, installation instructions are here.
rAV1ator CLI will update automatically on your system. Thanks for checking it out, and happy encoding!
rAV1ator CLI v0.2.1
Just a minor bump!
What's New:
- Pre-compiled rav1e binary is up-to-date at version 0.7.1
- When running
rav1ator-cli -b
to perform binary installation, there is now an additional prompt to install to /usr/local/bin
Remember, installation instructions are here.
rAV1ator CLI will update automatically on your system. Thanks for checking it out, and happy encoding!
rAV1ator CLI v0.2.0
TL;DR: The Batch Update
What's New:
- Batch encoding! Do
rav1ator-cli -a [input-dir]
to encode a bunch of videos at once with identical encode settings. - Updated x265 and x264 encoding parameters for better visual quality
- Updated Opus surround encoding parameters for smarter bit allocation
- Updated SVT-AV1 arguments to improve threading (Thanks, Trix!)
- Generating scale & crop settings are now separate options. This should make using the FFmpeg parameter generation much less confusing
- Touched up the codebase, fixed some (potential) bugs
New Contributors:
- @trixoniisama made their first contribution in #2 - Thanks!
Remember, installation instructions are here.
rAV1ator CLI will update automatically on your system. Thanks for checking it out, and happy encoding!
rAV1ator CLI v0.1.1
TL;DR: the Boring Update
What's New:
- The code now actually has comments!
- Printing now adds the generated Av1an command to rAV1ator CLI's history.
- Cleaned up some of the text provided to the user for certain options
- There is now an audio options prompt, allowing you to input custom audio settings that will be handled by Av1an's
-a
.
Installation instructions on the Codec Wiki will be updated soon to include Distrobox info as well as WSL2 info - keep an eye out if you're not on Arch & you'd like to use rAV1ator CLI but you're not sure how!
Remember, installation instructions are here.
rAV1ator CLI will update automatically on your system. Thanks for checking it out, and happy encoding!
rAV1ator CLI v0.1.0
I don't know if this is a huge update, but I think it does warrant a bigger change in version number: rAV1ator CLI 0.1.0
What's New:
- An actual help menu is now provided upon running
rav1ator-cli --help
which provides you with a couple of new options. - SVT-AV1 HDR10 preset now enabled & functioning.
- Encoding command history is now saved in a file in the home directory called
.rav1ator-cli-history
which can be managed using options within rav1ator-cli exposed by the help menu. ulimit -n 200000
appended to the beginning of all generated scripts to ensure mkvmerge concatenation errors occur much less frequently.- Updated installable precompiled aomenc binary to latest opmox/mainline-merge + nov8 patch v2.
- Offline mode to skip update checks.
- Additional changes to aomenc parameters. Notably, the experimental deltaq-mode 6 is now default for the HDR10 preset.
There are a lot of cool things we may be able to do with the history file in the future, including potentially resuming an encode from where someone has left off if rav1ator-cli detects a temp job folder in the encoding directory with an unfinished encode. Let me know if you'd like to see something like this!
That's all for now! rAV1ator CLI will update automatically on your system. Thanks for checking it out, and happy encoding!