sunnysixkiller
3rd July 2003, 06:23
I am trying to frameserve from Avisynth 2.5 into VdubMod and something isn't quite right.
My avs script is as follows:
LoadPlugin("MPASource.dll")
LoadPlugin("MPEGDecoder.dll")
MPEGSource("e:\Recording\Test.mpg")
MPASource("e:\Recording\Test.mp2")
Rather simple, but the problem is I can hear audio, but the video windows are two small squares with no video. If I "REM" or # out the MPASource line so the script looks like this:
LoadPlugin("MPASource.dll")
LoadPlugin("MPEGDecoder.dll")
MPEGSource("e:\Recording\Test.mpg")
#MPASource("e:\Recording\Test.mp2")
I get video but obviously no audio.
My questions is what is causing the first script to output no video in Vdub? Am I doing something wrong?
Thanks for the help guys and girls. If you need any other information, please feel free to ask.
Craig
My avs script is as follows:
LoadPlugin("MPASource.dll")
LoadPlugin("MPEGDecoder.dll")
MPEGSource("e:\Recording\Test.mpg")
MPASource("e:\Recording\Test.mp2")
Rather simple, but the problem is I can hear audio, but the video windows are two small squares with no video. If I "REM" or # out the MPASource line so the script looks like this:
LoadPlugin("MPASource.dll")
LoadPlugin("MPEGDecoder.dll")
MPEGSource("e:\Recording\Test.mpg")
#MPASource("e:\Recording\Test.mp2")
I get video but obviously no audio.
My questions is what is causing the first script to output no video in Vdub? Am I doing something wrong?
Thanks for the help guys and girls. If you need any other information, please feel free to ask.
Craig