Log in

View Full Version : avs2yuv needs userlib.bpl


AGKnotUser
30th July 2013, 11:38
I'm running a small cmd file in Win 8 that calls avs2yuv before it calls x264. When it calls avs2yuv it complains it can't find various .bpl files. I found 3 of the files with D70_Installer but now it says it can't find userlib.bpl. I tried Google but no luck. Does anyone know where I can find it? Or how to stop avs2yuv from looking for it?

Thanks for any help.

Groucho2004
30th July 2013, 12:56
Where did you download avs2yuv? It certainly does not require any of these files.

AGKnotUser
30th July 2013, 13:31
Where did you download avs2yuv? It certainly does not require any of these files.

From here: http://forum.doom9.org/showthread.php?p=1527698#post1527698

I also have this problem with VirtualDub.

Groucho2004
30th July 2013, 14:05
You should ask the author of this modified version of avs2yuv.

Anyway, as far as I know, the .bpl files are Delphi components so I have no idea why your OS would ask for them.

komisar
30th July 2013, 14:45
http://forum.doom9.org/showthread.php?p=1527698#post1527698
This version compiled with GCC. It don't need any dependencies.
Maybe you avisynth have auto-loaded delphi-plugin?

AGKnotUser
30th July 2013, 15:00
Thanks to all who replied. Now at least I have a place to start looking!

AGKnotUser
30th July 2013, 15:35
This version compiled with GCC. It don't need any dependencies.
Maybe you avisynth have auto-loaded delphi-plugin?

That was it! I don't know specifically which plugin was to blame. I just made a new plugins folder and copied over only the plugins I really needed. Thanks again!