Log in

View Full Version : Graphedit w/ WMCmd.vbs in vista x64


FoxRacR17
25th August 2008, 00:07
Anyone know why whenever I make a .grf file in graphedit and then link to it in a .avs script WMCmd hangs? I'm not new to this, I have been encoding hd movies on xp 32bit for a long time, and just recently upgraded to vista x64. If I link directly to the .mkv or other video file in the .avs script, WMCmd does not hang and goes on encoding. However if i need to use a different filter for a video, I will use graphedit just like i use to in xp, and then link to the .grf in the the .avs script file, but then WMCmd.vbs will hang right before it says Microsoft (R) Windows Media Encoder Command Line Script Utility
Copyright (C) Microsoft Corporation. All rights reserved.

Anyone have any ideas?

FoxRacR17
25th August 2008, 23:46
nevermind, figured it out.

b66pak
27th August 2008, 19:10
i think is a good ideea to post the solution...maybe somebody will have the same problem...
_

FoxRacR17
29th August 2008, 04:23
Ok. Well I added "start /belownormal" at the beginning of the script and it will now continue on with the encode without freezing if it use go video->grf->avs. Whats really weird is just for fun i change it to "start /normal" and it even works fine then! However if i take out the "start /normal" or start whatever WMCmd will hang if i'm serving a grf to avisynth. But whatever, it works.