View Single Post
Old 19th January 2003, 18:57   #20  |  Link
sillKotscha
what's this for?
 
sillKotscha's Avatar
 
Join Date: Apr 2002
Location: Berlin, Germany
Posts: 993
Hi Marc FD,

your filter is really amazing fast!!

[DickModeOn]
I get nearly 44fps in first pass and almost 51fps in second pass... (XP1600, 256 RAM, single 60GB_HD without raid, WinXP-SP1)
[/DickModeOff]

I've used the following simple script:

Code:
LoadPlugin("D:\Tools\AVISynth_Plugins\Avisynth_2.5\MPEG2Dec3.dll")
LoadPlugin("C:\Tools\AVISynth_Plugins\Avisynth_2.5\BicublinResize.dll")
mpeg2source("D:\Movies\the 51st state\51.d2v")
crop(2,8,716,553)
BicublinResize(544,288,0.75,0.5)
but I have to:
Quote:
seewen
With this script + "Bicublin", the line turn White ( difficult to see, I didn't take picture ).
I can notice a line as well, but not a the right - I can notice the line at the bottom ( a blue, very thin line)

I did test relatively a lot but the standard parameters
Code:
BicublinResize(544,288,1/3,1/3)
and leaving the b,c values away
Code:
BicublinResize(544,288)
gave me same result_a thin blue line @ the bottom. To soothe you a bit, this line did appear only at one unharried scene (within a 1min test_clip). I didn't attach an image because it's not very noticeable within a picture but it is present.

my 2 cents and with kind regards

- Sill
__________________
latest mix sets: http://soundcloud.com/sill
sillKotscha is offline   Reply With Quote