First, the jpg I had was not saved as a 24 bit bmp (I'd used the 256 one instead not knowing it made a difference) and then I adjusted where the logo fits and well it worked.
final code that worked for an AVI 350mb file was this.
apparently loading or not loading the plugin didn't seem to make a difference. the bmp and the position apparently had more of an affect.
I also noticed that you can't use this logo remover on ever scene because you see the big blurry blob. (luckily spn is kind of a darkish show...) But it worked! :)
Again thanks for your help and I hope some of what I've asked and ran into helps with any updates of your tutorial.
Re: unrecognized exception error
First, the jpg I had was not saved as a 24 bit bmp (I'd used the 256 one instead not knowing it made a difference) and then I adjusted where the logo fits and well it worked.
final code that worked for an AVI 350mb file was this.
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\xlogo.dll")
AVISource("J:\Supernatural\Supernatural - 02x03 - Bloodlust.avi")
converttoRGB32 Xlogo("J:\Supernatural\cwlogo2.bmp",365,233,3)
apparently loading or not loading the plugin didn't seem to make a difference. the bmp and the position apparently had more of an affect.
I also noticed that you can't use this logo remover on ever scene because you see the big blurry blob. (luckily spn is kind of a darkish show...) But it worked! :)
Again thanks for your help and I hope some of what I've asked and ran into helps with any updates of your tutorial.