Log in

View Full Version : Avisynth frame-size stuck at 704x480 - Picture is cropped :(


johnfran
18th November 2011, 01:41
Hi,
I was using AviSynth via MeGui (on Windows 7) for quite a while with no problems. However, then something changed on my system and in now appears that AviSynth is now stuck in 704x480 mode. It doesn't matter what video I load, AviSynth for some reason thinks it's 704x480 even if it is actually something like 1024x720. The result is that I get frames served that only contain the upper left-hand quarter of the original frame. This may have been answered a hundred times on this forum. However, I have searched the entire forum (google too) and haven't found anything on this issue. This is driving me nuts. Thanks in advance for any help!! :thanks:

Keiyakusha
18th November 2011, 02:47
Avisynth can't be "stuck in 704x480 mode", it doesn't have such modes at all. This looks like megui problem or user error. Most likely somewhere in avisynth script you (or megui) tell avisynth to crop image like that. So post your script here.

johnfran
18th November 2011, 21:02
Ok, thanks, that gave me a direction to look. I completely uninstalled MeGui and AviSynth. After reinstallation everything seems to be working ok now. Thanks!