PDA

View Full Version : Can't open AVS script with Avisynth Scriptcreator in Megui


Altaria
22nd March 2009, 20:59
Hi

First I have moved the thread from General -> Newbies because I've tried a few things so I think the problem is Megui or a program path

everytime when I want open an AVS Script, i get the errormessage: Direct Show Error "Unable to render the file. You probably don't have the right filters installed".
But when i try to open it directly as AVS Script in the Tab "input" or AVS Cutter I have no problems. But i want to crop the video, so it will be necessary (for me :)) to "see" the video.

It strange because a few days ago I haven't got any problems. I'm not sure whether I've installed an update of Megui or not.

I've tried various sources like MPEGSource with Neuron's DGMPGDec or DGAVCSource. Moreover I'have moved Avisynth' plugin folder but nothing works.

The scripts are very simple like this for example:

LoadPlugin("C:\DGAVCDecode.dll")
AVCSource("movie.dga")

Thanks


installed: Megui, AV 2.5 (newest), CCCP, Vista 64 bit Business

Inspector.Gadget
23rd March 2009, 01:20
The AVS Script creator doesn't allow for opening Avisynth scripts; just open your .dga file directly to create one that MeGUI can use.

Altaria
23rd March 2009, 08:43
thx

well, I know that I should open the .dga file directly, but in older versions I could open an AVS Script like this. I want use the Megui AVS creator as an editor (like f.e. AVS Genie) because it's very easy and you see immediately what you have done.

Or is there a better or equal AVS editor?

~bT~
23rd March 2009, 10:29
^ opening the script like that in older versions would cause megui to crash hence why the new approach.

why not use avsp for previewing?

Sharktooth
23rd March 2009, 13:53
well the problem was avisynth allocating too much resources. sometimes multiple avs instances pushed the memory load well beyond the 2GBs limit...

Altaria
24th March 2009, 18:22
ok, thanks

i will try AvsP for previewing