well I spent an hour trying to figure this out but I get stumped at this step converttoRGB32 xlogo("C:\Mixed\Supernatural\Season 3\cwlogo2.bmp",868,564,5)
and then I get an Unrecognized exception error. There are a few things different like source files. I've tried just about everything I could think of read the doom9 forums and avisynth forums apparently unrecognized exception is a popular error. :(
converttoRGB32 xlogo("C:\Mixed\Supernatural\Season 3\cwlogo2.bmp",868,564,5)
this is the script I've been using so far...
LoadPlugin("C:\WINDOWS\xlogo.dll")
AVISource("J:\Supernatural\Supernatural - 02x03 - Bloodlust.avi")
Trim(0,56312)
converttoRGB32 xlogo("J:\Supernatural\cwlogo2.bmp",868,564,5)
and then I get an Unrecognized exception error. There are a few things different like source files. I've tried just about everything I could think of read the doom9 forums and avisynth forums apparently unrecognized exception is a popular error. :(
So right now i'm kind of baffled.