PDA

View Full Version : VirtualDub Motion Blur in Avisynth


3dfiction
1st June 2006, 21:13
any way for using virtualdub internal filter motion blur in avisynth. or any vdf file of motion blur for importing to avisynth.

thanks in advance

serdar camlica

foxyshadis
1st June 2006, 22:17
LoadVirtualDubPlugin("motionblur.vdf","_motionblur")
_motionblur(param1,param2,paramX)

I have no idea what parameters the plugin needs or in what order, one thing about vdf plugins is you must include all arguments, and in the right order.

Examples:
http://www.avisynth.org/VirtualDub_I
http://www.avisynth.org/VirtualDub_II

3dfiction
1st June 2006, 22:45
but i havent and didnt find yet any motionblur.vdf
i think, need a compiled to vdf from virtualdub open source. but i havent also any idea for how can be.

foxyshadis
1st June 2006, 23:01
Sorry, I thought it was an external, so yeah, it'd have to be compiled out. But it's okay, avisynth has an equivalent: TemporalSoften. (With radius 1 or maybe 2 and high tresholds.)

http://www.avisynth.org/mediawiki/wiki/Soften

There are also much more advanced and slower ones, like mvfps, that give it actual motion blur instead of just blending frames together.

3dfiction
2nd June 2006, 00:35
thank you, i knew temporalsoften but it dosent help me as motion blur. and realy slow. for last alternative i will use. i would like to if any body know some other external smooth, soften, denoiser avisynth plugin and recomend. and sure if anybody can compile motionblur.vdf. this file also help to many friends.