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.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 14th November 2021, 21:04   #821  |  Link
anton_foy
Registered User
 
Join Date: Dec 2005
Location: Sweden
Posts: 703
Quote:
Originally Posted by real.finder View Post
work fine for me
Code:
ColorBars(width=640, height=480, pixel_type="yv12")
convertbits(16)
dfttestmc()


if you mean the relationship between dfttest and neo_dfttest and dfttestmc then it should work in either way, anyway you should read starting from https://forum.doom9.org/showthread.p...on#post1938572 to know the story

tl;dr: nstring and sstring are for luma (and chroma if you didn't use chrslocation), and didn't matter if you have dfttest or neo_dfttest
Thanks yes I read that but still gives me the double image (half normal, half green) output but I guess I will have to check everything from scratch because sneo_dfttest and neo_dfttest works without a problem.

EDIT: sorry my mistake I mixed it up, yes sstring works without error in dfttestmc but not slocation. When using sstring with chrslocation it freezes but probably due to my slow system.

Last edited by anton_foy; 14th November 2021 at 21:28.
anton_foy is offline   Reply With Quote
Old 31st December 2021, 15:52   #822  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,156
Zs_RF_Shared.avsi updated with latest ver vstcanny
https://gitlab.com/uvz/AviSynthPlus-...RF_Shared.avsi
kedautinh12 is offline   Reply With Quote
Old 31st December 2021, 17:09   #823  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
Quote:
Originally Posted by kedautinh12 View Post
Zs_RF_Shared.avsi updated with latest ver vstcanny
https://gitlab.com/uvz/AviSynthPlus-...RF_Shared.avsi
thanks for let me know, I did the update on my side https://github.com/realfinder/AVS-St...RF_Shared.avsi
__________________
See My Avisynth Stuff
real.finder is offline   Reply With Quote
Old 11th January 2022, 09:29   #824  |  Link
LeXXuz
21 years and counting...
 
LeXXuz's Avatar
 
Join Date: Oct 2002
Location: Germany
Posts: 716
Was there any change in the syntax of now NotSMDegrain()?

With contrasharp=true MeGUI crashes instantly in AVS Script Creator without letting me know what reason.

Integers work as parameter (it uses LimitedSharpen then instead of Contrasharpen, right?)

Any plugin I could be missing?
LeXXuz is offline   Reply With Quote
Old 11th January 2022, 15:07   #825  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
Quote:
Originally Posted by LeXXuz View Post
Was there any change in the syntax of now NotSMDegrain()?

With contrasharp=true MeGUI crashes instantly in AVS Script Creator without letting me know what reason.

Integers work as parameter (it uses LimitedSharpen then instead of Contrasharpen, right?)

Any plugin I could be missing?
I dont use MeGUI but work fine here (avspmod), tested with DVD source

Quote:
Integers work as parameter (it uses LimitedSharpen then instead of Contrasharpen, right?)
true, but LSFmod not LimitedSharpen
__________________
See My Avisynth Stuff

Last edited by real.finder; 11th January 2022 at 15:11.
real.finder is offline   Reply With Quote
Old 11th January 2022, 15:23   #826  |  Link
LeXXuz
21 years and counting...
 
LeXXuz's Avatar
 
Join Date: Oct 2002
Location: Germany
Posts: 716
Weird. Finally got an error message upon import of my script.

Avisynth doesn't know what 'cb1' means.
In NotSMDegrain.avsi line 555.

Does that tell you anything?

I guess I'm missing a plugin, but I don't know which one. MeGUI did an update I did not actually want and caused a little havoc in my plugins folder.
LeXXuz is offline   Reply With Quote
Old 11th January 2022, 15:42   #827  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
Quote:
Originally Posted by LeXXuz View Post
Weird. Finally got an error message upon import of my script.

Avisynth doesn't know what 'cb1' means.
In NotSMDegrain.avsi line 555.

Does that tell you anything?

I guess I'm missing a plugin, but I don't know which one. MeGUI did an update I did not actually want and caused a little havoc in my plugins folder.
no https://github.com/realfinder/AVS-St...rain.avsi#L555

maybe your scripts/plugins outdated
__________________
See My Avisynth Stuff
real.finder is offline   Reply With Quote
Old 6th February 2022, 14:51   #828  |  Link
malze
Registered User
 
Join Date: Mar 2021
Posts: 5
Is there any changes to Srestore or even 64-bit verison of this plugin
malze is offline   Reply With Quote
Old 6th February 2022, 15:56   #829  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,156
You can read changes list from script
https://github.com/realfinder/AVS-St.../Srestore.avsi
kedautinh12 is offline   Reply With Quote
Old 6th February 2022, 16:09   #830  |  Link
malze
Registered User
 
Join Date: Mar 2021
Posts: 5
Is this for 64-bit avisynth or mainly for 32-bit.
malze is offline   Reply With Quote
Old 6th February 2022, 16:17   #831  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,156
Quote:
Originally Posted by malze View Post
Is this for 64-bit avisynth or mainly for 32-bit.
Both for x64 & x86
kedautinh12 is offline   Reply With Quote
Old 6th February 2022, 18:31   #832  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
sRestore is a script, is uses/requires x86 plugins in 32 bit avisynth, and x64 plugins in 64 bit avisynth.
__________________
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 ???
StainlessS is offline   Reply With Quote
Old 10th February 2022, 01:28   #833  |  Link
malze
Registered User
 
Join Date: Mar 2021
Posts: 5
Where is sRestore in the mediafire link as I am looking for it there.

Last edited by malze; 10th February 2022 at 01:39.
malze is offline   Reply With Quote
Old 10th February 2022, 03:30   #834  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,156
Just use my link i shared above
kedautinh12 is offline   Reply With Quote
Old 11th February 2022, 00:57   #835  |  Link
malze
Registered User
 
Join Date: Mar 2021
Posts: 5
How do I save the file as I copy it to the plugins folder it says error of the .avsi in AvsPmod.
malze is offline   Reply With Quote
Old 11th February 2022, 01:49   #836  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,156
Just right click on "raw" and save as .avsi file
kedautinh12 is offline   Reply With Quote
Old 28th February 2022, 01:06   #837  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
idea for sanimebob2()

Code:
edic=nnedi3(-2)
istff=GetParity()
TFMbob = Interleave(TFM(field=istff ? 1 : 0, micmatching=0, mode=0, clip2=edic.selecteven()), TFM(field=istff ? 0 : 1, micmatching=0, mode=0, clip2=edic.selectodd()))
bobclip = stgmc(tr0=-2,useEdiExt=1,EdiExt=TFMbob,Sharpness=0,tr2=5, Refinemotion=true, fastma=true)
yadifmod2(mode=3, edeint=bobclip).Vinverse_avsi(custem=edic).Repair(TFMbob).slimit_dif2(bobclip,thr=4)
any Feedback?

"custem" should be "custom", but I will replace it with clip2 in the next update anyway
__________________
See My Avisynth Stuff

Last edited by real.finder; 28th February 2022 at 01:22.
real.finder is offline   Reply With Quote
Old 2nd March 2022, 21:37   #838  |  Link
Ceppo
Registered User
 
Join Date: Feb 2016
Location: Nonsense land
Posts: 339
Just thinking, why don't you make a plugin pack with all the dll you use and your avsi files? That would be so good for lazy people like me

Also, do you use TFM (which I no longer remember the parameters) for the comb detection method?

Also, I don't like yadifmod because it create artefacts, dunno if you ever saw them, but I kinda not like them.
Ceppo is offline   Reply With Quote
Old 2nd March 2022, 21:42   #839  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Quote:
why don't you make a plugin pack with all the dll you use and your avsi files?
+1
__________________
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 ???
StainlessS is offline   Reply With Quote
Old 2nd March 2022, 22:29   #840  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
Quote:
Originally Posted by Ceppo View Post
Just thinking, why don't you make a plugin pack with all the dll you use and your avsi files? That would be so good for lazy people like me
Quote:
Originally Posted by StainlessS View Post
+1
there are https://forum.doom9.org/showthread.php?t=181989 already, why I need another one?

Quote:
Also, do you use TFM (which I no longer remember the parameters) for the comb detection method?

Also, I don't like yadifmod because it create artefacts, dunno if you ever saw them, but I kinda not like them.
you mean the "mi" or cthresh? anyway tfm is kinda confusing since most of it paramters not for field matching but for 60i things, so I like the idea you use it in ctools to put those in CPostProcessing not the CTelecineNew

yadifmod/yadifmod2 did artefacts yes, that why I use some filters after it, test and see yourself
__________________
See My Avisynth Stuff
real.finder is offline   Reply With Quote
Reply

Tags
avisynth, avs script, avs+, banding, generator, hbd, mod


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 16:39.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.