12.10.2020, 15:26
12.10.2020, 16:31
Does the Avisynth preview work? (looks like there's a bug in the creation of the index file)
12.10.2020, 17:01
Code:
Yadifmod2(order=1,mode=0,edeint=nnedi3(field = -2))
Code:
Yadifmod2(order=1,mode=0,edeint=nnedi3(field = -1))
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, 17:02
(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
12.10.2020, 17:03
In all combinations?
Here I get the above mentioned error when using non-Avisynth Deinterlacers.
Here I get the above mentioned error when using non-Avisynth Deinterlacers.
12.10.2020, 17:18
(12.10.2020, 17:01)Selur Wrote: [ -> ]Yadifmod has 2 options:No clue how you manage to get the combination 'mode=0' and 'field = -2', I can only getCode:Yadifmod2(order=1,mode=0,edeint=nnedi3(field = -2))
ofCode:Yadifmod2(order=1,mode=0,edeint=nnedi3(field = -1))
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
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?Only Yadifmod2 preview not working:
Here I get the above mentioned error when using non-Avisynth Deinterlacers.
Quote:Avisynth preview error: -> yadifmod2: edeint clip's number of frames doesn't match. (w���indo), line 19)
12.10.2020, 18:04
For me fields is adjusted when I change the mode,...
12.10.2020, 19:11
Made some adjustments, added some error messages and send you a link via PM.
Cu Selur
Cu Selur