Quantcast Script Error -> VirtualDub (Novato!) - digitalFAQ.com Forums [Archives]
  #1  
09-15-2004, 06:12 PM
SiD SiD is offline
Free Member
 
Join Date: Sep 2004
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
ae galera do forum....sou novo por aqui, me interessei bastante pelo KVCD por juntar 2 paixoes pessoais: filmes e informatica :P

o negócio é o seguinte: quando vou converter o video pelo virtualDub, aparece o seguinte erro:

"Script error: syntax error
{[ScriptClip: Line2 Conlumn0]}"

meu script tá assim:

Quote:
## DLL Section ##
#
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\GripFit_YV12.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\STMedianFilter.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\asharp.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\unfilter.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\undot.dll")
#
## Main section and static filters ###
#
Mpeg2Source("ICEAGE.d2v")
#
undot()
Limiter()
asharp(1, 4)
GripCrop(352, 240, overscan=1,source_anamorphic=true)
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")
converttoyuy2()
#Sampler(length=24)
o que está acontecendo....?
agredeço desde já....
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  
09-15-2004, 06:35 PM
Cyberlab Cyberlab is offline
Free Member
 
Join Date: Jul 2004
Location: Joinville/SC/Brasil
Posts: 177
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Cyberlab
Procure aqui:

http://www.kvcd.net/forum/viewtopic....ght=scriptclip

Certo?
__________________
MSI KT880, Sempron2400, R9200SE, DVDRW 4160B, 1024DDR400, PlayTVPro bt878a, Intel R537, DLink500G, Maxtor40e80Gb
Reply With Quote
  #3  
09-16-2004, 12:25 PM
SiD SiD is offline
Free Member
 
Join Date: Sep 2004
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Cyberlab, valeu a dica, devia ter pesquisado por script clip oa invés de script error....valeu :P
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
VirtualDub: Help with simple virtualdub Mod script? Mental Video Encoding and Conversion 14 09-06-2004 04:38 PM
Problema de novato, muuy novato! Gand Convertir y Codificar Video (Español) 4 03-05-2004 10:07 AM
VirtualDub: What does this error mean? bluedha Video Encoding and Conversion 1 01-01-2004 10:35 AM
getting VirtualDub error on .tpr file? FulciLives Video Encoding and Conversion 3 05-16-2003 02:45 AM
VirtualDub: Acm error? help please big Video Encoding and Conversion 8 04-01-2003 10:09 AM

Thread Tools



 
All times are GMT -5. The time now is 08:44 AM  —  vBulletin © Jelsoft Enterprises Ltd