-
-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
svt-vp9 / svt-hevc encoder #2152
Comments
The AV1 encoder is getting faster: SVT-AV1 Can Now Achieve 1080p @ 60 FPS AV1 Video Encoding On Select Configurations |
2019-04-07 07:22:52: antoine uploaded file
|
2019-04-08 11:09:37: antoine uploaded file
|
The patch above actually does compress something now, but there is too much buffering happening inside the svt-vp9 library: SVT-VP9 issue 26: low latency usage. |
With the latest patch (see below), I can at least try to use it:
Since svt uses threads and signals, we need to tell gdb to ignore
Then, we can attach a client:
The server crashes pretty quickly:
We can't turn off threading, and I have no idea what causes this corruption.. |
2019-04-09 12:13:07: antoine uploaded file
|
Got a different backtrace after forcing the image wrapper to freeze the pixel data before calling the encoder (just adding
|
As per the answer here: low latency usage, this isn't ready yet. |
Still not ready. |
Issue migrated from trac ticket # 2152
component: encodings | priority: major
2019-02-18 02:37:30: antoine created the issue
The text was updated successfully, but these errors were encountered: