View Full Version : Little question about CCE and multipass VBR


mp3dom
17th February 2004, 00:13
Hi to all,
sorry if this question's already posted but i haven't find anything with search button.
Well my question is:
I'm using CCE and AviSynth to encode some videos. I'm using some filters (like Convolution3D) so the encoding speed is really slow (6 hours on my Athlon 750MHz). So i would like to know if i can make multipass NOT at one time.. and if this "method" offer the same results.
For example:
Making the 1st analyzing pass, then choose "multipass VBR" and select 1 multipass and launch the encoding. When encoding finished, choose another "1 pass vbr" and launching again. With this method I can make 2-3 multipass in different days... but.. offer the same quality like 2-3 multipass in one time?
I'm using CCE 2.50.
Thanks in advice, sorry for my bad english :(

wh00t
17th February 2004, 00:18
Well i'm new to cce but i'd say not possible, as multipass is a work in progress. If you'd encode 1pass after 1pass it'd be 1pass still, you know what i mean?

RB
17th February 2004, 00:31
Sure this is possible. CCE updates the VAF file with every pass, so it retains the bitrate optimizations between program runs. Just make sure you check "use existing VAF" for you additional passes.

r6d2
17th February 2004, 01:20
Also you can generate a second MPV which will operate on alternate passes, so if for any reason you have to abort a pass, you can resume only the last pass.

mp3dom
17th February 2004, 03:42
Thanks to all for the replies! :)

trolltuning
26th February 2004, 16:32
Also you can generate a second MPV which will operate on alternate passes, so if for any reason you have to abort a pass, you can resume only the last pass
I'm not following this. Can you detail how you would do that? (I'm sure its not hard but I'm missing it somehow.) :(

r6d2
26th February 2004, 16:53
Originally posted by trolltuning
Can you detail how you would do that?Yes, it is not too hard. You have to edit the project and where output is specified, you have 2 MPV file names to fill in. Just use 2 different names, like <something>_odd and <something>_even. I don't recall the exact field names, but it is explained in more detail on the CCE manual.