Selur's Little Message Board
Not worked deblocking filters - 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: Not worked deblocking filters (/thread-145.html)

Pages: 1 2


Not worked deblocking filters - kingcrimsonster - 06.11.2017

AMDCT sending error
Quote:Avisynth preview error: couldn't show frame,...
DeblockQED and Unblock work if enabled "Before" option and disabled deinterlacer.
When deinterlacer and "Before" enabled - error message appears
Quote:Avisynth preview error: Script error: expected a , or )

When deinterlacer enabled and "Before" disabled - no effect from deblocking filters


RE: Not worked deblocking filters - Selur - 06.11.2017

Send you a link to a new dev build.

Cu Selur


RE: Not worked deblocking filters - kingcrimsonster - 08.11.2017

amDCT filter works only if enabled "before" option
When "before" disabled appears
Quote:Avisynth preview error: couldn't show frame



RE: Not worked deblocking filters - Selur - 08.11.2017

"couldn't show frame" -> that is probably amDCT running out of RAM. Should work for SD content will consume too much RAM for HD and up. Smile

Cu Selur


RE: Not worked deblocking filters - kingcrimsonster - 08.11.2017

Why this filter working when enabled "before" ? In this case used less memory?


RE: Not worked deblocking filters - Selur - 08.11.2017

Easy: Since the filter does not support filtering interlaced videos natively the video gets split into fields which is then filtered.
Each separate field has only half the height of the frame resolution and thus the memory consumption is less.

Cu Selur


RE: Not worked deblocking filters - kingcrimsonster - 09.11.2017

(08.11.2017, 22:18)Selur Wrote: Easy: Since the filter does not support filtering interlaced videos natively the video gets split into fields which is then filtered.
Each separate field has only half the height of the frame resolution and thus the memory consumption is less.

Cu Selur

Now I'm trying load a progressive file - 640x480.
Deinterlace is disabled. If "Picture Crop" disabled - this filter working, if enabled and set non-zero values - appears same error.
The same situation with HD file.


RE: Not worked deblocking filters - Selur - 10.11.2017

Will look into it.
-> send you a link to a new dev version for testing

Cu Selur


RE: Not worked deblocking filters - kingcrimsonster - 10.11.2017

new DebugOutput


RE: Not worked deblocking filters - kingcrimsonster - 13.11.2017

Currently working "DeblockQED" and "Unblock" when enabled "Before" option. If it disabled, left and right picture in Avisynth preview window do not differ. Deinterlace filter may be enabled or disabled - is no difference. AMDCT - left and right picture in Avisynth preview window do not differ when "Before" enabled and dsabled - not working in both positions.