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.

Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se

 

Go Back   Doom9's Forum > Capturing and Editing Video > VirtualDub, VDubMod & AviDemux
Register FAQ Today's Posts Search

Reply
 
Thread Tools Search this Thread
Old 16th September 2005, 09:28   #1  |  Link
arnie.d
Registered User
 
Join Date: Apr 2005
Posts: 100
MSU SuperResolution Filter

Hi,

Does anyone have the SuperResolution filter for virtualdub? Apparently it has been available in the past but not anymore. I'm really interested in this filter. When you see it's results you're probably interested too
http://www.compression.ru/video/supe...lution_en.html
__________________
jaja ikke
arnie.d is offline   Reply With Quote
Old 16th September 2005, 12:19   #2  |  Link
Didée
Registered User
 
Join Date: Apr 2002
Location: Germany
Posts: 5,407
Since there is AviSynth, I am not interested.

Code:
dx = 1280  #  destination width
dy = 720   #  destination height

ox=last.width
oy=last.height

# optionally: (much better for fine detail)
# lanczosresize( int(round(ox*1.5/4.0)*4), int(round(oy*1.5/4.0)*4) )

tdeint(mode=-1,type=3).turnleft().tdeint(mode=-1,type=3).turnright()

lanczosresize( dx, dy )
This should do the job until you succeed in getting your hands on SuperResolution.
__________________
- We´re at the beginning of the end of mankind´s childhood -

My little flickr gallery. (Yes indeed, I do have hobbies other than digital video!)

Last edited by Didée; 19th September 2005 at 14:29.
Didée is offline   Reply With Quote
Old 16th September 2005, 13:58   #3  |  Link
arnie.d
Registered User
 
Join Date: Apr 2005
Posts: 100
I never used avisynth and don't understand it
__________________
jaja ikke
arnie.d is offline   Reply With Quote
Old 16th September 2005, 15:05   #4  |  Link
unskinnyboy
Registered User
 
unskinnyboy's Avatar
 
Join Date: Feb 2004
Location: NTSC R1
Posts: 2,046
You can't get that MSU filter, it is proprietary. The page you see is for info only. Read this to see a similar discussion about another MSU filter. Learn AVISynth or keep looking for another similar freeware VirtualDub filter. Maybe it's out there.
__________________
unskinnyboy is offline   Reply With Quote
Old 16th September 2005, 15:17   #5  |  Link
Didée
Registered User
 
Join Date: Apr 2002
Location: Germany
Posts: 5,407
Quote:
Originally Posted by arnie.d
I never used avisynth and don't understand it
Well, that's exactly where I once started, too.


Source, 320x180:


Source, magnified 400% (1280x720):


400% Bicubic resized:


400% ELA-2 resized: (above script)


Perhaps not the most suited example, but I've not much lying around here on the office machine. The point should get clear, though.
__________________
- We´re at the beginning of the end of mankind´s childhood -

My little flickr gallery. (Yes indeed, I do have hobbies other than digital video!)
Didée is offline   Reply With Quote
Old 16th September 2005, 22:50   #6  |  Link
Dark-Cracker
Registered User
 
Dark-Cracker's Avatar
 
Join Date: Feb 2002
Posts: 1,195
i have not made some tests but you also have the
EDI filter.
http://forum.doom9.org/showthread.ph...732#post459732

but i don't know which is the most fast/best beetween EDI and ELA interpolation.

@Didée you script look interesting to use the ELA (even if the turnleft/right look tricky ).

++
__________________

AutoDub v1.8 : Divx3/4/5 & Xvid Video codec and .OGG/.MP3/.AC3/.WMA audio codec.
AutoRV10 v1.0 : Use RealVideo 10 Codec and support 2 Audio Streams and Subtitles.

Dark-Cracker is offline   Reply With Quote
Old 17th September 2005, 00:31   #7  |  Link
arnie.d
Registered User
 
Join Date: Apr 2005
Posts: 100
OK I've tried avisynth for the first time in my life. The only thing I can get done is make the script that contains the avisource and load the script as an avi file in virtualdub. Can someone please give me an example how to load the upsizer dll in the script and how to define the settings for it? Please? I tried the above script but it doesn't work.
__________________
jaja ikke

Last edited by arnie.d; 17th September 2005 at 00:37.
arnie.d is offline   Reply With Quote
Old 17th September 2005, 05:39   #8  |  Link
communist
Registered User
 
Join Date: Jul 2003
Posts: 1,152
Quote:
Originally Posted by arnie.d
I tried the above script but it doesn't work.
Posting the exact error message would be of help - though this time I assume its complaining about the lack of the tdeint plugin.
You can get tdeint from http://www.avisynth.org/warpenterprises/ - unpack the dll to your AviSynth plugin dir (default \Program Files\AviSynth 2.5\plugins), it should now autoload the plugin as soon a script is run.
communist is offline   Reply With Quote
Old 19th September 2005, 14:10   #9  |  Link
yaz
n00b ever
 
Join Date: May 2002
Posts: 627
... and (imho) oy = 720 should be replaced by dy = 720 ( or i don't get it all )

the bests
y
yaz is offline   Reply With Quote
Old 19th September 2005, 14:38   #10  |  Link
Didée
Registered User
 
Join Date: Apr 2002
Location: Germany
Posts: 5,407
You still get it, yaz ... I just screwed it.

Script is correct now.
__________________
- We´re at the beginning of the end of mankind´s childhood -

My little flickr gallery. (Yes indeed, I do have hobbies other than digital video!)
Didée is offline   Reply With Quote
Old 20th September 2005, 00:08   #11  |  Link
Kostarum Rex Persia
Banned
 
Join Date: May 2005
Location: Serbia
Posts: 560
Ok,it's very nice filter,but on your site I can't see download link.Drom where I can download that filter?
Kostarum Rex Persia is offline   Reply With Quote
Old 20th September 2005, 04:45   #12  |  Link
kurt476
Registered User
 
Join Date: Nov 2004
Posts: 87
i would love this filter too
kurt476 is offline   Reply With Quote
Old 6th April 2011, 03:22   #13  |  Link
CruNcher
Registered User
 
CruNcher's Avatar
 
Join Date: Apr 2002
Location: Germany
Posts: 4,892
Here it is http://www.infognition.com/super_resolution_vdf/ it took some time, though not as long as DNF did or still does
__________________
all my compares are riddles so please try to decipher them yourselves :)

It is about Time

Join the Revolution NOW before it is to Late !

http://forum.doom9.org/showthread.php?t=168004

Last edited by CruNcher; 6th April 2011 at 03:25.
CruNcher is offline   Reply With Quote
Reply


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 20:27.


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