-
When running command
`sudo docker run -v "$(pwd)":/videos --user $(id -u):$(id -g) -it --rm masterofzen/av1an:latest -i Season\ 1/*.mkv -enc rav1e --resume`
with sha256:6dbbaa41060d81a69bce4723…
-
Running AV1AN right now against rav1e. I have not set any tune values or quantizer values for rav1e itself unlike what I see in the few examples out there, as not sure I see the value if AV1AN is sup…
-
Program just does nothing after command
![image](https://user-images.githubusercontent.com/59417884/196609244-e35d7ebd-14b5-415f-a8eb-bbb8666b4bfd.png)
-
As noted above, when the audio transcoding fails (e.g. wrong ffmpeg commands are given) the resulting audio.mkv is empty but av1an saves this as `audio_done: true`. In my opinion this should not be sa…
mxsrm updated
2 years ago
-
Would it be possible to implement a soft close command to av1an which allows the current chunks to finish and mark them done before closing? Would be useful when I don't immediately need the resources…
-
Say we have a directory with 100+ videos that could be split in 2 to 4 parts and we have 32 workers.
It would be neat if av1an could just scan them all one after the other and slowly add new chunks…
-
Not sure if this is the place to ask.
I do know that this project is kinda dead.
Does anyone have a working version before the switch to Rust?
Like the most recent version of the Av1an before…
-
av1an falls back to vf(select) if VS is not installed. Unfortunately it decodes the entire video until the crop point and is extremely wasteful of resources.
It should be either strongly discourage…
-
On some videos, Av1an will continually allocate RAM in a loop and eventually crash due to the system having no more available memory. Tested it against the master branch, but I also had it happen on c…
-
**Description of Problem & Solution**
It would be great if PyScenedetect could support input via pipe.
I've actually already proven that it's possible, and is mostly just an API change, see here: …