Selur's Little Message Board

Full Version: is too small! (byteSize: 0byte)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Enabling some deinterlacers, except QTGMC, displays an error
Quote:is too small! (byteSize: 0byte)
Does the Avisynth preview work? (looks like there's a bug in the creation of the index file)
Code:
Yadifmod2(order=1,mode=0,edeint=nnedi3(field = -2))
No clue how you manage to get the combination 'mode=0' and 'field = -2', I can only get
Code:
Yadifmod2(order=1,mode=0,edeint=nnedi3(field = -1))
of
Code:
Yadifmod2(order=1,mode=1,edeint=nnedi3(field = -2))

the one where you use non-Avisynth deinterlacers (Bwdif/FFmpeg/Yadif (custom) ) fails because you need to crop mod2, otherwise you get: 'SeparateFields: YUV420 height must be multiple of 4'

The DGDecNV debug output is confusing, since DGDecNV isn't used at all.

Cu Selur
(12.10.2020, 16:31)Selur Wrote: [ -> ]Does the Avisynth preview work? (looks like there's a bug in the creation of the index file)

preview is work
In all combinations?
Here I get the above mentioned error when using non-Avisynth Deinterlacers.
(12.10.2020, 17:01)Selur Wrote: [ -> ]
Code:
Yadifmod2(order=1,mode=0,edeint=nnedi3(field = -2))
No clue how you manage to get the combination 'mode=0' and 'field = -2', I can only get
Code:
Yadifmod2(order=1,mode=0,edeint=nnedi3(field = -1))
of
Code:
Yadifmod2(order=1,mode=1,edeint=nnedi3(field = -2))

the one where you use non-Avisynth deinterlacers (Bwdif/FFmpeg/Yadif (custom) ) fails because you need to crop mod2, otherwise you get: 'SeparateFields: YUV420 height must be multiple of 4'

The DGDecNV debug output is confusing, since DGDecNV isn't used at all.

Cu Selur
Yadifmod has 2 options:
Mode=0 (0 : temporal and spatial interlacing check (default).)
Order=1 (1 : Top field first.)
Where is this option field = -2' ?

I not get this
Quote:'SeparateFields: YUV420 height must be multiple of 4'
message.
I tried using DGDecNV like other deinterlacers.


(12.10.2020, 17:03)Selur Wrote: [ -> ]In all combinations?
Here I get the above mentioned error when using non-Avisynth Deinterlacers.
Only Yadifmod2 preview not working:
Quote:Avisynth preview error: -> yadifmod2: edeint clip's number of frames doesn't match. (w���indo), line 19)
For me fields is adjusted when I change the mode,...
Made some adjustments, added some error messages and send you a link via PM.

Cu Selur