Quantcast Script Optimo=MPEG-1 340x56 24fps CBR 1150kbps - 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-24-2003, 10:37 AM
viuda viuda is offline
Free Member
 
Join Date: Sep 2003
Posts: 314
Thanks: 0
Thanked 0 Times in 0 Posts
¿Por qué Tmpeg ahora no me selecciona el Script Optimo de más abajo?¿Puede ser debido a que he instalado ACP? Ya no sé qué hacer.

## DLL Section ##
#
LoadPlugin("C:\Filters25\MPEG2Dec3.dll")
LoadPlugin("C:\Filters25\GripFit_YV12.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("K:\AMELI\Amelie.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
}

#
####
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  
10-24-2003, 04:54 PM
viuda viuda is offline
Free Member
 
Join Date: Sep 2003
Posts: 314
Thanks: 0
Thanked 0 Times in 0 Posts
Vale: creo que Tmpeg no carga ahora los archivos de DVD2AVI, o sea, los d2v... y no sé por qué.

A ver si alguien puede echarme un cable
Please
Reply With Quote
  #3  
10-24-2003, 05:42 PM
viuda viuda is offline
Free Member
 
Join Date: Sep 2003
Posts: 314
Thanks: 0
Thanked 0 Times in 0 Posts
Ni los d2v, ni GripFit_preview.dll ni MPEG2Dec3.dll...

JO: que aburrimiento
Reply With Quote
  #4  
10-24-2003, 07:49 PM
viuda viuda is offline
Free Member
 
Join Date: Sep 2003
Posts: 314
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by viuda
Ni los d2v, ni GripFit_preview.dll ni MPEG2Dec3.dll...

JO: que aburrimiento
Seguro que es algo de VFAPI Plug-In, pero no lo encuentro
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Optmal Script para Interlaced ( 24fps) rodrosse Conversão e Codificação de Vídeo (Português) 4 02-20-2004 10:32 AM
Filros, script óptimo y bitrate dandan Convertir y Codificar Video (Español) 1 11-06-2003 03:01 AM
Una curiosidad sobre el script optimo ... vialhue Convertir y Codificar Video (Español) 2 09-29-2003 04:38 PM
Dudas en el script optimo moyati Convertir y Codificar Video (Español) 2 09-25-2003 04:06 AM
Problemas con el script óptimo moyati Convertir y Codificar Video (Español) 2 09-12-2003 01:34 AM




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