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. |
16th October 2020, 17:03 | #881 | Link |
Registered User
Join Date: Oct 2018
Posts: 133
|
Another one similar to the two ones that I brought up above... but neither srestore nor Exblend (with or without PAL mode activated) are giving good results:
https://fex.net/s/tpytxl3 Is there anything I can do to get rid of those blends? |
5th June 2021, 09:01 | #882 | Link | |
Registered User
Join Date: Dec 2018
Posts: 65
|
hello,
I'm having a PAL VHS which runs in NTSC speed but is a NTSC->PAL conversion with field blending. Am I able to apply a fix blend for both the interlaced and deinterlaced version (I don't have the hq interlaced versions for all clips for some I only have the low resolution ones which appear to be already deinterlaced) so they could match with my NTSC hard telecined film which I would IVTC with TFM().TDecimate() ? https://workupload.com/file/nmUpb9S3DD9 I'm also getting a script error with Srestore "expected ')' . In The line 63: avs26=!(VersionNumber() 2.6) Line 60-65 Quote:
thanks in advance for your help Last edited by Metal-HTPC; 5th June 2021 at 09:03. |
|
5th June 2021, 09:30 | #883 | Link |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,597
|
make sure you have last update from https://github.com/realfinder/AVS-St.../Srestore.avsi and https://github.com/realfinder/AVS-St...RF_Shared.avsi
__________________
See My Avisynth Stuff |
5th June 2021, 14:08 | #884 | Link |
Registered User
Join Date: Dec 2018
Posts: 65
|
ok it's working. I tried all the different options of srestore but can't seem to get it to the same frames as the dvd source and that is the interlaced I'm not at the progressive yet. So if anyone wants to check out the samples any help would be greatly appreciated. thanks a lot
|
23rd August 2021, 11:01 | #885 | Link | |
Remco Jansen
Join Date: Aug 2019
Location: Netherlands
Posts: 15
|
FYI: After installing AVS+ 3.70 Srestore gave an "expected )" error. I found I needed to change the position from which to extract the version number in the AvsPlusVersionNumber function for it to start working again:
Quote:
|
|
23rd August 2021, 14:43 | #886 | Link |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,023
|
From recent [maybe latest] Real.Finder Zs_RF_Shared.avsi,
Code:
#################### #### some of StainlessS AvsVersion.avsi https://forum.doom9.org/showpost.php?p=1897680&postcount=5103 Function IsAvsNeo() { FindStr(VersionString," Neo")!=0} Function IsAvsPlus() { FindStr(VersionString,"AviSynth+")!=0||IsAvsNeo} Function AvsPlusVersionNumber() { V=VersionString Off=(!IsAvsPlus)?0:FindStr(V,"(r") return (Off==0)?0:V.MidStr(Off+2).Value.Int } # Avs+ & Neo, (More than 4 digits, Max 24 bit, ~16M)
__________________
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 August 2021 at 22:59. |
2nd August 2022, 13:31 | #889 | Link |
Registered User
Join Date: Apr 2020
Posts: 24
|
Hi,
I have a double blended PAL DVD, that is blended on the semi-frame. My idea was to try to remove the double blending doing a SeparateFields srestore Then a Weave to reunite the deblended semi-frames. But i'm not able to end up with a pure 50fps de-blended result. Srestore seems just not kicking in. Is that workflow possible? |
7th August 2022, 15:42 | #891 | Link | |
Registered User
Join Date: Apr 2020
Posts: 24
|
Quote:
and srestore wasnt't giving me results (or i was not able to make it function in that way), but thinking about it, the original frate it's not a strict requirement, so i can try with the 23.976 path too. Thank you for the reply. |
|
28th September 2023, 22:52 | #892 | Link |
Acid fr0g
Join Date: May 2002
Location: Italy
Posts: 2,823
|
Perhaps I should have posted here this.
Long story short: 59.98i to 23.976p, one video badly resized and perhaps telecined, the other simply interlaced. Can you find some good use for srestore in that case scenario?
__________________
@turment on Telegram |
11th October 2023, 03:24 | #893 | Link |
Registered User
Join Date: May 2008
Posts: 21
|
|
22nd September 2024, 00:51 | #895 | Link |
Acid fr0g
Join Date: May 2002
Location: Italy
Posts: 2,823
|
I can't sort this out.
My next step is to downsize to native (540p I suppose), retaining 444 croma at the end. My suspect is that I have to resize before applying any kind of deblend/fake deinterlace. I can't really fix the rainbow/blending/weaving. Any help is welcome.
__________________
@turment on Telegram Last edited by tormento; 22nd September 2024 at 00:53. |
22nd September 2024, 19:28 | #897 | Link | |
Registered User
Join Date: Oct 2003
Posts: 215
|
Quote:
Your footage shows some sort of multi-frame blending, like it was the result of a poor PAL to NTSC to inverse-telecine conversion. There are instances of half-frame horizontal blending halfway down the frame, for example. exblend might help, but for the most part this was mangled during conversion, and it's terribly difficult to unscramble eggs. |
|
Tags |
mrestore, srestore |
Thread Tools | Search this Thread |
Display Modes | |
|
|