PDA

View Full Version : Output Size?


dvd_maniac
21st August 2004, 16:21
How do I define the final output size of the dvd?

wmansir
21st August 2004, 17:54
http://forum.doom9.org/showthread.php?s=&postid=482090#post482090

dvd_maniac
21st August 2004, 18:31
The following is my ini file:

[Paths]
CCENEW=C:\Program Files\Custom Technology\CCE SP Trial Version\EclCCE.exe
Source=G:\DVDS\HAPPY_DAYS_SEASON_1_D2\VIDEO_TS\
Working=D:\HAPPY_S1_D2\
CCE250=C:\Program Files\Custom Technology\CCE SP Trial Version\EclCCE.exe
CCEBasic=C:\Program Files\Custom Technology\CCE SP Trial Version\EclCCE.exe
[Setup]
Language11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
sLanguage11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
[Options]
ReduceOpt=3
CCE=1
[CCEOptions]
VBR_bias=25
Quality_prec=16
eclPasses=2

Would I put this: TargetSectors=1950000
Or This: CCETargetSectors=1950000
in my ini file?
And would I put it under [Options] or [CCEOptions]?

wmansir
21st August 2004, 20:40
All optional settings MUST be placed in the '[Options]' section of the .ini file

If you are using CCE either version will work.

dvd_maniac
21st August 2004, 21:14
Would I put it under [CCEOptions} or [Options]?

wmansir
21st August 2004, 21:46
[Options]

Did you skip over the quote in my last post?

dvd_maniac
21st August 2004, 21:56
I just did not understand why there is a CCEOptions if nothing works in there. Not because I think it is wrong to have it, just because I am totally new and want to make sure.
Thank You for clarification...

erdoke
21st August 2004, 22:14
Originally posted by dvd_maniac
I just did not understand why there is a CCEOptions if nothing works in there. Not because I think it is wrong to have it, just because I am totally new and want to make sure.
Thank You for clarification...

[CCEOptions] contains encoding options specific for CCE. Everything works in there. ;)
[Options] section contains general optional settings.

wmansir
21st August 2004, 22:49
All TargetSector options are put under [Options] because thoses settings control DVD-RB's output such as stripped audio/subs and HalfD1, ect. CCETargetSectors controls the target size when CCE is used, but it isn't a CCE setting.

[CCEOptions] are for specific CCE Encoder settings such as VBR_bias, # of passes, ect.

You would think QuEnc and Rejig might have there own sections, but they do not, probably because they originally didn't have specific settings and jdobbs put the few that were added under the [Options] section because it was easier. Though there could be technical reasons, I don't know.

Because there are no Rejig or QuEnc sections it would cause more confusion if TargetSectors, RejigTargetSectors and QuEncTargetSectors all went under [Options], but CCETargetSectors didn't.