In CCE's 1 passVBR mode is there a way to predict file size?? Or is it like Tmpeg's CQ mode,completely unpredictable?
The defaults when you start CCE are 2000 minimum and 9800 maxium.
I encoded the first vob from StarWars II as a test and the .mpv file was about 550MB,indiacating that entire disk would be under 4GB's.
Do you think 1 Pass VBR produces good results for DVD production?
+ Reply to Thread
Results 1 to 12 of 12
-
-
CCE comes with a multipass (1 pass) mode and a one-pass VBR mode. The first one is with *.vaf creation, so actually it is 2 pass. One-pass VBR is real one pass without the information file. That does not mean, that you can not predict the filesize. The guys of kvcd.com did not sleep and found a way to predict the filesize quite exactly.
To do this you have to encode a small test clip. The Avisynth filter SelectRangeEvery collects n frames every m seconds. So the testclip takes frames from start to end, that leads to quite an exact calculation. -
Originally Posted by Truman
read this guide and you see why you should have vaf-file!
http://www.doom9.org/mpg/cce-advanced.htm
Zzzzzzzzzzz -
Sure, but there is no need for a *.vaf file if I just want to do a one pass encode.
-
You can calculate file size quite accurately if you set Quality Factor=1 in One Pass VBR with CCE. The bitrate you get from any Bitrate Calculator should be the maximum bitrate in One Pass VBR setting.
-
Originally Posted by Poplar
There are, however, some scripts that create samples from your source and can calculate very accurately what bitrate to use for 1-pass vbr. I know DVD2SVCD has one and there is another one available at kvcd.net. -
Yes, file size prediction is possible. From my limited testing it appears to be a little less accurate than TMPGenc at this point, only because I still have not run enough samples to get a good multiplier factor.
The trick is to use AVIsynth http://www.avisynth.org/ with the mpeg2dec.dll plugin. It adds the function SelectRangeEvery(SkipStep, numberOfFrames ) so you could very easy do something like this.
AVISource("myvideo.avi")
SelectRangeEvery(1800,36)
And use that avisynth script as your video. Since we are taking 36 out of ever 1800 frames we have to multiply the output filesize by 50 ( * the correction factorsome are using .95 ).
Much more info can be found on the kvcd forums. -
but why use only one-pass VBR? Easy way is to use 2-3-4 passes and get exact file size and VERY good quality...I know it takes time to encode but when you sleep it dosent really matter... 8)
Zzzzzzzzzz -
1) I have a pIII700, 1 pass is signifigantly shorter encoding. I also use filters ( tv cap ).
2) For most things I have found one pass vbr to be higer quality than multi-pass since it appears to distribute the bits better. In multi-pass it appears to second guess itself way to often when doing low bandwidth stuff. -
IM confused (nothing new) but why would you encode for DVD-R? I use encoding for SVCD but cant you normally just copy the thing on dvd-r, assuming its small enough?
HideOut -
If the DVD is over 4.37GB's and you want to fit it on one DVDR,transcodeing is required.
-
Originally Posted by snowmoon
I still think that Robshot method with multipass(and some improvements) gives better results than only one pass(DVD -> DVD-r)... and the size issue is much more easy to handle
Zzzzzzzz
Similar Threads
-
CCE SP2 number of VBR passes
By DRP in forum Video ConversionReplies: 1Last Post: 25th Oct 2008, 02:53 -
VBR in CCE SP2 creates playback time error leading to no audio
By Albedo in forum Video ConversionReplies: 22Last Post: 11th Jun 2008, 15:23 -
CCE SP 2.67 Advanced Settings (VBR Bias, Quality Precision)
By seven_deuce offsuit in forum DVD RippingReplies: 3Last Post: 11th Mar 2008, 17:30 -
vbr passes in cce 2.70 sp
By DSLGuy in forum Video ConversionReplies: 1Last Post: 19th Feb 2008, 23:33 -
DVD Rebuilder Pro & CCE in Multipass VBR mode
By devnulllore in forum Newbie / General discussionsReplies: 12Last Post: 30th Jul 2007, 09:04