Log in

View Full Version : Problem with the dvd2svcd avisynth (continuied)


borismex
27th August 2003, 23:11
Hi there, this is the continuity to the problem i had with dvd2svcd, i posted the answers to what you asked me in that thread, but i havent received any answer, so i decided to place a new pos, sorry...
This is the initial problem:

http://forum.doom9.org/showthread.php?s=&threadid=58893
Now this is the answer i wrote there: (now help me please)
Here you have friends (info about the Avisynth)
Hi again fellas
This is the error I get when i open the AviSynth_Script_file.avs with WindowsMedia 6.4
by the way, i supposse it is version 2.51 'cause i chose it when i installed dvd2svcd:

"No se puede reproducir la secuencia de vídeo:
no se puede encontrar un descompresor adecuado."
Avanzado:
"No se puede descargar un descompresor adecuado. (Error=80040200)
No se puede reproducir la secuencia de vídeo: no se puede encontrar un descompresor adecuado. (Error=80040255)"

in English:
"Can not open the video sequence
Can not find a suitable decompressor"
Details:
"Can not get a suitable decompressor. (Error=80040200)
Can not play the video sequence: can not find a suitable decompressor.(Error=80040255)"

Then I opened the AviSynth_Script_file.avs file with notepad, and this is what i got:
"Import("C:\DVDTOOLS\DVD2SVCD\MOVIE\RESAMP~1.AVS")
LoadPlugin("C:\DVDTOOLS\DVD2SVCD\AVISYN~1.5PL\MPEG2DEC\MPEG2D~1.DLL")
mpeg2source("C:\DVDTOOLS\DVD2SVCD\MOVIE\DVD2AV~1.D2V")
BicubicResize(480,480,0.0,0.6)"

THEN, I installed(to see what happens) AviSynth version 2.08, and this is the contents of the AviSynth_Script_file.avs file now(in Notepad):
"Import("C:\DVDTOOLS\DVD2SVCD\MOVIE\RESAMP~1.AVS")
LoadPlugin("C:\DVDTOOLS\DVD2SVCD\AVISYN~1\MPEG2DEC\MPEG2DEC.DLL")
mpeg2source("C:\DVDTOOLS\DVD2SVCD\MOVIE\DVD2AV~1.D2V")
BicubicResize(480,480,0.0,0.6)"

NOW fellas, the problem here is that after i installed this older Avisynth 2.08, i finnaly was able to make TMPGenc run tha avs files, but, what happens with Avisynth 2.51 that i was able to make run TMPGenc once, and then never again until i installed 2.08? what should i do? is this Avisynth 2.51 unstable or something?

By the moment, i'll use this 2.08 version, but tell me, what disadvantages does this version have against the 2.51 version? is it slower, etc??? What can i do? If its a bug in the version 2.51, is there a fixed or another improved version i should download?

Thank you very much for the patience, fellas, and sorry about the long time it took to me to answer, went on vacation, but im back now.

Thanx

telemike
8th September 2003, 17:24
Try AVIsynth 2.5.2

DDogg
8th September 2003, 19:24
I would suggest you do a complete uninstall, delete the old directory, uninstall avisynth 2.08 and then do a complete new install of the latest version specifying 2.5x avisynth that comes with the new build.

Also, install Aspi for your machine and powerdvd or windvd before trying anything. Then try a encode using a dvd as source and NOT an AVI as the AVI could literally be in 20 different formats requiring all kinds of strange flavor of the week codecs. Encoding AVIs with the D2S avi2svcd is only appropriate for advanced users who know what they are doing and understand the complexities involved.