Josh Holmer
Josh Holmer
Have you built the docker container yourself, or are you using the one from docker hub? If you build the container yourself from the latest git of this repo, it...
I don't know about SVT, but rav1e and aomenc at least will dynamically enable the instruction sets that your machine supports. Every mainstream encoder I've seen has worked the same...
Although it's important/unfortunate to note that at 4k and higher resolutions, scene detection (especially fast mode) becomes increasingly bottlenecked by decoding. The tips above will help, but only by so...
The user reported that they are not using VS input but are inputting an sRGB video file directly. (It's Kitsuna on the AV1 discord if you want to ping him...
The progress is logged to stderr, so whatever you're calling av1an from will need to capture stderr to read the progress indicator.
Ah, I see. Then this does seem like an actual issue requiring a code change. It probably does not make sense to log the progress bar the way it looks...
Possible suggestions would be a global state within the framework (protected by a Mutex?), a directory on the filesystem, Redis, a database... basically anything supported by other popular frameworks. I...
I'll take a shot at this. I'll make an implementation using in-memory state first as a proof of concept. I imagine later implementations can be added and switched between using...
Does Rocket currently have a system similar to middleware that would allow the session to automatically set a cookie (containing the session ID) in the response? That is the most...
Unfortunately that doesn't help me in this case, because I'm trying to implement a contrib module for rocket.