Jan Marijniszoon
4th October 2006, 14:27
Hi,
I am converting a HDTV TS-file to an avi with the XviD codec.
I am using the following script and plugins:
LoadPlugin("DGDecode.dll")
LoadPLugin("TIVTC.dll")
LoadPlugin("UnDot.dll")
MPEG2Source("matrix2.d2v")
tfm(d2v="matrix2.d2v")
Trim(0,196562)
UnDot()
Lanczos4Resize(1280,720)
Everytime, when the avi-file reaches the amount of about 2 Gygabyte, Virtualdub fully crashes without giving any warning or other information.
I already tried to extend the windows swapfile to an amount of 4 Gygabyte, but it didn't work.
So my question is...Is this a Virtualdub problem? A windows problem? A XviD problem, An Avisynth problem or am I just plane stupid.
Thanks in advance for any information or hints you can give me!
I am converting a HDTV TS-file to an avi with the XviD codec.
I am using the following script and plugins:
LoadPlugin("DGDecode.dll")
LoadPLugin("TIVTC.dll")
LoadPlugin("UnDot.dll")
MPEG2Source("matrix2.d2v")
tfm(d2v="matrix2.d2v")
Trim(0,196562)
UnDot()
Lanczos4Resize(1280,720)
Everytime, when the avi-file reaches the amount of about 2 Gygabyte, Virtualdub fully crashes without giving any warning or other information.
I already tried to extend the windows swapfile to an amount of 4 Gygabyte, but it didn't work.
So my question is...Is this a Virtualdub problem? A windows problem? A XviD problem, An Avisynth problem or am I just plane stupid.
Thanks in advance for any information or hints you can give me!