craigslee
7th October 2002, 00:48
DVD2AVI 1.77 was part of the problem...replaced with 1.76
Avisynth 2.06 installed things looking better...
BUT!, This still doesn't work (it looks fine to me?)...
LoadPlugin("C:\Program Files\GordianKnot\MPEG2DEC.dll")
mpeg2source("D:\DVD_ Backup\Inspectorgadget\InspectorGadget_2.d2v")
BilinearResize(320,190,0,3,720,570)
#TemporalSmoother(2,2)
AddBorders(16,49,16,49)
#Trim(0,112789).FadeOut(150)
#ConvertToRGB24 # For TMPGEnc or VFAPI
#ResampleAudio(44100) # CCE 2.5 'crashfix' for Athlons
#== If you want this 'fix' permanently, edit the INI-file:
#== Under [AVSscript] set CCEcrashfix=1
HOWEVER, This does...
LoadPlugin("C:\Program Files\GordianKnot\MPEG2DEC.dll")
mpeg2source("D:\DVD_ Backup\Inspectorgadget\InspectorGadget_2.d2v")
ResampleAudio(44100)
Anything more complex with the latter avs and CCE outright rejects it/crashes!
This simple avs creates way too large a final video only file, now I have to establish why I'm unable to extend the avs?
Any clues/settings welcome!
:(
Avisynth 2.06 installed things looking better...
BUT!, This still doesn't work (it looks fine to me?)...
LoadPlugin("C:\Program Files\GordianKnot\MPEG2DEC.dll")
mpeg2source("D:\DVD_ Backup\Inspectorgadget\InspectorGadget_2.d2v")
BilinearResize(320,190,0,3,720,570)
#TemporalSmoother(2,2)
AddBorders(16,49,16,49)
#Trim(0,112789).FadeOut(150)
#ConvertToRGB24 # For TMPGEnc or VFAPI
#ResampleAudio(44100) # CCE 2.5 'crashfix' for Athlons
#== If you want this 'fix' permanently, edit the INI-file:
#== Under [AVSscript] set CCEcrashfix=1
HOWEVER, This does...
LoadPlugin("C:\Program Files\GordianKnot\MPEG2DEC.dll")
mpeg2source("D:\DVD_ Backup\Inspectorgadget\InspectorGadget_2.d2v")
ResampleAudio(44100)
Anything more complex with the latter avs and CCE outright rejects it/crashes!
This simple avs creates way too large a final video only file, now I have to establish why I'm unable to extend the avs?
Any clues/settings welcome!
:(