JnZ
15th November 2004, 23:03
Hi everybody,
I have smal problem again. I need convert saved MPEG-2 from live streamed video to AVI, but when I open it in DVD2AVI (DGindex), I've got only green screen with some texture makroblocks. I don't know why. MPEG-2 is playable via Elecard video decoder normally.
Any suggestions? Thx.
EDIT:
I can open video only via MPEGDecode.dll in avisynth.
My simple sript:
LoadPlugin("MPEGDecoder.dll")
LoadPlugin("Convolution3d.dll")
MPEGSource("testik.mpg")
crop(16,6,692,568)
LanczosResize(640,480)
Convolution3d("vhsbq")
I have smal problem again. I need convert saved MPEG-2 from live streamed video to AVI, but when I open it in DVD2AVI (DGindex), I've got only green screen with some texture makroblocks. I don't know why. MPEG-2 is playable via Elecard video decoder normally.
Any suggestions? Thx.
EDIT:
I can open video only via MPEGDecode.dll in avisynth.
My simple sript:
LoadPlugin("MPEGDecoder.dll")
LoadPlugin("Convolution3d.dll")
MPEGSource("testik.mpg")
crop(16,6,692,568)
LanczosResize(640,480)
Convolution3d("vhsbq")