ADLANCAS
18th May 2005, 14:01
In version 2.66 I used a "generic" ECL that could open a avs even when I donŽt know exact number of frames of avs.
I delete lines of "frame_last=" and "encode_last=" to do that.
See below an example
; CCE SP Trial Version -- Encoder Control List
[item]
title=cap1.avs
vid_out=1
vaf_out=0
aud_out=0
aud_mode=0
vid_file0=D:\cap1.m2v
vid_file1=D:\cap1.m2v
vaf_file=D:\cap1.vaf
aud_file=D:\cap1.mpa
file_focused=0
video_type=2
width=352
height=480
timecode=0x1000000
tc_ref_frm=0
drop_frame=0
cbr_brate=6000
opv_q_factor=30
opv_brate_min=1000
opv_brate_max=8000
vbr_brate_avg=2230
vbr_brate_min=300
vbr_brate_max=2530
vbr_bias=30
vbr_pass=3
create_new_vaf=0
pulldown_detect=0
letter_box=0
panscan=0
aspect_ratio=2
credits_tweak=0
credits_start=0x00000
credits_brate=1000
h_filter=0
h_filter_idx=8
use_filter=0
filter_val=4
dither=0
dither_max=8
quality_prec=17
intra_dc_prec=1
alternate_scan=1
non_linear=1
progressive=0
gop_m=3
gop_nm=4
gop_hdr=12
seq_hdr=1
seq_endcode=1
dvd=0
all_closed_gop=0
fix_gop_length=0
fix_vbv_delay=0
top_first=0
half_width=0
half_height=0
lum_level=1
packet_size=2048
frame_rate_idx=4
qmat_idx=-1
qmat_name=
qmat=
08 16 19 22 26 27 29 34
16 16 22 24 27 29 34 37
19 22 26 27 29 34 34 38
22 22 26 27 29 34 37 40
22 26 27 29 32 35 40 48
26 27 29 32 35 40 48 58
26 27 29 34 38 46 56 69
27 29 35 38 46 56 69 83
16 18 20 22 24 26 28 30
18 20 22 24 26 28 30 32
20 22 24 26 28 30 32 34
22 24 26 30 32 32 34 36
24 26 28 32 34 34 36 38
26 28 30 32 34 36 38 40
28 30 32 34 36 38 42 42
30 32 34 36 38 40 42 44
mpeg1=0
mpeg1_cps=1
brate_idx=6
stereo=1
samples_per_sec=48000
crc=1
[file]
name=D:\cap1.avs
type=0
frame_first=0
encode_first=0
then, when loaded in CCE, it works fine, because CCE 2.66 checks number of frames again.
IŽm trying to make the same in version 2.70, but CCE doesnŽt open ecl file that doesnŽt contains a correct number of frames
in variable "encode_last= ".
Is there a way to do that ?
Regards,
Alexandre
I delete lines of "frame_last=" and "encode_last=" to do that.
See below an example
; CCE SP Trial Version -- Encoder Control List
[item]
title=cap1.avs
vid_out=1
vaf_out=0
aud_out=0
aud_mode=0
vid_file0=D:\cap1.m2v
vid_file1=D:\cap1.m2v
vaf_file=D:\cap1.vaf
aud_file=D:\cap1.mpa
file_focused=0
video_type=2
width=352
height=480
timecode=0x1000000
tc_ref_frm=0
drop_frame=0
cbr_brate=6000
opv_q_factor=30
opv_brate_min=1000
opv_brate_max=8000
vbr_brate_avg=2230
vbr_brate_min=300
vbr_brate_max=2530
vbr_bias=30
vbr_pass=3
create_new_vaf=0
pulldown_detect=0
letter_box=0
panscan=0
aspect_ratio=2
credits_tweak=0
credits_start=0x00000
credits_brate=1000
h_filter=0
h_filter_idx=8
use_filter=0
filter_val=4
dither=0
dither_max=8
quality_prec=17
intra_dc_prec=1
alternate_scan=1
non_linear=1
progressive=0
gop_m=3
gop_nm=4
gop_hdr=12
seq_hdr=1
seq_endcode=1
dvd=0
all_closed_gop=0
fix_gop_length=0
fix_vbv_delay=0
top_first=0
half_width=0
half_height=0
lum_level=1
packet_size=2048
frame_rate_idx=4
qmat_idx=-1
qmat_name=
qmat=
08 16 19 22 26 27 29 34
16 16 22 24 27 29 34 37
19 22 26 27 29 34 34 38
22 22 26 27 29 34 37 40
22 26 27 29 32 35 40 48
26 27 29 32 35 40 48 58
26 27 29 34 38 46 56 69
27 29 35 38 46 56 69 83
16 18 20 22 24 26 28 30
18 20 22 24 26 28 30 32
20 22 24 26 28 30 32 34
22 24 26 30 32 32 34 36
24 26 28 32 34 34 36 38
26 28 30 32 34 36 38 40
28 30 32 34 36 38 42 42
30 32 34 36 38 40 42 44
mpeg1=0
mpeg1_cps=1
brate_idx=6
stereo=1
samples_per_sec=48000
crc=1
[file]
name=D:\cap1.avs
type=0
frame_first=0
encode_first=0
then, when loaded in CCE, it works fine, because CCE 2.66 checks number of frames again.
IŽm trying to make the same in version 2.70, but CCE doesnŽt open ecl file that doesnŽt contains a correct number of frames
in variable "encode_last= ".
Is there a way to do that ?
Regards,
Alexandre