Quantcast Problemas con el Color. - digitalFAQ.com Forums [Archives]
  #1  
08-02-2003, 04:31 PM
alfbosie alfbosie is offline
Free Member
 
Join Date: Jul 2003
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Muy buenas.
Estoy intentando hacer una primera prueba con el cqmatic, pero tengo un problema al cargar el fichero avs generado con el moviestacker en el tmpgenc. Aparentemente el avs abre bien, pero cuando hago un preview, los colores no se ven correctamente, las caras están con un color pálido azulado. Estoy usando el avisynth 2.5.2, y una de las plantillas del optimal script, pero no consigo solucionar el problema. Este es el script:
## DLL Section ##
#
LoadPlugin("C:\Programas\AviSynth 2.5\plugins\\MPEG2Dec3.dll")
LoadPlugin("C:\Programas\AviSynth 2.5\plugins\\GripFit_YV12.dll")
LoadPlugin("C:\Programas\AviSynth 2.5\plugins\\STMedianFilter.dll")
LoadPlugin("C:\Programas\AviSynth 2.5\plugins\\asharp.dll")
LoadPlugin("C:\Programas\AviSynth 2.5\plugins\\unfilter.dll")
LoadPlugin("C:\Programas\AviSynth 2.5\plugins\\undot.dll")
#
####

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

## Main section and static filters ###
#
AviSource("D:\Cross of iron.avi")
undot()
Limiter()
asharp(2, 4)
GripCrop(528, 576, overscan=2, source_anamorphic=false)
GripSize(resizer="BilinearResize")
TemporalCleaner()
BlockBuster(method="noise", detail_max=7, variance=0.3, seed=1)
STMedianFilter(8, 32, 0, 0 )
#MergeChroma(blur(MaxTreshold))
#MergeLuma(blur(0.2))
#
#

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

ScriptClip("nf = YDifferenceToNext()"+chr(13)+ "nf >= 2 ? \
unfilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ) : \
TemporalSoften( fmin( round(2/nf), 6), round(1/nf) , round(3/nf) ,0, 2) ")

#
#
#

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

#
#
## Functions ###

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

#
####

Por favor, si alguien sabe donde está el error, agradecería cualquier ayuda, porque a pesar de leer posts y manuales no acabo de pillarle el truco a esto.

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
  #2  
08-04-2003, 12:57 AM
CaLaFaT CaLaFaT is offline
Free Member
 
Join Date: Jul 2003
Posts: 382
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by alfbosie
BlockBuster(method="noise", detail_max=7, variance=0.3, seed=1)
Hola alfbosie,
no se si sera la solución, pero si tu script es exactamente este te falta cargar la *.dll del blockbuster

LoadPlugin("C:\Programas\AviSynth 2.5\plugins\Blockbuster.dll")

y por lo que veo, no es el optimal+blockbuster, tambien utilizas el temporalcleaner, y tampoco tiene su *dll, yo te aconsejo que uses el MA script (optimal) tal cual, y si lo quieres modificar con el blockbuster añadele la *.dll , pero de todas formas si quieres codificar a la resolucion que pones, no es efectivo y menos a CQ, asi que tu mismo...
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Espacio de color Prodater64 Convertir y Codificar Video (Español) 0 03-22-2004 03:16 PM
movie has Color problem, how to fix? enximex Video Encoding and Conversion 2 11-12-2003 07:24 AM
PELIS DE COLOR AZUL SPARKY Convertir y Codificar Video (Español) 18 10-16-2003 02:56 PM
KVCD: Red color pixelizing? JoZ Video Encoding and Conversion 1 03-17-2003 12:25 PM
KVCD has Color Blocks? skullkid51 Video Encoding and Conversion 0 06-11-2002 11:50 AM

Thread Tools



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