View Single Post
Old 21st September 2008, 14:45   #242  |  Link
MOmonster
Registered User
 
Join Date: May 2005
Location: Germany
Posts: 495
Update:
Instead of mrestore, Cdeblend, FixBlendIVTC and DupHq there is only one function now: srestore.
The detection has been improved, the memory usage has been decreased and the usage should be a bit easier.
Just test this function.

Important:
- mrestore 2.31 has a big bug and has been removed from the R_pack
- AviSynth 2.5.8 change the calculation of changefps (round to floor). I will adapt srestore when the new AviSynth version gets final.

So, if you have problems with mrestore 2.31 or AviSynth 2.5.8 then test srestore with 2.5.7

@thetoof
Not sure what you really want. I could add a parameter for an alternative clip that is allways used if a blend is detected.
or do it this way:
line 123:
output.trim(0,1) ++ output.trim(2+current,0)
to something like this:
current==0 ? output : output.loop(3,0,0).trim(2+current,0).YourFilter(YourSettings)

Would be the same for srestore. If I wasnīt clear enough just ask.

Edit:
@Amrit
I used srestore with default settings on your source and donīt get any dups that aren`t in the source.

@vwpassion
Same here: Use your favourit bobber and srestore with default settings.

@all
If your problem is still not solved, please post it again. I donīt know anymore what problems are left.

Last edited by MOmonster; 21st September 2008 at 19:54.
MOmonster is offline   Reply With Quote