View Single Post
Old 7th June 2021, 22:09   #8  |  Link
AndyL
Registered User
 
Join Date: Apr 2021
Posts: 5
Quote:
Originally Posted by Selur View Post
That didn't really fix the underlying issue, it just overwrites the settings to avoid 'SubPel=2' which would be used according to the preset
Code:
                                                       Very                                                        Very      Super     Ultra
    # Preset groups:                        Placebo    Slow     Slower     Slow     Medium     Fast     Faster     Fast      Fast      Fast     Draft
    ...
    if SubPel       is None: SubPel       = [ 2,        2,        2,        2,        1,        1,        1,        1,        1,        1,        1     ][pNum]
Cu Selur
Yeah - I figured - but it seems to be doing a good enough job for what I need - and until a better solution comes along, I'm just pleased to have it working reliably.
AndyL is offline   Reply With Quote