PDA

View Full Version : Rebuilder.ecl format


Amir
28th December 2004, 13:13
Ok I get the dreded "subscript out range 9:" error but from what jdobbs has said here http://forum.doom9.org/showthread.php?postid=584912#post584912

I need to cut out the bit from the .ecl file and re-encode.

Now the problem i have is finding the right part in the .ecl file.

here is the last thing in my logs

- Rebuilding segment 36 VOBID: 2 CELLID: 36
- Rebuilding segment 37 VOBID: 2 CELLID: 37
- Updating NAVPACKS for VOBID_02
- Rebuilding segment 38 VOBID: 3 CELLID: 1


but how do i find this "bit" in the ecl. file ?

I see like this

"[item]
title=V02000800009001
aud_out=0
vaf_file=D:\TEMP\WORKING\D2VAVS\V02000800009001.vaf
aud_file=D:\TEMP\WORKING\D2VAVS\V02000800009001.mpa"

I've attached the full .ecl file so if anyone can point me in the right direction i'd appreciate it.

Also noticed the "working" folder is 3.91 Gigs where as the original was 7.7(ish)... undersized ?..

Trahald
28th December 2004, 16:27
[item]
title=V01003800003001
aud_out=0
vaf_file=D:\TEMP\WORKING\D2VAVS\V01003800003001.vaf
aud_file=D:\TEMP\WORKING\D2VAVS\V01003800003001.mpa
file_focused=0
packet_size=2048
width=720
height=480
frame_rate_idx=1
cbr_brate=6000
vbr_brate_avg=2798
vbr_brate_min=0
vbr_brate_max=8616
seq_endcode=1
dvd=0
half_width=0
half_height=0
lum_level=0
aspect_ratio=2
gop_m=3
gop_nm=4
gop_hdr=12
seq_hdr=1
all_closed_gop=0
fix_gop_length=0
samples_per_sec=44100
stereo=2 brate_idx=7
crc=1
progressive=1
alternate_scan=0
intra_dc_prec=2
aud_mode=0
tc_ref_frm=0
drop_frame=0
fix_vbv_delay=0
letter_box=0
pulldown_detect=0
offset_line=0
create_new_vaf=1
credits_tweak=0
credits_start=0x00000
credits_brate=1000
h_filter=0
h_filter_idx=8
dither=0
dither_max=8
qmat_idx=0
quality_prec=16
timecode=0x0000000
video_type=1
vid_file0=D:\TEMP\WORKING\D2VAVS\V01003800003001.m2v
vid_file1=D:\TEMP\WORKING\D2VAVS\V01003800003001.m2v
vid_out=1
vaf_out=1
opv_q_factor=20
opv_brate_min=0
opv_brate_max=8616
vbr_bias=25
vbr_pass=5
use_filter=0
filter_val=6
non_linear=1
top_first=0
mpeg1=0
mpeg1_cps=1
[file]
name=D:\TEMP\WORKING\D2VAVS\V01003800003001.avs
frame_first=0
frame_last=1
encode_first=0
encode_last=1

the filename tells you (v01003800003001) IS VTS 01 SEGMENT 38 VOBID 3 CELLID 1
by the frame section appears to be a still
(the [file] section )

Amir
28th December 2004, 19:29
thanks for the explanation... I managed to get past the error by upgrading the version of CCE (from 2.50 to 2.67.00.27) and also I set to one pass VBR w/analysis.

As quick test I thoiught i'd do that (no other params changed). So now I got the PC to re-encode the whole thing again, i'm wondering if its a CCE issue.

Thanks for the quick response, if it fails i'll do the small segment again, its interesting to see if i get the same error if i use newser CCE. will post update.