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/)
-   -   ****Please Help-me**** Estou precisando (KVCD) (http://www.digitalfaq.com/archives/portugues/11836-estou-precisando-kvcd.html)

DF! 08-30-2004 11:32 AM

****Please Help-me**** Estou precisando (KVCD)
 
Oi galera tudo bem!!!! ('8)')


Sou novato nesse forum, mas eu já vim lendo alguns tópicos e achei esse forum muito legal, estou começando a entrar na área de KVCD, mas estou com um probleminha... estou usando o tutorial de Alex_Matrix para transformar de DVD para kvcd e estou usando o segunte script que vem descrito ai embaixo, mas quando abro o filme fica com um pequena mensagem na parte superior da tela com um erro de [scriptclip] na linha 2 e não sei como tirar alguem sabe? sim o filme transforma normal, só fica com esse erro em cima, inclusive até a legenda sai perfeito, não sei o que fazer porfavor me ajudem!!!!! javascript:emoticon':x''8O
Shocked
Mad

###################################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################################## :x :x

Cyberlab 08-30-2004 10:57 PM

Quote:

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) ")
Desative a opção Mudança Automática de Linha no Bloco de Notas e tente juntar isto numa mesma linha.

FlavioMetal 08-31-2004 02:07 PM

É isso mesmo! O que está acontecendo é q a linha q contém o comando "scriptClip" está sendo quebrada no notepad, aí o AVISynth entende como se fossem 2 comandos, qdo na verdade é um só... :wink:

DF! 09-01-2004 06:16 AM

Muito obrigado pela dica pessoal, infelizmente ainda não tive tempo de fazer a auteração, porque estou trabalhando num projeto mas vou tentar...

Muito obrigado! :wink:


All times are GMT -5. The time now is 06:16 AM  —  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.