View Single Post
Old 8th September 2005, 22:39   #70  |  Link
ChrisBensch
Registered User
 
Join Date: Oct 2001
Posts: 169
Interesting Plugin

First off, excellent work. Now that dual-cpu/dual-core are the norm for new PCs, it's nice to see more plugins/people/apps taking advantage. I've just come across this thread and am very interested. Most of my encodes are HDTV -> DivX. My sources are always clean and don't really need any processing. Here is my normal script for film source

MPEG2Source("Harry Potter and the Prisoner of Azkaban-HDTV.d2v")

Crop(2,0,-4,-6)

LanczosResize(1280,720)

My questions are: Given the script above, do you seen any possibility of speeding things up?

how do I tell MT that I'm using the special Avisynth for MT? I read the doc where it says to set the value to true, but that was using mt("filter here"). How can I tell it to work using the scripts I've seen in this thread?
For ex:

SetMTmode(2,2)
MPEG2Source("Harry Potter and the Prisoner of Azkaban-HDTV.d2v")
Crop(2,0,-4,-6)
LanczosResize(1280,720)

where woudl I put a notifier to MT that I'm using it's special avisynth.dll?

Last edited by ChrisBensch; 8th September 2005 at 23:12.
ChrisBensch is offline   Reply With Quote