-
The boosting feature from python av1an was very useful to purposely boost darker areas, which still gives issues to ALL AV1 encoders right now.
It would be nice to have it ported and working for not …
-
Compared With Google libvpx Encoder The SVT-VP9 Encoder Scalable Video Technology is Intel optimized for CPU Processors, Which Get Greatly Improve Encoder Speed Software Encoding.
Google libvpx Encod…
-
When playing back a file encoded with rav1e and opus audio, chromium pauses at what appears to be each chunk boundary. Firefox and mpv play the video fine.
-
While testing with Vapoursynth I noticed that if I were to use a vapoursynth script as the input in Av1an the bitrate would be _lower_ and visually worse than if I were to use an mkv file as the input…
-
Compile from scratch, not on top of existing files
D:\Video\av1>cargo build --release
Compiling autocfg v1.0.1
Compiling libc v0.2.105
Compiling proc-macro2 v1.0.32
Compiling unicod…
-
Rarely, I have a problem with SVT-AV1 where the encoder seems to hang or even exit (no process in task manager), however, av1an does not detect it as a crash, and won't restart the chunk.
This mean…
-
I'm running in docker. The generated file is named x.mkv but contains mp4 data. And it is missing the audio track
$ docker run -v "$(pwd)":/videos --user $(id -u):$(id -g) -it --rm masterofzen/av1a…
-
I’ve just encoded a lossless video with the following media information (gathered via `ffprobe`):
```
Duration: 00:00:45.00, start: 0.000000, bitrate: 717448 kb/s
Stream #0:0: Video: h264 (…
-
Issue for tracking the progress and milestones than need to achieved for distributed encoding with av1an.
As i understand server-client model is best way forward.
Here are the points/steps so fa…
-
I wanna change my video fps without slowing down, essentially just dropping frames.
base codec is vp9.
I tried using ffmpeg_filter_args to do. `-r 30`, the encoder complains about frame mismatch
![…