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

Reply
 
Thread Tools Search this Thread Display Modes
Old 14th October 2008, 12:03   #261  |  Link
MOmonster
Registered User
 
Join Date: May 2005
Location: Germany
Posts: 495
Sorry no clue about it. Never used MT.
Did it work with mrestore? If not, it is probably a problem with the conditional enviroment.
Could you post the error and your script?
MOmonster is offline   Reply With Quote
Old 15th October 2008, 05:47   #262  |  Link
superuser
Registered User
 
Join Date: Sep 2006
Posts: 84
I have not used MRestore with MT as had switched to another plugin 6-8 months back.



Code:
MT("srestore(frate = 25.0, dmode=4, omode=6, speed=9, blocks=3, thresh=24, chroma=false, dclip=last.crop( 6, 46, -10, -58))", threads=4)
i even took out other params to leave it to below:

Code:
MT("srestore(frate = 25.0)", threads=4)
and in both cases I get error below:



If I use above without MT it works fine


thanks for the looking into it
superuser is offline   Reply With Quote
Old 15th October 2008, 15:43   #263  |  Link
MOmonster
Registered User
 
Join Date: May 2005
Location: Germany
Posts: 495
I will test MT with the next srestore release and see what I can do for you.
MOmonster is offline   Reply With Quote
Old 16th October 2008, 08:10   #264  |  Link
krieger2005
Registered User
 
krieger2005's Avatar
 
Join Date: Oct 2003
Location: Germany
Posts: 377
Before you start to test with MT i would ask the developer if MT support ScriptClip-Enviroments yet. I don't think so. MT is still in development...
krieger2005 is offline   Reply With Quote
Old 17th October 2008, 03:55   #265  |  Link
superuser
Registered User
 
Join Date: Sep 2006
Posts: 84
Quote:
Originally Posted by krieger2005 View Post
Before you start to test with MT i would ask the developer if MT support ScriptClip-Enviroments yet. I don't think so. MT is still in development...
thnxs Krieger ... I hve asked for help in MT plugin for the same here

Quote:
Originally Posted by MOmonster View Post
I will test MT with the next srestore release and see what I can do for you.
again and lets c what response we get in MT plugin.

In meanwhile I will try out MRestore also and see if tht works or not.

Regards
superuser is offline   Reply With Quote
Old 19th October 2008, 14:33   #266  |  Link
aand
Learning fast
 
aand's Avatar
 
Join Date: May 2008
Location: Bucharest
Posts: 33
Can you implement a <max number of dups/blens in a row> variable? Currently SRestore is cutting blends and also some frames with motion blur, leaving dups behind, breaking the motion.
aand is offline   Reply With Quote
Old 19th October 2008, 15:37   #267  |  Link
MOmonster
Registered User
 
Join Date: May 2005
Location: Germany
Posts: 495
@aand
Such a variable won't help much. I'm allready working on a saver detection. Could you upload a sample and post your script, please?
MOmonster is offline   Reply With Quote
Old 23rd October 2008, 03:26   #268  |  Link
thetoof
Sleepy overworked fellow
 
Join Date: Feb 2008
Location: Maple syrup's homeland
Posts: 933
I'm having some trouble with a source... It a fieldblended anime that contains regular simple blends (easily detected and removed by srestore) and these wonderful double chroma blends
__________________
AnimeIVTC() - v2.00
-http://boinc.berkeley.edu/-
Let all geeks use their incredibly powerful comps for the greater good (no, no, it won't slow your filtering/encoding :p)
thetoof is offline   Reply With Quote
Old 23rd October 2008, 20:22   #269  |  Link
MOmonster
Registered User
 
Join Date: May 2005
Location: Germany
Posts: 495
The avi is not the source, or?
A sample of the source would be better.

The chroma is not blended. The chroma-fields shifted. Frame 4 has the chroma of frame 5 and otherwise. That's why it looks like chroma double blending.
MOmonster is offline   Reply With Quote
Old 23rd October 2008, 22:04   #270  |  Link
thetoof
Sleepy overworked fellow
 
Join Date: Feb 2008
Location: Maple syrup's homeland
Posts: 933
Yeah, sorry 'bout that, I thought that it was some kind of blending so I uploaded the bobbed clip. It comes from the source in this post.
Thanks for helping.
__________________
AnimeIVTC() - v2.00
-http://boinc.berkeley.edu/-
Let all geeks use their incredibly powerful comps for the greater good (no, no, it won't slow your filtering/encoding :p)
thetoof is offline   Reply With Quote
Old 24th October 2008, 21:54   #271  |  Link
Trixter
Registered User
 
Join Date: Oct 2003
Posts: 216
I just have to say that, after telling people for 11 years that it was impossible, my jaw dropped the first time I used srestore() today. I took an NTSC interlaced blend of a PAL source, double-rate bobbed it with yadif, and then ran srestore() -- and the source turned into a blended mess into a pure 25fps original. My jaw hit the floor so hard I think I lost a tooth! Excellent work!!
Trixter is offline   Reply With Quote
Old 24th October 2008, 22:18   #272  |  Link
MOmonster
Registered User
 
Join Date: May 2005
Location: Germany
Posts: 495
@thetoof

Sorry, really less spare time at the moment, but I will have a look on it.


@Trixter

, I try to make next version even better.
MOmonster is offline   Reply With Quote
Old 25th October 2008, 18:32   #273  |  Link
thetoof
Sleepy overworked fellow
 
Join Date: Feb 2008
Location: Maple syrup's homeland
Posts: 933
@MOmonster
Goodie good, take your time.

@Trixter
If you tried TempGaussMC_beta1() instead of yadif, I think your jaw would hit the floor so hard it'd break it
__________________
AnimeIVTC() - v2.00
-http://boinc.berkeley.edu/-
Let all geeks use their incredibly powerful comps for the greater good (no, no, it won't slow your filtering/encoding :p)
thetoof is offline   Reply With Quote
Old 31st October 2008, 06:21   #274  |  Link
EuropeanMan
Registered User
 
Join Date: Nov 2006
Posts: 660
recently this weekend i tried yadif with srestore() on a source but i couldn't get rid of ghosting properly.

will it be okay if i put a link for a sample ?cuz i'm having problems fixing the ghosting...thanks
EuropeanMan is offline   Reply With Quote
Old 31st October 2008, 17:11   #275  |  Link
MOmonster
Registered User
 
Join Date: May 2005
Location: Germany
Posts: 495
@thetoof
I think this is fixable. A script I will create later.

@EuropeanMan
Of course, post the sample! I allready gave a sample on my hd srestore doesn`t get rid of. Post a link, I will use it for the next release.

Last edited by MOmonster; 31st October 2008 at 17:22.
MOmonster is offline   Reply With Quote
Old 1st November 2008, 05:18   #276  |  Link
thetoof
Sleepy overworked fellow
 
Join Date: Feb 2008
Location: Maple syrup's homeland
Posts: 933
Awesome! Here's another sample to play with http://www.mediafire.com/?hdzdyjwnwg0
You'll see the issue around 0:15.680

edit: and here's another new issue (well, it's something new for me ): (post# 331 & 332)
__________________
AnimeIVTC() - v2.00
-http://boinc.berkeley.edu/-
Let all geeks use their incredibly powerful comps for the greater good (no, no, it won't slow your filtering/encoding :p)

Last edited by thetoof; 1st November 2008 at 06:50.
thetoof is offline   Reply With Quote
Old 1st November 2008, 05:56   #277  |  Link
EuropeanMan
Registered User
 
Join Date: Nov 2006
Posts: 660
http://www.sendspace.com/file/ctv6r7

here is the sample and thx in advance
EuropeanMan is offline   Reply With Quote
Old 1st November 2008, 17:15   #278  |  Link
EuropeanMan
Registered User
 
Join Date: Nov 2006
Posts: 660
bump in hopes MOMonster is around to help me with the link provided by 'thetoof' in post 2 above this...

thanks
EuropeanMan is offline   Reply With Quote
Old 1st November 2008, 20:21   #279  |  Link
45tripp
Dolphin Blue
 
45tripp's Avatar
 
Join Date: Mar 2007
Posts: 336
a bump after 12 hours will earn you no favours
__________________
injected with feelings; with no final fading
45tripp is offline   Reply With Quote
Old 3rd November 2008, 23:31   #280  |  Link
Piper
Registered User
 
Piper's Avatar
 
Join Date: Jul 2002
Location: Canada
Posts: 196
Motion Blur

@MOmonster: After a bit of experience with srestore, I've noticed the following with with static scenes. Say someone is talking in an otherwise static scene and they move their head to the side. There's a frame or two delay from when they stop moving and the scene remains motion blurred to when it becomes nice and clear again. Is this simply an unavoidable outcome of this type of pattern matching or is there a threshold one could tweak to tighten this up a bit? Or, is it a bobbing issue? I've used TempGaussMC_beta1() along with all the other usual suspects, but without much success. Any advice?
Piper is offline   Reply With Quote
Reply

Tags
mrestore, srestore

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 05:19.


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