-
In the current implentation using a `-vf crop` filter is not supported by the vmaf_target mode. Example:
```bash
av1an -i "/run/media/elrond/Data 1/BD/test.mkv" \
-enc aom -v ' --cpu-used=6 -…
nshtg updated
3 years ago
-
TL;DR - Incorrect frames are being returned when requesting a segment vs loading a video from start to end.
This is a little involved of a bug report, so bear with me as I add images and upload exa…
-
For a project aimed to make AV1 encoding accessible to the average user, the very first step - installing av1an - is nightmarishly difficult. I say this with highest respect for that goal and the effo…
-
I tried using Av1an as follows, with the results you see here:
```
[koz@Sebastian ~]$ av1an --input test.mp4 --output_file test.mkv --encoder svt_av1
64%|████████████████████████████████████████…
-
I've seen this only on Geforce Experience generated videos.
![ConEmu64_Mvw5tXooGa](https://user-images.githubusercontent.com/68745888/91666484-43aec300-eb27-11ea-814d-b8d8a73a602d.png)
-
This speaks for itself:
```
[koz@Emi ~]$ av1an --input gundam-wing-01.mkv --output_file test --encoder x265 --workers 8
Invalid commands:
slow suggest: -o
If you sure in validity of your comman…
-
It seems there is not possibility for av1an to encode raw YUV files.
The following call
`PATH=$PATH:/path/to/projects/aom/build_dir/ av1an -i /path_to_yuv/file_2160p60_420_10bit.yuv -fmt yuv420p10le…
-
If I use x265 via ffmpeg on the same present and qp, I can easily get 120fps transcodes, but with `av1an`, even with 11 workers, I only get 30 or so. I suspect this is due to overly-aggressive scene s…
-
Since Pyscenedetect appears broken on my source (see [this issue](https://github.com/Breakthrough/PySceneDetect/issues/186)), I tried running av1an with aom_keyframes as the splitting mechanism.
It…
-
Hi.
Trying to encode a file using Av1an on Windows, it fails to start.
All prerequisites installed & binaries are in the same folder.
Tried troubleshooting with different ffmpeg versions, placing…