PDA

View Full Version : CCE SP 2.70 field order-My conclusion


Serbianboss
19th March 2006, 11:54
Best regard to all.

I want to share my conclusion about CCE 2.70 SP and with DV avi input(bottom field).

So, i capture with ADVC 110 in DV avi format which is Bottom field order.

Than i make this script:

LoadPlugin("Convolution3d.dll")
avisource("D:\CAPTURE\capture.avi")
ConvertToYuY2(interlaced=true)
SeparateFields()
odd=SelectOdd.Convolution3D (1, 32, 128, 16, 64, 10, 0)
evn=SelectEven.Convolution3D (1, 32, 128, 16, 64, 10, 0)
Interleave(evn,odd)
Weave()
crop(8,4,-8,-12)
AddBorders(8,8,8,8)


Than this script load in CCE 2.70 SP

Because DV avi which i used is Bottom field in CCE in Advanced Tab i set:
UnChecked option Output top field first stream and Offset line i set to 0.

I do this because the quote from CCE SP 2.70 documention, page 49
First said:

Quote:
Specify the field order of output stream. If it is selected, an output
stream is top field first. If not, an output is bottom field first. This
setting works on MPEG-2 output.Quote


If it is true you must Unchecked Output top field first stream(if your source is bottom field first)

Second I use Offset line 0 because this (CCE SP 2.70 documention, page 49)

Quote:
To set field order correctly, you have
to care about Offset line setting.
• If the field order is same between the source and the output,
Offset line should be 0 or even number.
• If the field order is different between the source and the output,
Offset line should be 1 or odd number.Quote


So, my source (DV avi) is Bottom field and I want to make Bottom field output so I use Offset line 0 because my input source is the same like output. So you must select 0

With that way, my DVD is not jerky on computer or TV.

I think that this is correct for for DV avi sources. If my conclusion isnt correct then you said what is correct.

Best regard.
P.S I must say when I using the offset line as 1 my output was jerky.
Second i am from Europe so i use PAL picture

Trahald
19th March 2006, 22:01
@serbianboss
your cce settings are correct for bff material on cce 2.70.x