-
`Traceback (most recent call last):`
`File "./av1an.py", line 512, in `
`av1an.main()`
`File "./av1an.py", line 476, in main`
`self.split_video(self.args.file_path)`
`File "./av1an.…
-
If there are spaces in the source name the script seems to set the workers to 0, this obviously causes it to error out.
```python
av1an.py -i "file with spaces.mp4" --encoder svt_av1 -e '-w 1920 -h …
-
I'm pretty new to this, but I've checked all the install requirements etc and I'm still getting this error when trying to encode.
`C:\Av1an>av1an.py -i Sintel_1080p_YUV_RAW.avi -enc svt_av1 -e "-…
-
After trying to execute ./av1an.py -i [filename] it spits out a syntax error.
`
File "./av1an.py", line 22
self.bar_iteration: int = 0
^
SyntaxError: invalid syntax
`
-
Looks like freetype is required, but this is not mentioned in the readme :)
-
See log below. Aomenc build from this guy: https://www.reddit.com/r/AV1/comments/f17649/is_there_a_download_for_aomenc_built_with_vmaf/fh2cz0x/
av1an.exe -i sample.mkv -v " --cpu-used=5 --end-usage…
-
Note that -t = 10 and Workers = 2
CPU: 6 core 12 thread 3600x
av1an.exe -i sample-cut.mkv -t 10
100%|██████████████████████████████████████████████████████████████████████████▊| 308/309 [00:01
-
Currently, it appears like Av1an doesn't display FPS values unlike FFmpeg while encoding I believe that it would be quite useful to display it alongside the progress bar.