View Single Post
Old 20th March 2011, 18:01   #493  |  Link
Delerue
Registered User
 
Join Date: Jun 2005
Posts: 365
Thanks, Didée. I managed to make it work with x64 AND MT using this:

Code:
setMTMode(2,4)
ffdshow_source()
QTGMC( Preset="Medium", EdiThreads=4 )
SelectEven()
distributor()
Apparently, unchecking 'Add ffdshow video source' and using 'ffdshow_source()' line fixed the crash.

Unfortunately, without 'SelectEven()' the motion is choppy/weird to the point that sometimes frame 2, for example, can be motion positioned before frame 1, and frame 3 is after frame 1; a completely mess. I tested with 640x480@30 FPS video.
Delerue is offline