Posts: 24
Threads: 9
Joined: Nov 2021
04.11.2021, 03:15
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.
Posts: 10.551
Threads: 57
Joined: May 2017
04.11.2021, 06:51
(This post was last modified: 04.11.2021, 06:54 by Selur.)
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")
complained about:
Resize error: Resize error 3074: invalid colorspace definition (10/2/2 => 0/2/2). May need to specify additional colorspace parameters.
I know what's causing this and can fix this, but I have no clue whether this is related to your issue.
Will look at it after work.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 24
Threads: 9
Joined: Nov 2021
(04.11.2021, 06:51)Selur Wrote: 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")
complained about:
Resize error: Resize error 3074: invalid colorspace definition (10/2/2 => 0/2/2). May need to specify additional colorspace parameters.
I know what's causing this and can fix this, but I have no clue whether this is related to your issue.
Will look at it after work.
Cu Selur
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%(?)
Posts: 10.551
Threads: 57
Joined: May 2017
Think I found and fixed the problem, send you a new link via PM.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 24
Threads: 9
Joined: Nov 2021
(04.11.2021, 15:48)Selur Wrote: Think I found and fixed the problem, send you a new link via PM.
Cu Selur
Seems to be working, thank you.