[BUG] 1st-pass stuck with SSIMD. - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [BUG] 1st-pass stuck with SSIMD. (/thread-2167.html) |
1st-pass stuck with SSIMD. - DevSker - 04.11.2021 Hello, I was about to compare SSIMD Spline64 against Bicubic Spline to a friend just so he could see the difference, while the Bicubic Spline one finished encoding really fast, the one with SSIMD enabled is simply stuck at ~98% in the 1st-pass. VPXEnc is not even using my CPU anymore, it just stopped. I've attached the sample I'm working with. I've been trying to downscale it to 1280x720, to retain a reasonable quality within Discord's limit of 8MB. Version: Hybrid 2021.11.01.1 Sample: https://files.catbox.moe/fgubyl.webm P.S: The pause/resume button keeps rising the "parallel jobs" counter every time I click on it. RE: 1st-pass stuck with SSIMD. - Selur - 04.11.2021 Without details (encoder settings etc.) -> no clue. Can't say anything atm. without a debug output. on a first try the preview failded for me since clip = core.resize.Bicubic(clip, matrix_in_s="2020cl",range_s="limited") Resize error: Resize error 3074: invalid colorspace definition (10/2/2 => 0/2/2). May need to specify additional colorspace parameters. Will look at it after work. Cu Selur RE: 1st-pass stuck with SSIMD. - DevSker - 04.11.2021 (04.11.2021, 06:51)Selur Wrote: Without details (encoder settings etc.) -> no clue. Sorry, I forgot about the debug output, it's attached. Extra info: Also, I did the exact same steps but added "Scale output frame rate" to 30, and now the progress bar is stuck at 197.62%(?) RE: 1st-pass stuck with SSIMD. - Selur - 04.11.2021 Think I found and fixed the problem, send you a new link via PM. Cu Selur RE: 1st-pass stuck with SSIMD. - DevSker - 05.11.2021 (04.11.2021, 15:48)Selur Wrote: Think I found and fixed the problem, send you a new link via PM. Seems to be working, thank you. |