Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
27th November 2023, 00:36 | #84 | Link | |
Registered User
Join Date: Aug 2016
Posts: 710
|
Oh you mean StainDROID as in android. StainROID on the other hand sounds like roid stain which is something else
Quote:
Code:
Season 1&2 No defects, can be TIVTC'd as usual with optional decombing Season 3&4 Repair with ExBlend: ExBlend(mode=0, lockthresh=0.0, ithresh=3.0, show=0).Prefetch(1).Preroll(8) TDecimate(mode=1, CycleR=1, Cycle=5, denoise=true).Prefetch(1) QTGMC(InputType=1, preset="slow", Rep0=13, Sharpness=0.0).Prefetch(4) Spline36Resize(720, 540) ChangeFPS(60000,1001) Season 5 E01-E12 Only needs TDecimate from 30 to 24 with optional decombing Season 5 E13-E24 Repair with vinverse + ExBlend: vinverse(sstr=0.25).Prefetch(1) ExBlend(mode=0, lockthresh=0.0, ithresh=3.0, show=0).Prefetch(1).Preroll(8) TDecimate(mode=1, CycleR=1, Cycle=5, denoise=true).Prefetch(1) QTGMC(InputType=1, preset="slow", Rep0=13, Sharpness=0.0).Prefetch(4) Spline36Resize(720, 540) ChangeFPS(60000,1001) Season 6 E01-E12 Same as season 3&4 Season 6 E13-E26 Same as season 1&2, except E18 same as S05E13-E24 Season 7 E01-E05, E07, E15 Same as season 1&2 Season 7 E06, E08-E14, E16-E22 Same as season 3&4 edit: reduced QTGMC sharpness from default 1.0 to 0.0 as this show has lots of baked-in sharpening which seems to be interacting with QTGMC's sharpener to make it look more sharp than usual. What a disgusting mess made by Mill Creek Entertainment, and what an incredible feat of reverse engineering to salvage it. Is Mill Creek enshittification? Last edited by flossy_cake; 27th November 2023 at 11:12. |
|
4th March 2024, 00:21 | #85 | Link | |
Registered User
Join Date: Aug 2016
Posts: 710
|
Quote:
|
|
4th March 2024, 15:03 | #86 | Link | ||
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,992
|
This one.
Quote:
sometimes this 'stuff' was width-cropped 704x480 and downsized to 352x240 causing sequences of 3 good frames / 2 Blended frames, @ 29.97. At the time of writing, I did not 100% know the cause of the 3 good / 2 blended sequences that ExBlend fixes, so I just added the PAL option to attempt fix sequences of 4 good / 2 blend sequences. I aint ever found any 4 good 2 bad sequences that Exblend fixes. From docs Quote:
Code:
int pal -1, 0, 1 , Default 0, lets Exblend() know what the original frame rate was. This sets the filters hints, after a blended pair is found, the detector will preset 3 (23.976/24 FPS) frames either side of the pair to HINTED meaning No Blend. If 'pal' (25 FPS) is set to 1, it will preset 4 frames either side to HINTED. This helps it fall into sync with sequence but may have slight delayed detection if the sequence goes out of sync. If a frame has already been preset (visited) then the hint will not be set, this allows hints to work when scanning both forward and backwards. Not sure if PAL is actually useful or not, never seen any clip that exhibited this problem with a good/blended signature of GGGGBBGGGGBBGGGG etc, where there are 4 good frames and 2 blends. As it did not add much difficulty to the plugin, PAL was implemented just incase it was ever found to be useful. -1 AutoPal mode. (MODE 0 ONLY) If you are not sure what the original source was you can set PAL = -1 (MODE 0 Only). If "Unblended:Blended Pairs" Ratio is between (4.0-0.01) and 5.0 at frame 1500 (1500=60*25 = 60 seconds @ 25 FPS), it will auto switch to PAL hints, the first 60 seconds could contain the odd extra false blend pair detection. If AUTO PAL is activated, the Metrics P (PAL) flag is hi-lited. It's not a good idea to rely on this auto pal switch, you should set pal=1 when you see it in orange. If autopal is activated and you later see the ratio rise above 5.0, then it would seem that the autopal detection was in error, this can happen if the 1st 60 seconds contains a lot of static scenes with little movement, in this case you should change to PAL=0 to disable the autopal detection and force it to 23/24FPS original frame rate. Again, if the 1st 60 seconds contains a lot of static scenes and it was originally PAL 25 FPS then the autopal may fail to detect and not auto switch to PAL mode, in this case, ratio will later fall to above 4.0 and below about 5.0. In this case you should change to PAL=1 to force PAL mode. 0, Forced 24 (or 23.976) FPS original frame rate (Default). If the original source was 25 FPS and PAL is set to 0, then this can reduce the effectiveness of ExBlend() due to it erroneously detecting false blends where it should have been hinted, thus throwing it out of sync. 1, Forced PAL 25 FPS original frame rate. If the original source was 24 FPS and PAL is set to 1, then this can DRAMATICALLY reduce the effectiveness of ExBlend() due to it hinting out blends and overriding what should have been a blend detection. This will again, throw it out of sync. The R (RATIO) metrics flag will be displayed in orange at any time the ratio is not within expected bounds, including during the AUTO PAL detection period (if it was a 25 FPS clip originally) but will disappear once AUTO PAL has switched.
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? Last edited by StainlessS; 4th March 2024 at 15:22. |
||
5th March 2024, 08:54 | #87 | Link |
Registered User
Join Date: Aug 2016
Posts: 710
|
I have an NTSC region 1 DVD ("The Ray Bradbury Theater") where some episodes were shot in New Zealand at 25fps film and they appear to have converted it to 30i using a 3:2:3:2:2 cadence with no blended fields. Some other episodes appear to be using 23.0fps with a 3:3:2:3:2 cadence. These episodes look fine when played back at 60p as the judder is not really visibly different from 3:2 judder imo.
Last edited by flossy_cake; 5th March 2024 at 08:58. |
5th March 2024, 21:09 | #88 | Link |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,992
|
Is there a question in there ?
It dont sound as if ExBlend can do anything with it.
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? |
7th March 2024, 11:00 | #89 | Link |
Registered User
Join Date: Aug 2016
Posts: 710
|
Sorry no just a comment. If 25p goes well enough into 30i with 3:2:3:2:2 then there probably isn't any need for the authors to field blend it, and no need to deblend it.
Another one is PAL DVD of Curb Your Enthusiasm which is fieldblended from 30i 2:2 --> 25i 1:1 . This one can't be IVTC'd as each field is a unique image with a different blend amount from the original 30p frames. |
22nd September 2024, 13:58 | #91 | Link | |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,992
|
Quote:
Or direct link here:- https://www.mediafire.com/folder/hb2...7z6/StainlessS
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? |
|
23rd September 2024, 11:21 | #94 | Link | |||
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,992
|
Does not look suitable source to me.
Originally intended for Quote:
Quote:
Also, [EDIT: Below SHOW=4 or SHOW=5 metrics] Quote:
is unlikely to be suitable source for fix. Was never envisaged to be useful for anything other than badly converted NTSC DVD downsized for VCD/SVCD. EDIT: At a minimum, there should be constant stream of 3 good frames, and 2 bad/blurred frames.
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? Last edited by StainlessS; 23rd September 2024 at 14:42. |
|||
Tags |
blending, unblending |
Thread Tools | Search this Thread |
Display Modes | |
|
|