digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Conversão e Codificação de Vídeo (Português) (http://www.digitalfaq.com/archives/portugues/)
-   -   Problemas com Optimal Script no TmpgEnc (HELP!!) (http://www.digitalfaq.com/archives/portugues/9119-problemas-optimal-script.html)

mabhz 04-14-2004 09:57 AM

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

Prodater64 04-14-2004 10:18 AM

Instale o xvid codec.

mabhz 04-14-2004 12:24 PM

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

FlavioMetal 04-14-2004 02:55 PM

Tente reinstalar o Avisynth...

Prodater64 04-14-2004 03:04 PM

Quote:

Originally Posted by mabhz
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

DVD e d2v usam YV12 color space. Você necessita um codec yv12 --> xvid.
(o excusemem i fala portug_oogle)


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

Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.