Now, since I picked up the project again, I wanted to shoot some more footage for the video. So I did, and when I tried to open the video files in VDM using the EXACT SAME scripts I used to open them several months ago, I get weird error messages.
Here's my script:
Code: Select all
loadplugin("E:\Program Files\AviSynth 2.5\plugins\directshowsource.dll")
directshowsource("green2.avi")
converttorgb24()
assumefps(23.976)
crop(30,0,-30,-0)
lanczosresize(720,480)
vaguedenoiser(threshold=0,wiener=true)
Now, when I try to open this script in VDM, I get an error message that says:
"AviSynth open failure:
Crop: Destination width is 0 or less"
wtf? So I comment out the crop line, try again. Next error message:
"Resize: Source image too small for this resize method"
...Ok, comment out the resize line (and I tried several different kinds of resize plugins like bilinear and bicubic), and I get another one:
"VagueDenoiser: YV12, YUY2, RGB24 and RGB32 (so what are you using?) only"
Try every different kind of colorspace, same message. Comment out the VagueDenoiser line just to try to open the video at ALL and I finally get an error message that says:
"No video stream found"
...And now I'm at a loss. I did not have this problem earlier, and I think maybe it has something to do with my having downloaded the newest AMVapp since then. If worse comes to worse I can always uninstall v3.0 and reinstall the old one just to see if that IS the problem, but I don't feel like I should have to because, well, that doesn't make a whole lot of sense to me.
The video is encoded in MJPG in an .avi container; weird thing is, when I try to put the video in Vegas, only the audio stream shows up, but I seem to remember this happening last time too. I can play the video just fine in MPC, but for some reason the damn thing just will not load in VDM and I have no idea why.
Any ideas?