is too small! (byteSize: 0byte) - 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: is too small! (byteSize: 0byte) (/thread-1559.html) |
is too small! (byteSize: 0byte) - kingcrimsonster - 12.10.2020 Enabling some deinterlacers, except QTGMC, displays an error Quote:is too small! (byteSize: 0byte) RE: is too small! (byteSize: 0byte) - Selur - 12.10.2020 Does the Avisynth preview work? (looks like there's a bug in the creation of the index file) RE: is too small! (byteSize: 0byte) - Selur - 12.10.2020 Yadifmod2(order=1,mode=0,edeint=nnedi3(field = -2)) Yadifmod2(order=1,mode=0,edeint=nnedi3(field = -1)) 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 RE: is too small! (byteSize: 0byte) - kingcrimsonster - 12.10.2020 (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 RE: is too small! (byteSize: 0byte) - Selur - 12.10.2020 In all combinations? Here I get the above mentioned error when using non-Avisynth Deinterlacers. RE: is too small! (byteSize: 0byte) - kingcrimsonster - 12.10.2020 (12.10.2020, 17:01)Selur Wrote: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?Only Yadifmod2 preview not working: Quote:Avisynth preview error: -> yadifmod2: edeint clip's number of frames doesn't match. (w���indo), line 19) RE: is too small! (byteSize: 0byte) - Selur - 12.10.2020 For me fields is adjusted when I change the mode,... RE: is too small! (byteSize: 0byte) - Selur - 12.10.2020 Made some adjustments, added some error messages and send you a link via PM. Cu Selur |