Posts: 10.598
Threads: 57
Joined: May 2017
What is your output format?
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 459
Threads: 107
Joined: Jul 2020
Input - ProRes 422HQ SD PAL 25fps / Output ProRes 422HQ 1080i 25fps
Posts: 10.598
Threads: 57
Joined: May 2017
Quote:Output ProRes 422HQ 1080i 25fps
Normally enabling "ProRes->Interlacing" should do the trick.
Might be a bug if Hybrid still deinterlaces.
-> looking into it.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 459
Threads: 107
Joined: Jul 2020
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
Posts: 10.598
Threads: 57
Joined: May 2017
21.04.2022, 15:30
(This post was last modified: 21.04.2022, 15:30 by Selur.)
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:
- started Hybrid.
- opened the file you send (Base->File open).
- set 'Base->Processing->Video' to 'ProRes'.
- set 'ProRes->Profile' to 'ProRes 422HQ'.
- enabled 'ProRes->Interlacing'.
- (I did not touch the Deinterlacing, since it now shouldn't be applied.)
- I enabled 'Crop/Resize->Base->Pixel Aspect Ration (PAR)->Convert output to PAR'.
- I set 'Crop/Resize->Base->Picture Resize->Auto adjust' to 'width'.
- I set 'Crop/Resize->Base->Picture Resize->Target resolution' to '1080' (no Output resolution shows (1476x1080).
- I enabled 'Filtering->Vapoursynth->DeGrain->MLDegrain'.
- I enabled 'Filtering->Vapoursynth->Sharpen->CAS'.
- I enabled 'Filtering->Vapoursynth->Frame->Resize->Resizer'.
- I set 'Filtering->Vapoursynth->Frame->Resize->Resizer' to 'NNEDI3'
I pressed the 'Vapoursynth Preview' button and Hybrid froze.
(this is a bug, not sure where atm.)
-> looking into it.
Just to make sure: This is what you did, right?
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 459
Threads: 107
Joined: Jul 2020
Posts: 10.598
Threads: 57
Joined: May 2017
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
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 459
Threads: 107
Joined: Jul 2020
What could I use instead of NNEDI3?
Posts: 10.598
Threads: 57
Joined: May 2017
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)
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 10.598
Threads: 57
Joined: May 2017
Resizers that will fail, are:
- NNEDI3
- Anime4k
- BasicVSR
- RealSR
- SRMD
which are some of the best.
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
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.