View Single Post
Old 17th October 2008, 07:31   #1  |  Link
dragon25
Registered User
 
Join Date: Oct 2007
Posts: 43
"both" and "inpaint" in inpainting filter

is there a script to enable a much faster process as im encoding on a quad core q6600 at 3.51ghz with 6gb of memory

ive just done a pass of a dvd menu which i adjusted so that the dvd didnt have trailers etc for my own use becuase i hate them and wanted a clean menu.

well the priocess just took 63 hours...and the menu was only 1 min 30 secounds long.

now i imaging doing the process wit a full film would take well over 2 years if this has anythign to go by, in which case i really would like to know of a "hack" to really improve the processing speed.


LOADCPLUGIN("C:\Program Files (x86)\AviSynth 2.5\FilterSDK\AVSInpaint-2008.02.23\AVSInpaint.dll")
Import("E:\menu\InpaintFunc.avs")
mpeg2source("E:\menu\VIDEO_TS\VTS_01_1.d2v")
BilinearResize(720, 480)
InpaintFunc( mask="1mainmenu.bmp",loc="0,0,0,-80", mode="both", speed=20, ppmode=1, pp=100 ,radius=200.0,preblur=200.0)

is the script.

and i have the sam results for both and inpaint, doing with just deblend is far far quicker bu only takes care of part of the item.
dragon25 is offline   Reply With Quote