Log in

View Full Version : Generic ecl file works on 2.66 but not on 2.70


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

ADLANCAS
20th May 2005, 03:16
It seems that there is no easy solution.
Ok, IŽll use avs2avi to know quantity of frames.

Alexandre

Amnon82
28th May 2005, 17:19
The ECL of 2.70 is a littlebit different than the old one. The easiest way will be:

Create a ECL in CCE and edit it in the Editor to fit the settings of Your old script.

Or You can download my programm AutoQ 1.5.3 (http://www.autoq.fx.to). Start a project and run the Q-Value-Testmode. In the temp-folder You'll find a generic ECL-File for CCE 2.70 generated by AutoQ.

ADLANCAS
30th May 2005, 03:40
Yes, new version is different. Thanks for your suggestions.
I used avs2avi together with an excel sheet.

In your tool, you included a "fix" to encode using cce 2.70.02.
It seems that was a problem with batch mode in CCE. What did you do exactly to solve that problem?

Amnon82
21st June 2005, 17:26
It is easy to explain. The Batchmode is damaged in the CCE Version 2.70.00.00 - 2.70.02.00. Since 2.70.02.01 it is fixed now.

So what did I to get the older Versions work. Simple: The Batchmode starts but it doesn't give the encode call. So nobody clicks on the Encode-button. Now AutoQ will come in the game. I start a timer, search for the Windowtitle and give the 'press-Encode-button'-Call. CCE starts to encode. Thats the way I solved it in AutoQ