HyperSpad
8th January 2006, 09:14
I'm trying to encode an MPEG file to XVID AVI using VirtualDubMod, and when I load my AVIsynth script and try to preview the file, it does not have any sound. The MPEG has sound when played in an external media player, but previewing in VirtualDubMod simply will not yield sound.
I can use VirtualDubMod to open an MPEG file and preview that and there's sound. I just don't know why won't it work with loading an avisynth script.
Here is the code for my script:
DirectShowSource("V:\record\video.mpg", fps=29.97)
Please help
Thanks
-HYPERSPAD
I can use VirtualDubMod to open an MPEG file and preview that and there's sound. I just don't know why won't it work with loading an avisynth script.
Here is the code for my script:
DirectShowSource("V:\record\video.mpg", fps=29.97)
Please help
Thanks
-HYPERSPAD