PDA

View Full Version : cce output shorter then input


technosexual
1st July 2003, 13:31
im encoding some pal dvd episodes to svcd using dvd2avi>avisynth(only for frameserve/resize)>cce
now the mpv cce outputs is shorter then it should be by over 30secs
but the entire episode is there. for some odd reason it keeps playing after the "end" (where current play time == total time)
the whole ep is there tho. and it isnt a dvd2avi or avisynth problem cause both the .d2v and .avs show the correct time when being played and the framerate is set correctly in cce. so im stumped

RB
2nd July 2003, 09:45
What version of CCE?

technosexual
2nd July 2003, 12:10
2.66

this also only happens when encoding vbr.

RB
2nd July 2003, 12:46
Interesting, never seen something like that. Are you using DVD2SVCD? Can you post the AVISynth script and the CCE ECL file?

technosexual
2nd July 2003, 12:57
video=mpeg2source("amazon.d2v").bicubicresize(480,576)
audio=wavsource("amazon.wav")
audiodub(video,audio)

--
no im just using dvd2avi>avisynth>cce

dont have the ecl any more. its just
multipass vbr 3 passes
make new vaf
avg 2460 min 0 max 2500
all filters off
gop 3/4/1
progressive frame flag(source is progressive)
zigzag scanning order
intra block 9
quantizer 16

RB
3rd July 2003, 19:21
Sorry, no idea what could be going on.