Closed AlyoshaVasilieva closed 2 years ago
Try specifying the path to VMAF model:
.\av1an.exe -i .\lossless.mkv --target-quality 91 --vmaf-path 'vmaf_v0.6.1.json' -o av1an_loss.mkv
Download the model and put it in the same folder as your video file.
The first encode failed due to
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: "Encoder encountered an error on chunk 6: Output { status: ExitStatus(ExitStatus(1)), stdout: \"\", stderr: \"Fatal: Specify stream dimensions with --width (-w) and --height (-h)\\r\\n\" }"', av1an-core\src\target_quality.rs:217:45
[00:02:59] [################################################################################################################################################>-----------] 93% 1001/1079 (5.56 fps, eta 14s)
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: Any { .. }', av1an-core\src\broker.rs:53:35
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Any { .. }', av1an-core\src\settings.rs:868:21
but the next worked (just by re-running it). Thanks.
@AlyoshaVasilieva The latest git version has better error handling, and will tell you the piping error (as well as properly capture the stdout/stderr from ffmpeg in the case of vmaf calculation fail). It also has a --max-tries
argument which you can set, which should work for you since you mentioned that resuming worked for you.
Closing as there is nothing to act on anymore, as everything has already been fixed in the git version
aomenc:
AOMedia Project AV1 Encoder 3.2.0-288-gda133ca1d
Windows 10