Okay, so when I export from Premiere Elements using HuffYUV to compress, and then load that file into VirtualDubMod, I run into a problem: Whenever I hit a certain frame, the program will freeze and say it has to close. Another scrap with HuffYUV is that some of the frames I did look at had these red bars in about the upper ten pixels of the screen...and lastly, putting in an avisynth script such as this:
#ASYNTHER Default (AVISource)
AVISource("C:\Documents and Settings\Dad\Desktop\Test - HuffYUV Compression.avi")
TFM(pp=0)
TDecimate(mode=1)
will get me an error message reading "Avisynth Open Failure: TFM: YV12 and YUY2 data only"
Help on any (or preferably, all three) of these problems would be greatly appreciated.
Murphy's Constant: If outcome may = A or B, where A=Good and B=FUBAR, anticipate B as most probable result.