![]() |
problemas com Optimal Script no TmpgEnc (HELP!!)
olah a todos...
Tentei usar pela primeira vez um Optimal Script para fazer um kvcd (528x480), mas o TmpgEnc deu um erro ao tentar abrir o script: "File ....avs can not open or unsupported." Vejam o script: ## DLL Section ## # LoadPlugin("D:\Program Files\DVD Tools\Plugins\MPEG2Dec3.dll") LoadPlugin("D:\Program Files\DVD Tools\Plugins\GripFit_YV12.dll") LoadPlugin("D:\Program Files\DVD Tools\Plugins\STMedianFilter.dll") LoadPlugin("D:\Program Files\DVD Tools\Plugins\asharp.dll") LoadPlugin("D:\Program Files\DVD Tools\Plugins\unfilter.dll") LoadPlugin("D:\Program Files\DVD Tools\Plugins\undot.dll") # #### ## Main section and static filters ### # Mpeg2Source("projeto.d2v") # undot() asharp(1, 4) GripCrop(352, 240, overscan=1,source_anamorphic=false) 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 ) # Depends on situation. Use MovieStacker! # # ## Functions ### function fmin( int f1, int f2) { return ( f1<f2 ) ? f1 : f2 } # #### alguem tem alguma dica?? valeu o help! mabhz |
Instale o xvid codec.
|
valeu a dica, mas, seria possivel me explicar o porque? onde no script existe uma referencia a ele? e o que este codec faz?
valeu! mabhz |
Tente reinstalar o Avisynth...
|
Quote:
(o excusemem i fala portug_oogle) |
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.