syk2c11
I have done that, TMPGEnc will keep processing well beyond the end credits of the movie, so as soon as the credits stop I stop the processing. Here is a script, again using FITcd w/filters. Buy the way this movie is 174 Min, I will use 2 CD's on this, if I can get the Max out each CD
LoadPlugin("C:\encoding\MPEG2DEC.dll")
LoadPlugin("C:\encoding\fluxsmooth.dll")
LoadPlugin("C:\encoding\blockbuster.dll")
LoadPlugin("C:\encoding\legalclip.dll")
LoadPlugin("C:\encoding\sampler.dll")
Mpeg2Source("D:\TEMPTATIONS\VIDEO_TS\Temptations.d 2v")
LegalClip()
BilinearResize(288,190,0,2,720,476)
TemporalSmoother(2,2)
FluxSmooth()
Blockbuster(method="noise", variance=.5, seed=1)
Blockbuster(method="sharpen", detail_min=20, detail_max=90, strength=20)
AddBorders(32,25,32,25)
LegalClip()
Sampler(length=24)
Thanks,,,,
Bud
|