![]() |
Request: Add "MatchPreset" and "MatchEnhance" settings to QTGMC - 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: Request: Add "MatchPreset" and "MatchEnhance" settings to QTGMC (/thread-1535.html) |
Request: Add "MatchPreset" and "MatchEnhance" settings to QTGMC - The_Tinkerer - 16.09.2020 MatchPreset and MatchPreset2 These settings are overrides. Their default settings will differ depending on the Preset. So they could be checkboxes to enable the overide, then a drop down to select the override setting. MatchPreset and MatchPreset2 settings: "Placebo", "Very Slow", "Slower", "Slow", "Medium", "Fast", "Faster", "Very Fast", "Super Fast", "Ultra Fast" Example "Match Preset Override" and "Match Preset 2 Override" check boxes, if disabled nothing is set so the default value is automatically used, if enabled, enable drop downs with the above settings. MatchEnhance This should just be a basic setting to add. (Its default is 0.5). Maybe a checkbox under "Sharpness". The setting doesn't seem to have an upper limit, but a setting of 1000000 doesn't look different than 1000, but a setting of 1000 looks different than 100. Settings above 1000 don't seem to look any different from each other. The recommended setting is below 1.00 of course, so this would be for either experimental or creative effect. Example line with MatchPreset and MatchPreset2 overridden to Placebo, and MatchEnhance changed to 0.75: QTGMC(Preset="Placebo", InputType=0, TR2=0, Sharpness=0.2, SourceMatch=3, MatchEnhance=0.75, MatchPreset="Placebo", MatchPreset2="Placebo", Lossless=0, ediThreads=2) Of course this can be done via custom: LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\LoadDll.dll") I know it's extra work. But something to consider! ALSO, Final Temporal Smoothing (TR2) has had settings 4 and 5 added since the end of 2016. So you should add them! ![]() RE: Request: Add "MatchPreset" and "MatchEnhance" settings to QTGMC - Selur - 16.09.2020 Quote:ALSO, Final Temporal Smoothing (TR2) has had settings 4 and 5 added since the end of 2016. So you should add themlooked at the code values 0-6 are supported for Avisynth, not for Vapoursynth :/; which is why I missed it. -> adjusted the code I'll look at the MatchPreset, MatchPreset2 and MatchEnhance options. Cu Selur RE: Request: Add "MatchPreset" and "MatchEnhance" settings to QTGMC - The_Tinkerer - 16.09.2020 AWESOME! ![]() Testing the Match Preset options seem to be OK. Match Enhance fails with Script error: the named argument "MatchEnhance" to QTGMC had the wrong type (C:\Users\Administrator\AppData\Local\Temp\tempPreviewAvisynthFile10_33_16_663.avs, line 28) QTGMC(Preset="Placebo", InputType=0, TR2=0, Sharpness=0.2, SourceMatch=3, Lossless=0, MatchPreset="Placebo", MatchPreset2="Placebo", MatchEnhance="1", ediThreads=2) I believe the problem is it gets set as MatchEnhance="1" when it should be MatchEnhance=1 (no quotes around the number). Not sure if it needs the .00 decimals, i.e. MatchEnhance=1.00. ALSO, the Hybrid window size in this version is too small! ![]() Previous release was 1300x551, this release is 1182x513: RE: Request: Add "MatchPreset" and "MatchEnhance" settings to QTGMC - Selur - 16.09.2020 Will fix the quote-problem and send you a new test link in a few minutes. Size is changing since I'm testing around with icon sizes and scaling,.. ![]() Cu Selur |