Hi all
I am currently encoding 51st state movie from original dvd source, and encoding time is going to be like 13 hours or so! Is this correct?
I used this script in tmpgenc:
LoadPlugin("C:\encoding\mpeg2dec.dll")
LoadPlugin("C:\encoding\fluxsmooth.dll")
LoadPlugin("C:\encoding\gripfit_preview.dll")
LoadPlugin("C:\encoding\legalclip.dll")
LoadPlugin("C:\encoding\sampler.dll")
LoadPlugin("C:\encoding\convolution3d.dll")
LoadPlugin("C:\encoding\dustv5.dll")
Mpeg2source("D:\51st_state\Video_TS\51st_state.d2v ")
Legalclip()
Gripcrop( width=544, height=576, overscan=2 )
Gripsize()
Faerydust()
Gripborders()
Legalclip()
Samplet(length=24)
--------------------------------------------------------------------------------------
Is it this faerydust filter that is making the encode time so long??
Later.
|