Code: Select all
mpeg2source("D:\hrdisc3\hrdisc3.d2v",cpu=4)
LanczosResize(848,480)
KernelDeint(order=1,threshold=255,sharp=true)
temporalcleaner()
deen("a2d",2,6,8)
mftoon(strength=128)
ConvertToRGB32()
As far as I've been able to figure out, the show was animated at film rate, but directly encoded as interlaced NTSC. Even with no attempt at deinterlacing, no combing is visible anywhere except stuff like the credit rolls, and maybe one or two little bits of CG based stuff. If I need those scenes, changing KernelDeint's threshold to 10 takes care of it just fine.
The aim here was to keep smoothness on all the pans, etc. by converting to 29.97 progressive, and editing with that.
Have I missed anything important with the way, I've set it up? can I/ do I need, to add anything like AssumeFrameBased, to convince huff/Premiere that I'm feeding it 29.97 progressive? As far as I can tell, I am.
Just thought I'd make a shout out for any suggestions on working with this footage before digging in to lots of time and disc hogging encoding. Any suggestions or comments are welcome.