Log in

View Full Version : Crop() problem on Windows 7


Mystery Keeper
14th August 2010, 12:15
I'm trying to use AviSynth 2.58 under Windows 7. But while it renders error clips, it can't render the clip from actually working script. I tried commenting the whole script and uncommenting line by line. The source of problem is crop(). Whether I remove it completely from script, it renders alright. Update: Error happens if I use crop() with negative values. Positive values work.

http://img196.imageshack.us/img196/2964/greenshot20100814150217.th.png (http://img196.imageshack.us/my.php?image=greenshot20100814150217.png) http://img822.imageshack.us/img822/6528/greenshot20100814150200.th.png (http://img822.imageshack.us/my.php?image=greenshot20100814150200.png) http://img43.imageshack.us/img43/1646/greenshot20100814150445.th.png (http://img43.imageshack.us/my.php?image=greenshot20100814150445.png)

Didée
14th August 2010, 13:24
I cannot reproduce that. I tried exactly your script (however without colormatrix) - loaded in VirtualDub, it shows up and plays correctly.
Avisynth 2.5.8.MT 32bit, Win7 HP 64bit.

IanB
14th August 2010, 23:27
I wish people would stop posting images of textual information.

Just swipe the text and paste it as text. Then I can swipe the text and diagnose it without the risk of transcription errors.

Mystery Keeper
18th August 2010, 14:09
Having upgraded my PC, reinstalled Win7, and not having this problem anymore. Still, something must have caused it.

ramicio
23rd August 2010, 19:07
If you would have put converttorgb() at the end of the script it would have played. YV12 video is what the encoders want, so converttorgb() is useful just for seeing the results and checking if all is good.