21.04.2022, 14:27
What is your output format?
[HELP] No Preview / Hybrid not responding
|
21.04.2022, 14:27
What is your output format?
21.04.2022, 14:30
Input - ProRes 422HQ SD PAL 25fps / Output ProRes 422HQ 1080i 25fps
21.04.2022, 14:49
Quote:Output ProRes 422HQ 1080i 25fpsNormally enabling "ProRes->Interlacing" should do the trick. Might be a bug if Hybrid still deinterlaces. -> looking into it. Cu Selur
21.04.2022, 14:52
I already tried that setting, may be a bug?
Step-by-step: Add file (ProRes 422HQ SD PAL Interlaced) -> ProRes 422HQ -> Deinterlacing - Off Crop/Resize-> Convert to square pixels Crop/Resize -> Height 1080 Filtering -> DeGrain -> MLDegrain Filtering -> Sharpen -> CAS Filtering -> Frame -> Resize -> NNEDI3 Quote:I already tried that setting, may be a bug?Yes, it's a bug. Fixed it locally, will send you a new dev version for testing. Folling your step-by-step, I did the following:
-> looking into it. Just to make sure: This is what you did, right? Cu Selur
21.04.2022, 15:41
Yes, that looks OK.
21.04.2022, 16:01
Okay, I know what causes the problem.
Since NNEDI3 does not work on interlaced content, Hybrid needs to either deinterlace and then reinterlace or split the interlaced frames into their field and apply the filter on both fields. (This can be controlled through 'Filtering->Vapoursynth->Script->Filter interlace handling'.) And there is the bug, in which Hybrid does not properly set all the variables and thus when splitting into fields the cropHeight&Width are 0 which when causes an infinite loop during the pow-calcculation for NNEDI3. -> looking into it. Cu Selur
21.04.2022, 16:08
What could I use instead of NNEDI3?
21.04.2022, 16:27
Issue isn't NNEDI3, which actually does support interlaced content, but the combination of filtering with filters that do support interlacing and those that do not. (like CAS)
21.04.2022, 20:38
Resizers that will fail, are:
Setting 'Filtering->Vapoursynth->Script->Filter interlace handling' to something else than 'separate fields' should work until I figure out how to fix it for 'separate fields' too. Cu Selur |
« Next Oldest | Next Newest »
|