PDA

View Full Version : Avisynth 2.08 error


ratuna
6th November 2003, 05:36
Hi,

I installed Avisynth 2.08.
In Moviestacker made a simple script.
When trying to open the .avs file in TMPGENC I got a message like this:
The application could not be inicialized because vsub23.dll wasn't found.
Well, I didn't find this dll and don't know which program it belongs to.

Thanx

Richard Berg
6th November 2003, 07:08
Post your script. (Did it involve VobSub?)

ratuna
6th November 2003, 15:53
Originally posted by Richard Berg
Post your script. (Did it involve VobSub?)

Hi,

This is my script:
#======================================================#
# -= AviSynth script by MovieStacker v2.0.0 (beta3) =- #
#======================================================#

LoadPlugin("C:\Arquivos de programas\MovieStacker\Filters\MPEG2Dec.dll")
LoadPlugin("C:\Arquivos de programas\MovieStacker\Filters\STMedianFilter.dll")
LoadPlugin("C:\Arquivos de programas\MovieStacker\Filters\GripFit_preview.dll")
LoadPlugin("C:\Arquivos de programas\MovieStacker\Filters\DustV5.dll")
LoadPlugin("C:\Arquivos de programas\MovieStacker\Filters\UnFilter.dll")
LoadPlugin("C:\Arquivos de programas\MovieStacker\Filters\LegalClip.dll")
LoadPlugin("C:\Arquivos de programas\MovieStacker\Filters\Sampler.dll")

Mpeg2Source("D:\Atlantis KVCD\Atlantis 2 KVCD.d2v")
LegalClip()
GripCrop(704, 480, overscan=2)
GripSize(resizer="BicubicResize")
STMedianFilter(10, 50, 8, 10, 10, 50)
FaeryDust()
UnFilter(50, 50)
TemporalSmoother(1, 2)
MergeChroma(blur(1.58))
MergeLuma(blur(0.2))
GripBorders()
LegalClip()

Sampler(100, length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size * .98 ##

I'm using:
DVD2AVI 1.76 - Avisynth 2.08 - Moviestacker 2.0 - TMPGENC 2.510.49157

Thanx

Wilbert
6th November 2003, 16:14
Could you open the avs directly in TMPGEnc, to see if that works?

ratuna
7th November 2003, 06:17
Originally posted by Wilbert
Could you open the avs directly in TMPGEnc, to see if that works?

No. The error message appears exactly after I select the .avs file (script file) in TMPGENC video source.

Wilbert
7th November 2003, 13:28
Could you open the following script in TMPGEnc:

Mpeg2Source("D:\Atlantis KVCD\Atlantis 2 KVCD.d2v")
LegalClip()
GripCrop(704, 480, overscan=2)

and just the following script

Version()

ratuna
8th November 2003, 04:04
Originally posted by Wilbert
Could you open the following script in TMPGEnc:

Mpeg2Source("D:\Atlantis KVCD\Atlantis 2 KVCD.d2v")
LegalClip()
GripCrop(704, 480, overscan=2)[QUOTE]

1 - When opening TMPGENC I receive the error message [B] ....could not find the vsub23.dll.[B]
2 - Click the OK button on error message and TMPGENC opens. Now there's a second error message [B] ...Atlantis.avs can not open, or unsupported.[B]

[QUOTE]and just the following script

Version()

Opening TMPGENC I got the same error message above (see item 1).
Click OK. TMPGENC opens. Load this simple script and I see the Avisynth version in TMPGENC window. Click the Start button and it runs ok.

I did one more test:

Load in TMPGENC the file Atlantis.d2v (this is not an .avs file, but the file generated from DVD2AVI).
Save this project. Closed TMPGENC. Reopen TMPGENC with this project and it's ok.

So, I think the only problem may be when working with .avs files.
But didn't know why.

Thanks for any help