Log in

View Full Version : Help: CCE and Spirited Away encoding


mp3dom
22nd December 2003, 23:24
Hi to all!
I'm trying to backup the italian PAL version of Spirited Away but i have some problem doing this with CCE.
This DVD is a 16:9 video but interlaced!! (really interlaced because there are the scanlines)
I would like to keep all tracks (italian dolby 5.1, italian dts 5.1 and japanese 2.0 (downmixed myself from 5.1)). With all these setting the video bitrate go down to 3.250 Kbps which (i think) is quite low for an interlaced video. So i'm thinking to deinterlace the video and convert to progressive wishing that 3.250 Kbps would be quite good with CCE.
The problem is in the AviSynth settings.
I'm using CCE 2.50 and the AVS script look like this:

LoadPlugin("c:\GORDIAN\mpeg2dec3dg.dll")
LoadPlugin("c:\GORDIAN\decomb5.dll")
mpeg2source("c:\sa.d2v")
FieldDeinterlace(blend=false)
AddAudio()
ConvertToYUY2(interlaced=false)

I've set blend to false to avoid ghost effects.
I've set interlaced=false because i think decomb convert to progressive (am I right?)
Are these settings OK? Do I need some other filters to make general quality better?
In the CCE options I need to check progressive frames and ZigZag scanning order?
The movie is 25 fps, 16:9, interlaced
Thanks in advice to all!