View Single Post
Old 19th March 2011, 22:07   #473  |  Link
nhope
partially-informed layman
 
Join Date: Jan 2002
Location: Bangkok, Thailand
Posts: 314
-Vit-: "d:\fs.avi" is the avi signpost file from the Debugmode Frameserver which frameserves out of Vegas. So the HDV snippet I sent is sitting on the Vegas timeline and gets frameserved out as to AviSynth as RGB24 (or RGB32 or YUY2). Look 40% of the way down the guide in my signature to see screenshots.

So to get the frameserving out of the loop I tried accessing it direct with this script:

Code:
DirectShowSource("d:\somosomo-test.m2t")
ConvertToYV12(interlaced=true)
AssumeTFF
LanczosResize(1920,height)
QTGMC( Preset="faster", FPSDivisor=2 )
With QTGMC 3.11, 3.20 and 3.25 I have no problem, but with 3.30 I still get the MeGUI preview crash. Sometimes it bombs straight out, sometimes it shows me the middle preview frame and then as soon as I click on another time point it crashes. I have MeGUI version 1989. It's the stable version but it's pretty recent and I can't find a newer development version. MeGUI and all the plugins were updated a few days ago. I also tried fast and very fast QTGMC presets and I get the same crash.

As for the YUY2 issue, I'll get onto that tomorrow. Thanks.

Last edited by nhope; 19th March 2011 at 22:10.
nhope is offline