Quantcast VirtualDub: Trouble When Loading Script.AVS in Vdub - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
05-25-2004, 06:20 PM
HC_Pensador HC_Pensador is offline
Free Member
 
Join Date: May 2004
Location: São Luís
Posts: 158
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to HC_Pensador Send a message via MSN to HC_Pensador
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
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  
05-25-2004, 06:54 PM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
HI HC_Pensador



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

Mpeg2Source("C:\Projeto.d2v")
Reply With Quote
  #3  
05-25-2004, 07:29 PM
HC_Pensador HC_Pensador is offline
Free Member
 
Join Date: May 2004
Location: São Luís
Posts: 158
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to HC_Pensador Send a message via MSN to 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
Reply With Quote
  #4  
05-25-2004, 10:47 PM
Prodater64 Prodater64 is offline
Free Member
 
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts
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.
--------------------------
Reply With Quote
  #5  
05-26-2004, 03:16 AM
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
If then still the error comes up, ... do check the version a DVD2AVI u used to generate the d2v file!
Reply With Quote
  #6  
05-26-2004, 05:58 AM
HC_Pensador HC_Pensador is offline
Free Member
 
Join Date: May 2004
Location: São Luís
Posts: 158
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to HC_Pensador Send a message via MSN to HC_Pensador
what the better version, anybody could tell me where i can download the right version?

Thank you
Reply With Quote
  #7  
05-26-2004, 06:39 AM
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
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
Reply With Quote
  #8  
05-26-2004, 06:51 AM
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 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...
Reply With Quote
  #9  
05-26-2004, 08:07 AM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
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

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 you don't follow the recomendations,right?

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




Similar Threads
Thread Thread Starter Forum Replies Last Post
VirtualDub: VDub-MP3 Log nicksteel Video Encoding and Conversion 3 09-20-2004 05:38 AM
VirtualDub: Problem loading AVS Script Shiryu_Kido Video Encoding and Conversion 10 08-04-2004 12:18 PM
VirtualDub: VDub job control J-Wo Video Encoding and Conversion 0 11-03-2003 10:35 AM
VirtualDub: Vdub and MA avs 2.52 script J-Wo Video Encoding and Conversion 1 09-15-2003 04:51 AM
VirtualDub: Vdub mp3 freeze SIRCOOKS Video Encoding and Conversion 0 04-20-2003 12:04 AM




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