Harm
14th February 2004, 18:04
Following the advice of Oddyseus I started a new thread about a problem I'm experiencing with CCE 2.5 and 2.67 to.
When I'm encoding the main movie (and also on big extras) CCE runs the VIF creation phase (without MPV creation) fine. When I start the multipass run (for 3,4 or 5 times) it just runs once and then stops. No errors, just as if it finished normally. Playing AVS doesn't give any errors either.
Oddyseus (and others) suggested some changes to the ECL file but to no avail (see thread on running time problem (http://forum.doom9.org/showthread.php?s=&postid=444294#post444294) ).
I use Avisynth 2.54 and DIF4U followed by DOCCE4U or BatchCCEWs (using AVS plugins wouldn't help).
So is anyone else experiencing this one time only problem?
The last ECL file I used looked like this:
; CCE SP Trial Version -- Encoder Control List
title=VTS__01_P01.I-BFF.4~3_1
vid_out=1
vaf_out=1
aud_out=0
aud_mode=0
vid_file0=[I]mpvfilename
vid_file1=mpvfilename
vaf_file=vaffilename
aud_file=mpafilename
file_focused=0
video_type=4
width=720
height=576
timecode=0x0000000
tc_ref_frm=0
drop_frame=0
cbr_brate=1536
opv_q_factor=40
opv_brate_min=0
opv_brate_max=7880
vbr_brate_avg=1536
vbr_brate_min=0
vbr_brate_max=7880
vbr_bias=30
vbr_pass=3
create_new_vaf=1
pulldown_detect=0
letter_box=0
panscan=0
aspect_ratio=2
credits_tweak=0
credits_start=0x00000
credits_brate=1000
h_filter=1
h_filter_idx=8
use_filter=0
filter_val=6
dither=0
dither_max=8
quality_prec=16
intra_dc_prec=2
alternate_scan=0
non_linear=1
progressive=1
gop_m=3
gop_nm=4
gop_hdr=12
seq_hdr=1
seq_endcode=1
dvd=1
all_closed_gop=0
fix_gop_length=0
fix_vbv_delay=0
offset_line=1
half_width=0
half_height=0
uscc=0
lum_level=0
packet_size=2048
frame_rate_idx=3
qmat_idx=0
mpeg1=0
mpeg1_cps=1
brate_idx=7
stereo=2
samples_per_sec=0 <== already changed this one from 44100
crc=1
[file]
name=avsfilename
type=0
frame_first=0 <== already changed this one from 167728
frame_last=167728
encode_first=0
encode_last=167728
chapter=0: <== already added this one because missing?
chapter=204: <== already tried without chapterlist
chapter=5735:
chapter=5933:
deleted rest of chapterlist -- nothing further
My AVS script looks like this:
import("F:\Tools\DoItFast4U\new.avs\addaudio.avs")
LoadPlugin("F:\Tools\DoItFast4U\new.avs\mpeg2dec3.dll")
Mpeg2Source("VTS__01_P01.I-BFF.4~3_1.d2v",idct=5)
AddAudio()
ConvertToYUY2(interlaced=true)
When I'm encoding the main movie (and also on big extras) CCE runs the VIF creation phase (without MPV creation) fine. When I start the multipass run (for 3,4 or 5 times) it just runs once and then stops. No errors, just as if it finished normally. Playing AVS doesn't give any errors either.
Oddyseus (and others) suggested some changes to the ECL file but to no avail (see thread on running time problem (http://forum.doom9.org/showthread.php?s=&postid=444294#post444294) ).
I use Avisynth 2.54 and DIF4U followed by DOCCE4U or BatchCCEWs (using AVS plugins wouldn't help).
So is anyone else experiencing this one time only problem?
The last ECL file I used looked like this:
; CCE SP Trial Version -- Encoder Control List
title=VTS__01_P01.I-BFF.4~3_1
vid_out=1
vaf_out=1
aud_out=0
aud_mode=0
vid_file0=[I]mpvfilename
vid_file1=mpvfilename
vaf_file=vaffilename
aud_file=mpafilename
file_focused=0
video_type=4
width=720
height=576
timecode=0x0000000
tc_ref_frm=0
drop_frame=0
cbr_brate=1536
opv_q_factor=40
opv_brate_min=0
opv_brate_max=7880
vbr_brate_avg=1536
vbr_brate_min=0
vbr_brate_max=7880
vbr_bias=30
vbr_pass=3
create_new_vaf=1
pulldown_detect=0
letter_box=0
panscan=0
aspect_ratio=2
credits_tweak=0
credits_start=0x00000
credits_brate=1000
h_filter=1
h_filter_idx=8
use_filter=0
filter_val=6
dither=0
dither_max=8
quality_prec=16
intra_dc_prec=2
alternate_scan=0
non_linear=1
progressive=1
gop_m=3
gop_nm=4
gop_hdr=12
seq_hdr=1
seq_endcode=1
dvd=1
all_closed_gop=0
fix_gop_length=0
fix_vbv_delay=0
offset_line=1
half_width=0
half_height=0
uscc=0
lum_level=0
packet_size=2048
frame_rate_idx=3
qmat_idx=0
mpeg1=0
mpeg1_cps=1
brate_idx=7
stereo=2
samples_per_sec=0 <== already changed this one from 44100
crc=1
[file]
name=avsfilename
type=0
frame_first=0 <== already changed this one from 167728
frame_last=167728
encode_first=0
encode_last=167728
chapter=0: <== already added this one because missing?
chapter=204: <== already tried without chapterlist
chapter=5735:
chapter=5933:
deleted rest of chapterlist -- nothing further
My AVS script looks like this:
import("F:\Tools\DoItFast4U\new.avs\addaudio.avs")
LoadPlugin("F:\Tools\DoItFast4U\new.avs\mpeg2dec3.dll")
Mpeg2Source("VTS__01_P01.I-BFF.4~3_1.d2v",idct=5)
AddAudio()
ConvertToYUY2(interlaced=true)