Log in

View Full Version : Cce Sp 2.70


You Know
23rd May 2006, 21:07
Anyone know settings to have an output color correct??

frame of uncompress avi
http://img60.imageshack.us/img60/7826/prova11wx.th.png (http://img60.imageshack.us/my.php?image=prova11wx.png)

frame of output CCE was
http://img60.imageshack.us/img60/8093/prova27te.th.png (http://img60.imageshack.us/my.php?image=prova27te.png)

grabbed with vdubmod lastest version

BUG

output image has duplicate second last pixel's row, so output image is panned of 1 pixel up. You can see this ovelapping two image.

follow CCE settings:

title=m01_v001c001--mpeg2dec.avs
vid_out=1
vaf_out=1
i32_out=0
i32_pulldown_prg_thres=80
i32_pulldown_rpt_val_thres=6
aud_out=0
aud_mode=2
vid_file0=E:\TEMP\CITY\21\VTS_01\Menu\New\m01_v001c001.mpv
vid_file1=E:\TEMP\CITY\21\VTS_01\Menu\New\m01_v001c001.mpv
vaf_file=E:\TEMP\CITY\21\VTS_01\Menu\New\m01_v001c001.vaf
i32_file=E:\TEMP\CITY\21\VTS_01\Menu\New\m01_v001c001.i32
aud_file=E:\TEMP\CITY\21\VTS_01\Menu\New\m01_v001c001.wav
file_focused=0
xe_exec_mode=0
ve_exec_mode=2
ve_mpeg1=0
packet_size=2048
ref_tc=16777216
ref_frm=0
drop_frame=0
frame_rate_idx=4
cbr_brate=6000
opv_q_factor=60
opv_brate_min=2000
opv_brate_max=9000
vbr_brate_avg=9000
vbr_brate_min=7700
vbr_brate_max=9000
vbr_bias=30
vbr_pass=8
create_new_vaf=0
seq_endcode=1
dvd=1
resize=0
interpolation=4
width=720
height=480
half_width=0
half_height=0
uscc=0
top_first=1
offset_line=1
lum_level=0
deinterlace=0
blanking=0
blank_top=0
blank_left=0
blank_right=0
blank_bottom=0
aspect_ratio=2
gop_m=3
gop_nm=5
gop_hdr=15
seq_hdr=1
all_closed_gop=0
fix_gop_length=0
fix_vbv_delay=0
adjust_q_matrix=1
last_frame_should_be_I=0
24p_to_60i=0
411_to_422=0
pulldown_detect=0
pulldown_auto_rebuild=0
letter_box=0
panscan=0
qmat_idx=0
q_scale_type=1
samples_per_sec=48000
stereo=2
brate_idx=7
crc=1
aud_sync=0
pict_name=Natural 3*
q_char_f=27
progressive=0
alternate_scan=0
letter_box=0
h_filter=0
h_filter_idx=8
h_filter_strength=100
h_filter_idx2=0
h_filter_hpf=0
h_filter_hpf_idx=5
h_filter_hpf_strength=25
h_filter_hpf_idx2=0
v_filter=0
v_filter_val=4
no_move=0
dither=0
dither_Y_max=8
dither_C_max=4
intra_dc_precision_9_max=113
intra_dc_precision_10_max=113
i32_32=0
force_black=0
force_monochrome=0
fill=0
fill_Y_val=16
fill_C_val=128
fill_lines_top=30
fill_lines_bottom=30
[pict]
pict_name=Natural 3*
timecode=16777748
q_char_f=27
progressive=1
alternate_scan=1
letter_box=0
h_filter=0
h_filter_idx=8
h_filter_strength=100
h_filter_idx2=0
h_filter_hpf=0
h_filter_hpf_idx=5
h_filter_hpf_strength=25
h_filter_hpf_idx2=0
v_filter=0
v_filter_val=4
no_move=0
dither=0
dither_Y_max=8
dither_C_max=4
intra_dc_precision_9_max=113
intra_dc_precision_10_max=113
force_black=0
force_monochrome=0
fill=0
fill_Y_val=16
fill_C_val=128
fill_lines_top=30
fill_lines_bottom=30

jdobbs
23rd May 2006, 21:23
This is probably better suited to be asked in the CCE Forum...

But... in answer to your question... the reason it is doing what you describe is because of this line in the ECL:

offset_line=1

That tells CCE to do exactly what you are describing. The reason that setting is there is because older versions of CCE cannot create bottom-first streams. In order to make them work properly you have to shift the picture up one line and output a stream encoded as top-first. It's harmless.

By the way... that ECL was not created by DVD Rebuilder, or it has been modified...

You Know
22nd June 2006, 22:57
i'am using 2.70.xx.xx, not lastest but not older.

ECL was created from CCE, i do not use external program to make m2v file.

If I shift UP one pixel line, I must correct all menu image and highlight mask.

I have edited ECL file offset_line=1 -> 0 . It's OK.

jdobbs
23rd June 2006, 05:16
DVD-RB doesn't set OFFSET_LINE=1 for CCE v2.69 or above (because they can handle BFF natively)... so I'm not sure how it could have gotten set to begin with.