View Single Post
Old 15th April 2006, 23:37   #52  |  Link
Oline 61
Registered User
 
Join Date: Nov 2005
Posts: 327
The output of this script is awesome, but it is extraordinarily slow. Like running pixiedust on a 4096x1920 image. Huffyuv can encode it at ~1.5 fps. Can anyone recommend a way to speed it up?
Code:
MPEG2Source("VTS_06_1.d2v",cpu2="ooooxx")

Telecide(guide=1,post=1,back=1)

Decimate()

Crop(2,56,716,362)

LanczosResize(1280,544)
RemoveGrain(mode=1)
dull=fft3dfilter(sigma=1.5)

sharp=LimitedSharpen(dull,
	\	ss_x=1.5, 		ss_y=1.5,
	\	dest_x=1280, 		dest_y=544,
	\	Smode=3, 		strength=115,
	\	Lmode=3, 		edgemode=1)

Soothe(sharp,dull)
Oline 61 is offline   Reply With Quote