Quantcast Problemas con el Script Óptimo - digitalFAQ.com Forums [Archives]
  #1  
09-11-2003, 07:21 AM
moyati moyati is offline
Free Member
 
Join Date: Aug 2003
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Tengo un problema, con el siguiente script: Cuando empiezo a codificar con el tmpgenc me sale arriba una linea que dice:

"Plane difference: Only Planes images (as YUV12) supported. [(Script line1)]"
No me sale cuando cojo el avs sino cuando codifica y luego se ve el mensaje en el video.

Podeis ayudarme? Muchas gracias.

## DLL Section ##
#
LoadPlugin("C:\Filters\MPEG2Dec3.dll")
LoadPlugin("C:\Filters\GripFit_YV12.dll")
LoadPlugin("C:\Filters\STMedianFilter.dll")
LoadPlugin("C:\Filters\asharp.dll")
LoadPlugin("C:\Filters\unfilter.dll")
LoadPlugin("C:\Filters\undot.dll")
LoadPlugin("C:\Filters\BlockBuster.dll")
#
####

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

## Main section and static filters ###
#
Mpeg2Source("D:\pel\american.d2v")
ConvertToYUY2()

#LegalClip()
undot()
Limiter()
asharp(1, 4)

GripCrop(352, 288, overscan=1)
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) ")
BlockBuster(method="noise", detail_max=7, variance=0.5, seed=1)

#
#
#

GripBorders()
#LetterBox( Your_Values_Here ) # Depends on situation. Use MovieStacker!
Limiter()

#
#
## Functions ###

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

#
####
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-11-2003, 10:58 AM
CaLaFaT CaLaFaT is offline
Free Member
 
Join Date: Jul 2003
Posts: 382
Thanks: 0
Thanked 0 Times in 0 Posts
Prueba de sustituir el "ConvertToYUY2()" por el "ConvertToYV12()" a ver que tal te va...
Reply With Quote
  #3  
09-12-2003, 01:34 AM
moyati moyati is offline
Free Member
 
Join Date: Aug 2003
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Diste en la diana, ahora sí funciona.

Muchas gracias.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Filros, script óptimo y bitrate dandan Convertir y Codificar Video (Español) 1 11-06-2003 03:01 AM
Script Optimo=MPEG-1 340x56 24fps CBR 1150kbps viuda Convertir y Codificar Video (Español) 3 10-24-2003 07:49 PM
Una curiosidad sobre el script optimo ... vialhue Convertir y Codificar Video (Español) 2 09-29-2003 04:38 PM
Blindpp en script optimo avi envia error ginger_c0918 Convertir y Codificar Video (Español) 0 09-25-2003 11:49 PM
Dudas en el script optimo moyati Convertir y Codificar Video (Español) 2 09-25-2003 04:06 AM

Thread Tools



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