ssaga
5th December 2003, 08:14
I'm trying to encode a captured mpeg2 file into mpeg1,
but whenever I encode it, the TMPGENC returned an avisynth error at address XXXXX and random point in the file.
I used DVD2AVI 1.773dg to parse the mpeg2 file and use the following script to encode.
loadplugin("xxxxx\mpeg2dec3dg.dll")
loadplugin("xxxxx\dgbob.dll")
mpeg2source(".\1.d2v")
dgbob(order=0,mode=0)
bicubicresize(640,480,0,0.5)
but whenever I encode it, the TMPGENC returned an avisynth error at address XXXXX and random point in the file.
I used DVD2AVI 1.773dg to parse the mpeg2 file and use the following script to encode.
loadplugin("xxxxx\mpeg2dec3dg.dll")
loadplugin("xxxxx\dgbob.dll")
mpeg2source(".\1.d2v")
dgbob(order=0,mode=0)
bicubicresize(640,480,0,0.5)