digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   VirtualDub: trouble when loading script.avs in VDub (http://www.digitalfaq.com/archives/encode/9868-virtualdub-trouble-loading.html)

HC_Pensador 05-25-2004 06:20 PM

VirtualDub: trouble when loading script.avs in VDub
 
When i try load de archive script.avs in the virtualdub show this messenger..

Avisynth open failure:
Evaluate: Unrecognized exception
(C:\Documents and Settings\user\Meus documentos\Filmes\EQUILIBRIUM\script.avs, line 13)

i saw my script and the line 13, it corresponds to the project name, but i didn't see a wrong, here in low codigo goes mine....

###################################Optimal script ###copie tudo a partir dessa linha############################
## DLL Section ##
# Em cada uma das 6 linhas abaixo deve estar o endereço da sua pasta de plugins do avisynth
LoadPlugin("C:\Arquivos de programas\AviSynth 2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("C:\Arquivos de programas\AviSynth 2.5\plugins\GripFit_YV12.dll")
LoadPlugin("C:\Arquivos de programas\AviSynth 2.5\plugins\STMedianFilter.dll")
LoadPlugin("C:\Arquivos de programas\AviSynth 2.5\plugins\asharp.dll")
LoadPlugin("C:\Arquivos de programas\AviSynth 2.5\plugins\unfilter.dll")
LoadPlugin("C:\Arquivos de programas\AviSynth 2.5\plugins\undot.dll")
#
## Main section and static filters ###
#
Mpeg2Source("Projeto.d2v") #aqui deve estar o nome do projeto. Se vc o salvou como “Projeto”, não precisa alterar.
#
undot()
Limiter()
asharp(1, 4)
GripCrop(352, 240, overscan=1,source_anamorphic=false)# Use anamorphic=true para filmes 16:9 e false para 4:3
GripSize(resizer="BicubicResize")
STMedianFilter(3, 3, 1, 1 )
MergeChroma(blur(1.5))
MergeLuma(blur(0.1))
#
## Linear Motion Adaptive Filtering ##
# ( Portions from AviSynth's manual )
# This will apply variable temporalsoften
# and variable blur.
# Both filters are active at all times, and work inversely proportional to the
# activity, measured from current frame to next frame.
ScriptClip(" nf = YDifferenceToNext()" +chr(13)+ "unfilter( -(fmin(round(nf)*2, 100)),
-(fmin(round(nf)*2, 100)) ).TemporalSoften( fmin( round(2/nf), 6), round(1/nf) , round(3/nf) , 1, 1) ")
#
GripBorders()
#LetterBox( Your_Values_Here )
Limiter()
#
## Functions ###
function fmin( int f1, int f2) {
return ( f1<f2 ) ? f1 : f2
}
vobsub("VTS_01_0.sub") # se você não for usar legendas, adicione um # no inicio dessa linha
converttoyuy2()
#Sampler(length=24) # retire o # do inicio dessa linha quando for criar a amostra no tmpgenc
#######################################final do script###copie até essa linha##################################

i saved all files in the same folder

PS: Sorry my english, i'm not very good

bigggt 05-25-2004 06:54 PM

HI HC_Pensador



You are not telling where to get the file it should be something like this

Mpeg2Source("C:\Projeto.d2v")

HC_Pensador 05-25-2004 07:29 PM

Would be this kind....?

Mpeg2Source("C:\Documents and Settings\user\Meus documentos\Filmes\EQUILIBRIUM\script.avs")

but it continues showing the same massenger

Prodater64 05-25-2004 10:47 PM

Quote:

Originally Posted by HC_Pensador
Would be this kind....?

Mpeg2Source("C:\Documents and Settings\user\Meus documentos\Filmes\EQUILIBRIUM\script.avs")

but it continues showing the same massenger

No, it is wrong. It should be:

Mpeg2Source("C:\Documents and Settings\user\Meus documentos\Filmes\EQUILIBRIUM\Projeto.d2v")



--------------------------
Visit: Intermediate guide: MencodeMe/Win32 - Avisynth - MakeAvis by Prodater64.
Visit: KVCD - MencodeMe - Auxiliar Task - KVCD Docking Gate by Prodater64.
Visit: Mencoder scripting with AVSEdit and Guide for Multiple Files by Prodater64.
Visit: Mini-guide quick and easy - DVD to (S)KVCD with MencodeMe by Maurus.
Visit: Mencode-me: a newbie oriented GUI - 0.23 is out! by VMesquita.
--------------------------

incredible 05-26-2004 03:16 AM

If then still the error comes up, ... do check the version a DVD2AVI u used to generate the d2v file!

HC_Pensador 05-26-2004 05:58 AM

what the better version, anybody could tell me where i can download the right version?

Thank you

incredible 05-26-2004 06:39 AM

www.avisynth.org

there "external filters" and then at that "warpenterpises" page very below, the v1.76 of DVD2AVi .... some people say the newer DGfix version is better, but I NEVER had Problems with 1.76

Dialhot 05-26-2004 06:51 AM

Quote:

Originally Posted by incredible
some people say the newer DGfix version is better, but I NEVER had Problems with 1.76

I think that if people read a little what exactly is the fix included in that release they'll understand that the chance are poor that they would have any problem with 1.76 once.

And even if they had it they never noticed it.

But the urban legend continues...

jorel 05-26-2004 08:07 AM

Quote:

Originally Posted by bigggt
HI HC_Pensador



You are not telling where to get the file it should be something like this

Mpeg2Source("C:\Projeto.d2v")

HC_Pensador

i told you the same yesterday in portuguese forum!
http://www.kvcd.net/forum/viewtopic.php?t=11196
:roll:
in portuguese forum you wrote that was using dvd2avi 1773...but only a few minutes ago!
the worse is that : there have some informations...here others...
then,follow only one thread cos don't needed double post,you was
getting help there but :arrow: you don't follow the recomendations,right?

please,read the disclaimer! (in portuguese or english,your choice)


All times are GMT -5. The time now is 04:37 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.