-
Installing the prerequisites (vapoursynth R57 or git master), then cargo install. Trying to encode any video gives
```
Program received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?…
-
i have a movie with large swaths (3-10 mins) ending up with a lower quality than normal, even with probing_rate 1, not just a chunk here and there.
an in-order encode log (and execution) would make…
-
The only way to not make it crash is to set 1 worker under av1an options. I tried to force -w 1920 -h 1080 under av1an>video>custom arguments, but with no success
[logs.zip](https://github.com/n00m…
-
The SVT encoders gave a 3X frame rate increase on VP9 and X265. There is a patch for ffmpeg noted in the videohelp article. Thank you.
https://forum.videohelp.com/threads/392544-Intel-SVT-HEVC-enco…
-
It would look like this:
`av1an 0.1.0 (9240f27)`
-
Currently photon noise generation is generated when the encode start and is kept in the temp dir.
An argument like `--photon-noise-model-path somemodel.tbl` would allow us to reuse the model when e…
-
aomenc's denoising sucks so I had the idea that av1an could optionally take ffmpeg denoising filter parameters. Currently the workflow is split the video into chunks, queue up and instantiate workers:…
clidx updated
2 years ago
-
I tried to encode [test.mp4](https://user-images.githubusercontent.com/46526140/122739042-3ec02900-d28b-11eb-8ef0-2e5e3e846525.mp4) with ```av1an -v " --cpu-used=6 --end-usage=q --cq-level=29 " --targ…
-
I'm looking to create the following workflow:
- TA download the video
- A script on my computer scan for new files
- If the video codec is h264, transcode to AV1 and replace the existing file
…
-
Please provide links and guide how to properly concatenate and decode.