-
Hello,
great idea about the batch processing. Makes converting TV-series much easier and faster.
Would it be possible to include the "--resume" into the batch processing for the av1an - encodes?…
pat-e updated
9 months ago
-
```CMD
C:\Tools\Other_Tools\Video_Tools>git clone https://github.com/master-of-zen/Av1an
Cloning into 'Av1an'...
remote: Enumerating objects: 11544, done.
remote: Counting objects: 100% (438/438…
-
**Overview**
SVT-AV1-PSY crashes when `tune 3` is set and `crf` is set to 56 or above (tested via av1an).
- The crash does not occur when `crf` is 55 or lower
- Issue only occurs on the testing bra…
-
When dealing with large input files (1+ TB) it can be useful to select a temporary directory to hold the chunks, both to prevent running out of space but also spread wear & tear across more easily-rep…
-
aom can't encode jpeg (yuvj420p) and `--pix-format` doesn't work,
although it can be replaced with `-sc-pix-format` for now,
but av1an gives a new error when encoding webp and png.
**Information*…
-
On the the shell window
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Any { .. }', av1an-core\src\settings.rs:961:21
-
Hi ! It's possible to make the tool capable of splitting the work with av1an over different computers on the LAN for increasing the encoding speed ?
-
I have just installed av1an and I always (independent from options I enter) get a "core dumped"-error.
Is there a way to fix?
Here is my error:
```shell
> av1an
[1] 17824 segmentation faul…
-
I observed that if I run `av1an -e svt-av1 --target-quality=xx ....` the output includes
> Params: --preset 4 --keyint 240 --rc 0 --crf 25
But if I run `av1an -e svt-av1 -v '--preset 10' --targ…
-
From reading netflix's blog and my (limited) understanding of av1an, it seems like many of the components are in place. But I'm not finding any high level documentation on how to use av1an to prepare …