Posts: 329
Threads: 107
Joined: May 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
Posts: 10.556
Threads: 57
Joined: May 2017
Send you a link to a new dev build.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 329
Threads: 107
Joined: May 2017
amDCT filter works only if enabled "before" option
When "before" disabled appears
Quote:Avisynth preview error: couldn't show frame
Posts: 10.556
Threads: 57
Joined: May 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.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 329
Threads: 107
Joined: May 2017
Why this filter working when enabled "before" ? In this case used less memory?
Posts: 10.556
Threads: 57
Joined: May 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
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 329
Threads: 107
Joined: May 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.
Posts: 10.556
Threads: 57
Joined: May 2017
10.11.2017, 06:15
(This post was last modified: 10.11.2017, 06:40 by Selur.
Edit Reason: link notice
)
Will look into it.
-> send you a link to a new dev version for testing
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 329
Threads: 107
Joined: May 2017
Posts: 329
Threads: 107
Joined: May 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.