View Single Post
Old 25th March 2003, 15:06   #6  |  Link
Valky
Registered User
 
Valky's Avatar
 
Join Date: Feb 2002
Location: Finland
Posts: 275
Hmm..yes..I noticed now this jerkyness..thought it was codecs fault, but same results with every codec.

Is there any good filters or de-interlace methods to prevent this?


My script:

# PLUGINS
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\GreedyHMA.dll")
# SOURCE
mpeg2source("E:\merlin\merlin.d2v")

# TRIM
#This is one of the worst scenes
trim(134500,138300)

GreedyHMA(1,0,0,0,0,0,0,0)
# CROPPING
crop(16,6,691,561)
BicubicResize(560,416,0,0.75)
#

Last edited by Valky; 25th March 2003 at 15:08.
Valky is offline   Reply With Quote