Log in

View Full Version : Problem with Avisynth v2.53 and Dgbob v1.6


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)

Wilbert
7th December 2003, 19:20
Is it specific to this mpeg2?

ssaga
8th December 2003, 18:45
Unfortunatily, No...
I have 4 mpeg2 file recorded by the same device,
but only 2 of them have this problem.
I'll try some other mpeg2 files with this script.