I try to encode video using folowing avisynth script:
--begin script
LoadPlugin("DGDecode.dll")
MPEG2Source("video.d2v")
--end script
Script works ok, it plays in media mplayer and can be open in virtualdub, but expression encoder doesn't show output. There is a thumbnail in "media content" but video output is empty (black). Movie properties like width, height, lenght are shown properly.
Input from avi file works as expected.
Vista SP2, GF 7600 GT with latest drivers from Nvidia.
What do I wrong ?