Log in

View Full Version : Using AVSRedirect.dll: question


OvejaNegra
15th June 2006, 20:09
I´m now writing a small (not too small) aplication to work with avisynth in VisualBasic 2005. Right now i´m working in the resize/cropping functions and i need a preview window. AVSredirect.dll is a wonderfull sollution writen by INC, it can do all the necesary (from give you a video frame to extract information) and i want use that for my project. But i´m having problems :-(

INC is helping me a lot, but he doesnt know VB and i´m not a skilled prgrammer so:

Anyone here is using AVSredirect.dll?
Can anyone give me an example of usable (and successful) code?
It can be in VB, C++ or Delphi, i have 2 friends who can give me a "translation".

According to the source code writen by INC and the pure basic example I THINK i´m doing everything fine, but it´s not working :-(

Please test your code before post it because i´m not an experienced programmer and my friends are not skilled in video or avisynth.

Sorry for all this and sorry for my english

:D :D :D THANKS!!!!!

Inc
20th June 2006, 22:34
Just clearifying things: :)

AVSredirect.dll in its original state is written MobileHackers which made older releases of ffmpeg capable reading avs files directly.
I just added some useful stuff like the Invoke("eval"...) support for directly processing scripts out of strings.