just wondering, can u use this script to frameserve to tmpgenc:
LoadPlugin("d:\avisynth\plugins\RemoveGrain")
LoadPlugin("d:\avisynth\plugins\Deen")
LoadPlugin("d:\avisynth\plugins\RemoveGrain")
AVISource("d:dirdirtest.avi")
RemoveGrain(mode=2)
Deen()
save as *.avs then open in tmpgenc
i got the script here: http://forum.digital-digest.com/show...073#post352073
LoadPlugin("d:\avisynth\plugins\RemoveGrain")
LoadPlugin("d:\avisynth\plugins\Deen")
LoadPlugin("d:\avisynth\plugins\RemoveGrain")
AVISource("d:dirdirtest.avi")
RemoveGrain(mode=2)
Deen()
save as *.avs then open in tmpgenc
i got the script here: http://forum.digital-digest.com/show...073#post352073
Comment