digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: LoadPluginEX- cannot get it working (http://www.digitalfaq.com/archives/avisynth/6700-avisynth-loadpluginex-cannot.html)

rendalunit 11-14-2003 01:18 PM

Avisynth: LoadPluginEX- cannot get it working
 
Well I guess I'm just too dumb to get this to work :cry: :lol:

I followed the instructions from this link
http://www.avisynth.org/index.php?page=LoadOldPlugins

but I keep getting Access Violation errors

I installed the MSVCR70.dll and MSVCP70.dll in the Windows\System32 directory

rendalunit 11-14-2003 08:39 PM

Finally got it working. Had to find MSVCP71.dll and MSVCR71.dll on the net

Thanks again Incredible,
ren

incredible 11-14-2003 08:45 PM

Quote:

Originally Posted by rendalunit
Had to find MSVCP71.dll and MSVCR71.dll on the net

I forgot to mention that! :banghead: :D

bman 11-29-2003 01:53 AM

Quote:

Originally Posted by rendalunit
Finally got it working. Had to find MSVCP71.dll and MSVCR71.dll on the net

Thanks again Incredible,
ren

How u did it exectly Ren?
I've those 2 files too but can get fix the prob :evil: :evil: :evil: :evil:
bman

rendalunit 11-29-2003 04:46 PM

hey bman,

Put the LoadPluginEX2.dll where the other avisynth filters are located and then put a LoadPlugin("path\LoadPluginEX2.dll") line in your script. Put the necessary dlls (MSVCP71.dll, etc) in the WINDOWS\system32 folder. You should get an error message telling which dlls you're missing.

good luck,
ren

audioslave 01-08-2004 07:23 PM

Hi everyone. I've done all things you mention in your previous posts, but I can't get it to work! When I try opening my script in VDub it says:
Unrecognized exception!
and points to the line in my script where I've put PixieDust(). :cry:
Here's my test script:

LoadPlugin("C:\Program\AviSynth 2.5\plugins\Old\LoadPluginEx2.dll")
LoadPlugin("C:\Program\AviSynth 2.5\plugins\Old\DustV5.dll")
Mpeg2Source("D:\Rippat\Test\Test.d2v")
PixieDust()
LanczosResize(448, 416, 11, 0, 698, 576)
AddBorders(16, 80, 16, 80)

I really want to try this filter out together with the latest MA script just to find out if I can increase compression. Help desperately wanted!

sbin 01-09-2004 07:52 PM

What colorspace are you working in? mpeg2dec3 outputs YV12 by default, which Dust doesn't support. You most likely need to add ConverttoYUY2() just before PixieDust() in your script.

audioslave 01-09-2004 08:18 PM

That's absolutely correct, sbin! I added ConvertToYUY2() before PixieDust() and ConvertToYV12() after. And now it works! Thanks guys! :D It wasn't exactly yesterday I worked with the Dust filters so, I guess I forgot this color space issue... :oops:

Dialhot 01-09-2004 08:40 PM

Quote:

Originally Posted by audioslave
That's absolutely correct, sbin! I added ConvertToYUY2() before PixieDust() and ConvertToYV12() after. And now it works! Thanks guys! :D It wasn't exactly yesterday I worked with the Dust filters so, I guess I forgot this color space issue... :oops:

In the little script you have you don't need to convert back to YV12. You should avoid it !


All times are GMT -5. The time now is 09:55 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.