Quantcast Para Kwag Sobre Script DVD - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion > Convertir y Codificar Video (Español)

Reply
 
LinkBack Thread Tools
  #1  
10-16-2003, 04:54 PM
SPARKY SPARKY is offline
Free Member
 
Join Date: Sep 2003
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
hola kwag, el pesado de siempre. La peli hecha desde .avi ok con otro archivo no corrupto. Mi duda es la siguiente al cargar tu script en el tmpgenc, vuelven a salirme resoluciones raras y miro en source range y me sale una banda estrecha y alargada que parece no se corresponde con lo que deberia de salir 412x80 a que se puede deber, te informo que no ha habido forma de bajar el grip_fityv12.dll y en su lugar puse grip.dll que en .avi me ha dado tan buen resultado al final. Te paso el script a ver que he hecho mal.
Quedo pendeinte de tus noticias para empezar. Gracias y saludos.


## DLL Section ##
#
LoadPlugin("C:\Filters25\MPEG2Dec3.dll")
LoadPlugin("C:\Filters25\Grip_Preview.dll")
LoadPlugin("C:\Filters25\STMedianFilter.dll")
LoadPlugin("C:\Filters25\asharp.dll")
LoadPlugin("C:\Filters25\unfilter.dll")
LoadPlugin("C:\Filters25\undot.dll")
#
####

## Defined Variables and Constants ##
#
MaxTreshold = 1.50
nf = 0 # Current frame.
#
####

## Main section and static filters ###
#
Mpeg2Source("F:\TITANIC\TITANIC.D2V")
#
undot()
Limiter()
asharp(1, 4)
GripCrop(352,576,overscan=1,source_anamorphic=fals e)
GripSize(resizer="BicubicResize")
STMedianFilter(8, 32, 0, 0 )
MergeChroma(blur(MaxTreshold))
MergeLuma(blur(0.1))
#
#

## Linear Motion Adaptive Filtering ##
#
# ( Portions from AviSynth's manual ) - This will apply temporalsoften to
# very static scenes, and apply variable blur on moving scenes.
# We also assign a variable - and this is why a line break is inserted:

SwitchThreshold = (Width<=352) ? 4 : (Width<=480) ? 3 : 2
ScriptClip("nf = YDifferenceToNext()"+chr(13)+ "nf >= SwitchThreshold ? \
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!
Limiter()

#
#
## Functions ###

function fmin( int f1, int f2) {
return ( f1<f2 ) ? f1 : f2
}

#
####



Cierto es que al final en # letterbox no he hecho nada, no se si influira, pero primero pruebo con tmpgenc a ver si coge la peli, dime por favor si es corecto o que. gracias.
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
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Shows para KVCD-(também fala sobre Mini-KDVD)ver ultimo post wjp Conversão e Codificação de Vídeo (Português) 75 09-25-2004 06:00 AM
Duvida sobre gravar dvd para ksvcd no diko UnderTaker Conversão e Codificação de Vídeo (Português) 15 08-01-2004 12:57 PM
Duda sobre overscan y script parkata Convertir y Codificar Video (Español) 8 05-25-2004 04:14 PM
Para Kwag drakar Convertir y Codificar Video (Español) 1 11-16-2003 05:51 AM
Para Kwag o algun moderador ... vialhue Convertir y Codificar Video (Español) 3 09-20-2003 12:13 AM




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