Hi all...
When I put the file size prediction into the FitCD Script, using the modified version, the source range thing doesn't work...
In TMPGEnc, it still wants to encode the full movie, and not only 100 seconds... It uses the 100 1 second clips, but after that still continues to encode black screen...
here's my script :
LoadPlugin("C:\Programme\DVD2SVCD\MPEG2Dec\MPEG2DE C.dll")
AviSource("E:\von Stefan\Snatch ger.avi")
BilinearResize(448,414,9,0,622,360)
TemporalSmoother(2,1)
AddBorders(16,81,16,81)
#Trim(0,147597).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
###--------------------- Start Of File Size Prediction ----------------------###
IL = Framecount / 100 # interval length in frames
SL = round(Framerate) # sample length in frames
SelectRangeEvery(IL,SL)
## MPEG size = ((Total frames/Framerate)/100) * (MPEG sample file size * .95) ##
###------------------------End File Size Prediction--------------------------###
__________________
j3llyG0053
|