Log in

View Full Version : much too big


DvPs
7th February 2005, 08:26
hi

i am using dvd rb 0.72 and cce 2.70105

over the night, i encoded 3 movies using rbfarm.

2 are too big.
i only looked at the avs directory.

the avs directory in taxi driver is 6,49GB big.
the one in austin powers 4,8 GB big.

i changed with the optimizer the avs scripts for the main movie. i changed from cripcrop to crop and i also used another filter.



dvd rebuilder ini



[Audio]
Selected=110011
[Options]
idct7Opt=0
CCE=3
AVSFilter01=t = GripCrop(720,576,overscan=0)
AVSFilter02=a = width(t)%8
AVSFilter03=b = height(t)%8
AVSFilter04=Crop(t,(a/2)*2,(b/2)*2,0-a+((a/2)*2),0-b+((b/2)*2))
AVSFilter05=Undot()
AVSFilter06=ConvertToYUY2()
AVSFilter07=TemporalSoften(1,6,4,15,2)
AVSFilter08=AddBorders((720-width)/2,(576-height)/2,(720-width)/2,(576-height)/2)
HalfExtras=1
Completed=2
[Paths]
CCENEW=C:\Programme\cce sp 270105\cctsp.exe
MPEG2DEC=C:\Programme\AviSynth 2.5\plugins\DGDecode.dll
DECOMB=C:\Programme\AviSynth 2.5\plugins\Decomb521.dll
Source=L:\VIDEO_TS\
Working=M:\RIPPEN\KALIFORNIA\
Output=M:\RIPPEN\KALIFORNIA\
[CCEOptions]
VBR_bias=25
Quality_prec=16
eclPasses=5





main movie


#------------------
# AVS File Created by DVD Rebuilder
# VOBID:01, CELLID:03
#------------------
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\DGDecode.dll")
mpeg2source("M:\RIPPEN\TAXI\D2VAVS\V02.D2V")
trim(15890,21857)
asharp(1,4).Undot()
ConvertToYUY2(interlaced=true)
AudioDub(BlankClip())




extras

#------------------
# AVS File Created by DVD Rebuilder
# VOBID:01, CELLID:01
#------------------
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\DGDecode.dll")
mpeg2source("M:\RIPPEN\TAXI\D2VAVS\V01.D2V")
trim(0,2449)
t = GripCrop(720,576,overscan=0)
a = width(t)%8
b = height(t)%8
Crop(t,(a/2)*2,(b/2)*2,0-a+((a/2)*2),0-b+((b/2)*2))
Undot()
ConvertToYUY2()
TemporalSoften(1,6,4,15,2)
AddBorders((720-width)/2,(576-height)/2,(720-width)/2,(576-height)/2)
BilinearResize(352,576)
ConvertToYUY2(interlaced=true)
AudioDub(BlankClip())




mfg DvP