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 |
|
|
#1 | Link |
|
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 |
|
|
|
|
|
#2 | Link |
|
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 )
__________________
- 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. |
|
|
|
|
|
#4 | Link |
|
Registered User
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.
__________________
|
|
|
|
|
|
#5 | Link | |
|
Registered User
Join Date: Apr 2002
Location: Germany
Posts: 5,407
|
Quote:
![]() 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!) |
|
|
|
|
|
|
#6 | Link |
|
Registered User
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. |
|
|
|
|
|
#7 | Link |
|
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. |
|
|
|
|
|
#8 | Link | |
|
Registered User
Join Date: Jul 2003
Posts: 1,152
|
Quote:
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. |
|
|
|
|
|
|
#10 | Link |
|
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!) |
|
|
|
|
|
#13 | Link |
|
Registered User
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. |
|
|
|
![]() |
|
|