-
Same error whether cmd running as admin or not. Latest Av1an, python, vapoursynth, ffms, lsmash, ffmpeg, rust, aomenc. aomenc.exe in the same folder as av1an.exe
cmd output
D:\Video\av1\target\…
-
Windows 10; Python 3.9; latest pip, rust, MSVC++ 2019
I compiled Av1an about a month ago, it was quick and easy, didn't require these additional things
d:\Video\av1>python setup.py install
runnin…
-
My VMAF model is located at: `D:\AI\ff-utils\ff-utils-winforms\bin\Release\bin\vmaf_v0.6.1.json`
When I use `--vmaf-path "D:\AI\ff-utils\ff-utils-winforms\bin\Release\bin\vmaf_v0.6.1.json"`, I get …
-
Hello,
As I see, a newest version of this project I see you support for VCC Encoder but how can i get a VCC encoder for encode ? When I use encoder vcc on command they said VVC encoder not found ?
…
-
I am trying to install Av1an with a clean installation of Rust/Cargo. Does anyone know how I can resolve this issue? I'm not familiar with 'NASM' or how I would acquire it. Thanks.
```
> cargo ins…
-
This is likely due to the fact that keyframe filtering mode 2 is not supported by all decoders. Whatever decoder av1an is using is failing to decode the files.
I'll self-assign this and take a look…
-
Hello.
I am encode with this parametres:
```docker run --privileged -v "/home/bitcoren/videos":/videos --user $(id -u):$(id -g) -it --rm masterofzen/av1an:master -i "input.mp4" --encoder aom -v " --…
-
When running av1an and specifying a scene file with `-s` the scene detection process will start as if I had not.
-
Say an encode would leave us with a 72MB file and we set a file size limit of 50MB and with -o outputfile.webm
Av1an should then produce two files outputfile_1.webm and outputfile_2.webm of about 3…
-
Scenedetect doesn't support files with multiple audio tracks.
This error is also only visible when scenedetect is run directly as through av1an the only indicator given is that in the log where it …