-
Is it possible to print the progress (encoded frame count) when av1an is running without a graphical shell?
Right now, making a wrapper is tricky because it's not possible to read av1an's progress,…
-
Would be great to be able to use the Target Quality mode from av1an together with Hardware Encoders like NVEnc, QSV and co.
Rigaya has direct binaries for the encoder for [NVEnc](https://github.com…
-
Hello, I wanted to convert video recorded in OBS to VP9, and I don't understand the problem. I don't want libvpx to *encode* in yuvj444p, it's just the input format.
```
$ av1an -i input.mkv -o ou…
-
I ran the example code from README.md:
```
av1an -i input.mp4 -enc aom -v "--cpu-used=3 --end-usage=q --cq-level=30 --threads=8" -w 10 \
--split_method aom_keyframes --target_quality 95 --vmaf_pa…
lefth updated
3 years ago
-
Linux's CFS scheduler is generally tuned for max throughput over system responsiveness. An option to set a recommended background nice level or slider (from 0-19) would help with background encoding w…
-
I've had a problem multiple times where av1an would write a chunk into done.json even though it's not actually done.
In the end I'd end up with a video where chunks are missing and it's too short.
…
-
### FFmpeg failed to concatenate
This error happens either when I encode with STV-AV1 or AOM
```
$ av1an -i "Slippery Climb.mp4" -o "slip_climb" -e svt-av1 -v "--preset 8 --keyint 240 --lp 0 --rc 0…
-
Using Windows 11 build 22533, Av1an 0.3.1 (the windows binary [here](https://github.com/master-of-zen/Av1an/releases/tag/0.3.1)) and aomenc 3.2.0-411-gd872c3410
Encoding long videos (higher than 40…
-
> There is no native Linux or Mac port and I don't plan on making one as Linux users constantly tell me how much they love their CLI.
Those linux users are a vocal minority, why not release a linu…
-
This occurs a lot when the source is anamorphic or when the source contains things that are not supported by the output container. I believe this is because of the default muxing command used by av1an…