Quantcast Avisynth: Loadpluginex- Cannot get it Working - digitalFAQ.com Forums [Archives]
  #1  
11-14-2003, 01:18 PM
rendalunit rendalunit is offline
Free Member
 
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
Well I guess I'm just too dumb to get this to work

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
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
11-14-2003, 08:39 PM
rendalunit rendalunit is offline
Free Member
 
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
Finally got it working. Had to find MSVCP71.dll and MSVCR71.dll on the net

Thanks again Incredible,
ren
Reply With Quote
  #3  
11-14-2003, 08:45 PM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
Quote:
Originally Posted by rendalunit
Had to find MSVCP71.dll and MSVCR71.dll on the net
I forgot to mention that! :banghead:
Reply With Quote
  #4  
11-29-2003, 01:53 AM
bman bman is offline
Free Member
 
Join Date: Apr 2002
Posts: 356
Thanks: 0
Thanked 0 Times in 0 Posts
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
bman
Reply With Quote
  #5  
11-29-2003, 04:46 PM
rendalunit rendalunit is offline
Free Member
 
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #6  
01-08-2004, 07:23 PM
audioslave audioslave is offline
Free Member
 
Join Date: Mar 2003
Location: Sweden
Posts: 725
Thanks: 0
Thanked 0 Times in 0 Posts
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().
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!
__________________
AudioSlave
Reply With Quote
  #7  
01-09-2004, 07:52 PM
sbin sbin is offline
Free Member
 
Join Date: May 2003
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #8  
01-09-2004, 08:18 PM
audioslave audioslave is offline
Free Member
 
Join Date: Mar 2003
Location: Sweden
Posts: 725
Thanks: 0
Thanked 0 Times in 0 Posts
That's absolutely correct, sbin! I added ConvertToYUY2() before PixieDust() and ConvertToYV12() after. And now it works! Thanks guys! It wasn't exactly yesterday I worked with the Dust filters so, I guess I forgot this color space issue...
__________________
AudioSlave
Reply With Quote
  #9  
01-09-2004, 08:40 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by audioslave
That's absolutely correct, sbin! I added ConvertToYUY2() before PixieDust() and ConvertToYV12() after. And now it works! Thanks guys! It wasn't exactly yesterday I worked with the Dust filters so, I guess I forgot this color space issue...
In the little script you have you don't need to convert back to YV12. You should avoid it !
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
No programs working under Avisynth? Blubear Avisynth Scripting 1 04-01-2005 12:46 PM
Avisynth: not able to get UnDot working Shibblet Avisynth Scripting 5 12-12-2004 04:30 AM
Avisynth: add LoadPluginEx.dll line to DVD2SVCD.ini file telemike Avisynth Scripting 16 05-28-2003 01:57 PM
DVD2AVI 1.77.3 not working with AVISynth? Spyglass Video Encoding and Conversion 5 02-20-2003 06:31 AM
AVIsynth not working!!! deltaboy Avisynth Scripting 2 01-11-2003 08:42 PM

Thread Tools



 
All times are GMT -5. The time now is 12:12 PM  —  vBulletin © Jelsoft Enterprises Ltd