Josh Holmer
Josh Holmer
Probably. I can't say we're consistent about using labels. 🤷 I can't promise any sort of time frame at the moment, I'd like to but we only work on this...
Yes, that does seem to fix the issue. There's nothing we can do to resolve that from our side though, is there?
Ideally, yes, we would want to make the select method faster. We want to make sure we do that in a way that is frame accurate, so for the time...
I tend to share the above opinion, but I also think it's never a bad thing if av1an supports more encoders. But I don't think this will be on the...
When I built rav1e-by-gop with its network support, it did use zstd-compressed y4m. Obviously this wasn't ideal. It worked well enough over LAN, but over WAN with the terrible upload...
Looking back at the [server code](https://github.com/rust-av/rav1e-by-gop/blob/master/rav1e-worker/src/server/routes.rs) for rav1e-by-gop (which I wouldn't recommend copying verbatim, it had some bugs, but it's useful as a reference point), the architecture used there was:...
I think the error message is correct, it's just confusing because the Scene Detection bar also shows. In reality we should show the error message before drawing the progress bar...
I haven't seen the av-scenechange code yet but here are some of my thoughts: > Fix standard mode of scene detection. Currently, only the fast mode of scene detection actually...
This seems like an issue specific to the source. Possibly it's VFR? You should be able to check if it's constant or variable frame rate with a tool such as...
Do you have the ability to upload a source which is having this issue? I'd like to see if I can reproduce it as well. And if there's something av1an...