Boats
Boats
Versions of BestSource besides [R2-RC1][link-r2-rc1] seemingly do not support specifying the exact cache file location. The documentation (snippet below) suggests that the value supplied to `cachepath` is made relative to...
This PR intends to mostly address #59 with minimal code changes that would affect other functions and systems. However, these changes should continue to be expanded upon to improve other...
~~This is a work in progress.~~ The goal is to expand Target Quality mode with multiple metrics besides VMAF. As an introduction, I added SSIMULACRA2 and Butteraugli. ~~I added XPSNR...
This is a feature request to track a potential PR to implement it. I'm also looking for feedback, mostly on naming. Users that provide extremely large input video files or...
Av1an's functionality outside of a command-line interface is very valuable and should be refactored such that it can be leveraged as a dependency in other projects. This does not mean...
I have an idea on how this can be implemented but am not familiar with all the components required so I'm looking for direct feedback on this. Av1an already uses...
This is a feature request to track a potential PR to implement it. If the encoder fails for any reason, Av1an retries the chunk up to N times as defined...
This is a feature request to track a potential PR to implement it. I'm also looking for feedback for both naming and implementation preference. Users can currently speed up Target...
`parse_zones()` will call `Scene::parse_from_zone()` for each line in the provided zones file. However, when `Scene::parse_from_zone()` encounters a validation error, it immediately returns without evaluating the rest of the parameters. `parse_zones()`...