Author Topic: Getiing the VirtualDubMod Frame Server to work  (Read 1675 times)

Offline yetanotherid

  • Member
  • Posts: 59
    • View Profile
Getiing the VirtualDubMod Frame Server to work
« on: December 24, 2010, 03:58:24 PM »
Could somebody please suggest something I've missed because I keep trying and trying till my head's going to explode and all that happens when I start frameserving is VirtualDubMod produces a 52b file that no other program will open (either vdr or avi). I'm running XP if it makes any difference.

I've installed the AVIFile stuff, tried the AVI proxy on and off and sideways but while the frame server seems to be working it doesn't seem to be serving anything. I've made sure I have the msvcr70.dll file in the system32 directory in case that's an issue and nothing I do seems to help. I've tried the version of VirtualDubMod which was currently on my PC, I've tried the latest version and I've tried the latest version of VirtualDub.

Can anyone suggest the obvious I must be missing?

Thanks.

Offline yetanotherid

  • Member
  • Posts: 59
    • View Profile
Re: Getiing the VirtualDubMod Frame Server to work
« Reply #1 on: December 26, 2010, 07:24:31 AM »
Well I've made a little progress and I assume there's a codec issue going on I don't understand, but maybe this will help someone help me. I uninstalled all the relevant players, installed them again and whatever I did right this time, I'm closer to getting it working. Well.... it works but I've got to add an extra step or two I'd like to eliminate.

If I start the frame server and save a .vdr file and try to open it with VFAPI Converter it saves an AVI but pops up with a bunch of question marks so I don't know what it's trying to say is wrong. The AVI it produces opens with (for example) MPC-HC but while it tells me there's video and even begins to appear to play it, the screen is black. If I then create a little AVISyth script pointing to the VFAPI Converter AVI, MPC opens it and I've got video.

Next I tried serving to an AVI instread of a vdr file, with and without the proxy enabled. If I try to open it with MPC or any other program once again it won't work. MPC says it can't render the file. If I create an AVISynth script again and use it to open the AVI to which VirtualDubMod is frame serving then finally, I have both video and audio.

So basically I'm wanting to know why I can't open the AVI to which VirtualDubMod is frameserving directly, but via a simple AVISyth script I can. It's no big deal really, in fact using the AVS2AVI Wrapper utility, I can then wrap the AVISynth script into an AVI which will also open and play fine if I need to use a program which doesn't open AVISynth scripts.

Basically though it means I'm frame serving to an AVI, creating an AVISythScript to open it, then wrapping that script into an AVI which works, when I should just be able to open the frame serving AVI in the first place. Any ideas anyone?