View Full Version : DVD ReBuilder: Settings
wmansir
13th April 2004, 22:42
DVD ReBuilder Settings (v0.69)
This document is outdated at this time. The most up-to-date source for settings information is Rockas' Help files (http://forum.doom9.org/showthread.php?t=93471).
File
Open Project
Restores settings from a previous project.
Save Project
Saves Settings for later use.
Batch Processing
Opens the Batch Processing Panel. You can use this panel to execute several jobs in a row.
To use Batch Processing you must first save a project for each job you want to run. You can then Add/Delete your projects from the Batch Processing list, then click the Process button to start.
Shutdown at Batch Completion
If enabled, DVD-RB will do a Windows Shutdown after all batch processes are complete. A 10 Second warning window enables cancellation before shutdown. This option is reset when you close DVD-RB.
Print Status Panel
Print the current contents of the status panel.
Copy Status to Clipboard
Copy the contents of the Status Panel to the clipboard.
Status Logging On
The Status panel is saved to a file (rebuilder.log) in the root of the current working directory.
Exit
Closes the programMode
CCE Mode, ReJig Mode, QuEnc, ProCoder (EclPro) Mode
Selects the Encoding Method. Each method must have it's encoder defined in the Setup screen before it can be used.
Other encoder
This is reserved for future use, it cannot be enabled.
Verbose Status Window
If Enabled the Status Panel will contain extra information.
One Click Mode
If Enabled, the entire rebuild process is performed with the click of one Transcode button.
If Disabled, DVD-RB is in "three click" mode. The encoder will pause between each of the three main stages: Prepare, Encode, Rebuild. This allows the user to tweak encoding parameters and verify quality before Rebuild.
Shutdown at One Click Completion
If enabled, DVD-RB will do a Windows Shutdown at the successful completion of the next One-Click execution. A 10 Second warning window enables cancellation before shutdown. This option is reset when you close DVD-RB.
Dynamic Assign Cell Bitrates
If Enabled, the original DVD bitrate is analyzed and Cells are assigned a re-encode bitrate in proportion to their original bitrate, compared to the overall bitrate of the original disc. See this post (http://forum.doom9.org/showthread.php?s=&postid=474936#post474936) for more details.
If Disabled, all Cells have the same bitrate.
Steal space from Extras
This option allows you to improve your main movie quality by reducing the quality of extras (that are outside the largest VTS). It works by taking storage space (25%, 33%, or 50%) from the extras and then reallocating it to the largest VTS. This reallocation of space happens BEFORE other options -- so, for example, if you steal at 50% and enable Half-D1/Half-Space, the extras will be 1/4 size. This option is only valid when the "Dynamically Assign Cell Bitrates" option is enabled.
Half-D1 and Half Space for Extras
If Enabled, any extras are resized to Half-D1 and allocated half the normal bitrate. The "recovered" space will be allocated to the main VTS. For movies with a lot of extras this can significantly improve the bitrate for the main movie. This option will NOT work with ReJig Mode.
Angle Processing
Reserved for future use.
Suppress Warning Prompts
If enabled, this will suppress any warnings, such as overwriting of files in the Working Path.
Enable "Output" Directory
If enabled, a third folder can be specified to place the final output. "VIDEO_TS" and "AUDIO_TS" folders will be created in this directory automatically. If Disabled, the output is placed in the "Working Directory".Options
AVS Options
ConvertToYUY2()
If Enabled, the video colorspace is converted to YUY2 before reaching the encoder. This should be ENABLED if you are using CCE. See the CCE FAQ (http://forum.doom9.org/showthread.php?s=&threadid=53770), Q. 14.4 for details.
AudioDub(BlankClip())
This option is a work around for a bug in some versions of CCE. It is only needed if you are using CCE 2.5 and running a AMD Thunderbird or Duron processor. See the CCE FAQ (http://forum.doom9.org/showthread.php?s=&threadid=53770) Q 14.1 and Q 14.3 for details.
Advanced (expert) Options:
Filter Editor
This is meant to support filters, but can also be used to activate other AviSynth commands. This is truly an EXPERT OPTION. If you are not intimately familiar with AviSynth leave it alone. It can make your encodes fail completely if incorrectly used. Note: Don't use blank lines.
Deinterlace with DECOMB
You must have installed the Decomb plugin and defined it's path in the DVD-RB SETUP window before you can use this option.
If Enabled, Interlace sources are deinterlaced with the fielddeinterlace() function of the Decomb Package. This is recommended if you plan on viewing your output primarily on a progressive display, such as your computer.
MPEG2Source("source",idct=7)
If Enabled, the SimpleiDCT is used for decoding the MPEG2 source. This method, taken from the Xvid project, is (slightly) more accurate than the default iDCT at generally the same speed. See this post (http://forum.doom9.org/showthread.php?s=&threadid=49893) for more information.
Disable "interlaced"
Source for the selected VTS will be treated as progressive -- meaning "interlaced=true" will not be added to the ConvertToYUY() line, no Deinterlacing will be applied, Zig-Zag encoding will be used, and the progressive flag will be set. See this post (http://forum.doom9.org/showthread.php?s=&threadid=58800#post354127) for more information on ConvertToYUY(). Also, note that this is only an override for incorrectly flagged progressive material that would erroneously be treated as interlaced. Progressive material, that is flagged correctly, will be treated properly automatically.
Resize to Half D1
Allows you to resize select Video Title Sets to half standard resolution. This is within the DVD specs, but some hardware players do not support it. Be sure your target player does.
Convert from LB 4:3 to 16:9
Allows you to convert select Video Title Sets from 4:3 Letterbox to 16:9 Anamorphic Widescreen. This is only recommended if you have a widescreen display.
CCE Options
CCE Basic (2.67+), CCE SP (2.66+), CCE SP (2.5)
Used to Select the version of CCE you are using.
One Pass VBR (w/Analysis) EXPERIMENTAL
DVD-RB performs a analysis of the video and then encodes with CCE One-Pass VBR mode. This requires half, or less, of the time for a normal CCE encode, but output size is not guaranteed and quality will be less than the standard Multi-pass method. See this thread (http://forum.doom9.org/showthread.php?s=&threadid=76663) for more details.
Advanced (Expert) Settings
These settings are for advanced users, and do not have to be changed from the default. More information can be found in the CCE FAQ (http://forum.doom9.org/showthread.php?s=&threadid=53770), Q. 7.
VBR_Bias
This setting controls how CCE distributes the bitrate. To quote jdobbs:
"When you do your first pass the bit allocation per frame/gop is set based on a constant quality. The bias determines how much weight is given toward keeping that allocation. Setting it higher prevents wild swings in bit allocation between frames/gops. Setting it lower makes the encoder allocate more bits to high demand areas as needed and less to low demand. ...The higher you set this value, the closer you get to CBR rather than VBR."
VBR_passes
Sets the total number of passes the CCE encoder makes. NOTE: This setting is not equal to CCE's "passes" setting because CCE does not count the initial .vaf creation pass.
Quality_prec
Also known as Image quality Priority in CCE 2.5 and Quantizer characteristics in CCE 2.66 +. This setting ranges from 0-64, but is scaled for CCE 2.5 which uses a 0-100 scale.
This setting controls whether CCE gives priority to the fine details of the image, or evenly colored flat areas. A low setting will give priority to details, but could result in blockiness or color banding. A high setting will favor flat areas, but could result in edge artifacts.
QuEnc Options
Trellis Quantization (Slower, Better Quality)
A encoder option that improves quality, but nearly doubles encoding time.
Custom Matrix (QLB on v.53)
The Custom Matrix is optimized for space/quality, and to reduce artifacts on low lit/dark scenes. Some image detail is effected though, so it is only recommended if you are using a low video bitrate. Check here (http://www.kvcd.org/portal/articles.php?lng=en&pg=20&prt=1) for the specifications.
Single-Pass Encode (Faster, Lower Quality)
If Enabled, encoding is done in one pass instead of the normal 2-pass method. Quality reduction could be significant, especially with low bitrate material.
High Quality Mode (Slower)
If Enabled, QuEnc's High quality mode is activated. This may produce better quality output, but is significantly slower than the standard mode.
Use Scene Detection
If Enabled, QuEnc will attempt to detect scene changes in the video in order to encode it more efficiently. This can produce non-standard video, so it should be treated as experimental at this time.
ReJig Options
Minimize Disc Space Requirements
Reserved for future use.
Special Error Processing
If enabled, an alternate rebuild method is used during the Rebuild phase. This method is designed for special cases in which certain #0003 or #0004 errors are encountered. This is temporary and will be removed in future versions. It is recommended that this option only be used as a last resort after you've encountered one of these errors, and not before, as it can cause other unpleasant effects. This option ONLY affects the rebuild phase. It is meant to counter what appears to be bad source timing parameters.
Set Background Color
If you are using the "Windows Standard" Skin (or any other skin that doesn't include a graphic background), this will allow you to change the window color. Graphical skins are not affected.
Setup Application Paths
The appropriate path must be set here before you can use certain encoding modes or features. In addition, when setting a CCE path you must select which version to use in Options:CCE Options on the main menu bar.
Path to CCE Basic
Use this to set the path to your CCE Basic (2.67+) executable. If you are using a TRIAL version of the program, you must first install and configure EclCCE and use the path to that program INSTEAD of the original CCE Basic Trial Version executable.
Path to CCE SP 2.50
Use this to set the the path to EclCCE, which must be installed and configured to use the CCE SP 2.5 executable . DO NOT set to the CCE 2.5 executable directly, even if it is NOT a trial version. DO NOT use this setting with newer versions of CCE.
Path to CCE SP (new)
Use this to set the path to your CCE SP (2.66 or greater) executable. If you are using a TRIAL version of the program, you must first install and configure EclCCE and use the path to that program INSTEAD of the original CCE SP Trial Version executable.
Path to ReJig
If you plan on using the free ReJig transcoder, you must set the path here.
Path to QuEnc
If you plan on using the free QuEnc MPEG2 encoder, you must set the path here.
Path to EclPro (ProCoder)
If you plan on using ProCoder you must first download and setup EclPro (http://forum.doom9.org/showthread.php?s=&threadid=83334), then set the path to the EclPro executable here. DO NO set this to the ProCoder executable directly.
Path to Decoder
If you installed the DGDecode.dll or MEPG2DEC3dg.dll file into your AviSynth Plugins directory, you should not have to set this. If you do not want to auto-load the plugin, or are receiving script errors, you can set the path to the plugin here. It will then be explicitly defined in all .avs files.
Path to DECOMB.DLL
If you plan on using the AVS Option "Deinterlace with Decomb" you must first set the path to the Decomb.dll here.
Special Settings
Run Encoder(s) Minimized
Those Encoders that support it will be run minimized. CCE 2.5 does not support this, even with EclCCE.
Audio to Remove (default)
Check to Remove
CHECKING a language here will automatically REMOVE all audio tracks in that language by default when selecting a new source for a project. These selections can be overridden on a per-project basis in the main window. Be sure to click SAVE after making your selections.
Remove all DTS
If Enabled, all DTS audio tracks will be removed by default when selecting a new source for a project, regardless of language.
Subpictures to Remove (default)
Check to Remove
CHECKING a language here will automatically REMOVE all subtitle tracks in that language by default when selecting a new source for a project. These selections can be overridden on a per-project basis in the main window, unless you are using the "Windows Standard" skin, which lacks the selection box. Be sure to click SAVE after making your selections.
Skins
Use this menu to change the look of DVD ReBuilder. You can download new skins (http://forum.doom9.org/showthread.php?s=&threadid=85148), or make your own (http://forum.doom9.org/showthread.php?s=&threadid=84863).
Rockas Original
The new default look of DVD-RB.
Windows Standard
Check this option if you prefer the old look. You can change the window color using the "Change Background Color" option under the Options menu. Note: This skin does not have a subtitle selection window. So subtitles will be kept/removed based on your selections on the Setup screen.
Other
If you have installed other skins you will be able to select them here.
Rewrite Defaults
Use this option to overwrite the "Rockas Original" and "Windows Standard" with the version contained in the executable. This is useful if DVD-RB contains an updated version of the skin(s) or your local copy becomes corrupt.Help
Readme
Displays the readme file. This is also contained in the rebuilder.txt file that came with DVD ReBuilder.
Dis play Versions
This will print out the version numbers of various external software (CCE, AviSynth, DGDecode, etc) that DVD ReBuilder uses in the status panel. It is useful for verifying what versions DVD-RB is using and for reporting errors in the forum.
Make A Donation
This will open an IE window setup to make a PayPal donation to the author of DVD ReBuilder.
Check for Newest Version
This will open an IE window for the version announcement thread in the DVD ReBuilder forums.
About
Displays version, copyright, and author information. Including a convenient DONATE BUTTON (https://www.paypal.com/xclick/business=DVD-RB%40comcast.net&item_name=DVD+ReBuilder+Development+Donation&item_number=DVD-RB-001&no_note=1&tax=0¤cy_code=USD).
There are also a few Hidden Settings (http://forum.doom9.org/showthread.php?s=&postid=482090#post482090) for advanced users.
12/15/2004 10:55PM
wmansir
13th April 2004, 22:42
Ok, here is the first version. I did this on my own so if anyone has any corrections, suggestions, questions or clarifications please feel free to post them.
EDIT1: updated to v0.36
EDIT2: updated to v0.40
EDIT3: updated to v0.43b
EDIT4: wrote Hidden Settings post, linked. Thanks djan.
EDIT5: updated to v0.45
EDIT6: updated to v0.47, also updated Hidden Settings.
EDIT7: updated to v0.50
EDIT8: updated to v0.52, also updated Hidden Settings.
EDIT9: updated to v0.69. Had to trim it a bit to get under the 16k character limit, I guess no more options can be added to DVD RB. :)
YaoMing11
14th April 2004, 11:04
Dynamic Assign Cell Bitrates - Is it better to use this option or not? I always leave it unchecked.
wmansir
14th April 2004, 16:04
Originally posted by YaoMing11
Dynamic Assign Cell Bitrates - Is it better to use this option or not? I always leave it unchecked.
I would recommend it be checked. Let me explain this setting better.
In normal mode, DVD-RB re-encodes all cells at the same bitrate. With Dynamic Assign Cell Bitrates enabled, DVD-RB acts more like a traditional trancoder, which reduces each cell by a certain percentage in size.
Imagine we have a DVD called: Sleeping People and KungFu Explosions
Our imaginary DVD has 3 Cells equal in length, Cells 1 and 3 are of People Sleeping, in real time. Cell 2 contains our KungFu Explosions. Obviously Cell 2 will contains a lot more action, as such the authors of the original DVD gave that segment a higher bitrate when Encoding.
Original:
Cell 1: (Sleeping People) : Bitrate (4000)
Cell 2: (KungFu Explosions) : Bitrate (8000)
Cell 3: (Sleeping People: Reloaded): Bitrate (4000)
Overall Average Bitrate: 5333
In Normal mode, DVD-RB would just compute the overall average bitrate based on the length of all the video, then encode each segment with the same bitrate. DVD-RB decides it needs a 50% reduction to fit this imaginary DVD on a DVD-R:
Normal Mode:
Cell 1: (Sleeping People) : Bitrate (2666)
Cell 2: (KungFu Explosions) : Bitrate (2666)
Cell 3: (Sleeping People: Reloaded): Bitrate (2666)
Overall Average Bitrate: 2666
So, we achieved our 50% reduction overall. But, if we look at each cell individually we see that Cells 1 and 3 got a 66% reduction, and Cell 2 got a 33% reduction!
With Dynamic Assign Cell Bitrates, DVD-RB looks at the average bitrate of the original Cell and scales it accordingly:
Dynamic Assign Cell Bitrates:
Cell 1: (Sleeping People) : Bitrate (2000)
Cell 2: (KungFu Explosions) : Bitrate (4000)
Cell 3: (Sleeping People: Reloaded): Bitrate (2000)
Overall Average Bitrate: 2666
Here, we also achieve our 50% reduction overall. And each cell has a 50% individual reduction.
smokeslikeapoet
19th April 2004, 09:32
Originally posted by wmansir
VBR_passes
Sets the total number of passes the CCE encoder makes. NOTE: This setting is not equal to CCE's "passes" setting because CCE does not count the initial .vaf creation pass.
To clarify: If you normaly encode using three passes you would set this value to 4, and if you want five passes you would set it to 6.
The "VBR_passes" value equals the number of passes plus the initial .vaf creation pass.
Please, correct me if I'm wrong.
wmansir
19th April 2004, 10:13
That's right.
djan
26th April 2004, 01:28
Hi wmansir,
It would be nice if you can add hidden settings like "TargetSectors=" and whatever we can add under "[Options]" section in the .ini file.
wmansir
26th April 2004, 17:25
Thanks for the suggestin Djan. I've been mulling over doing that, but since there are only a couple of options I have been putting it off. I'll write up a quick post and link it.
wmansir
26th April 2004, 17:45
Hidden Settings
These are settings not available via the GUI, but can be set in the 'Rebuilder.ini' file in the your DVD ReBuilder program directory. (Note: this is not the same as the file created in the WORKING directory named 'Rebuilder.ini'). These settings are for advanced users, otherwise they wouldn't be hidden.
All optional settings MUST be placed in the '[Options]' section of the .ini file, otherwise they will be ignored. Any settings changed here will not be activated until the next time you run DVD-RB.
Target Output Size
TargetSectors= nnnn
CCETargetSectors=nnnn
ReJigTargetSectors=nnnn
QuEncTargetSectors=nnnn
ProCoderTargetSectors=nnnn
Use Sectors, 1 sector = 2Kb.
Example: CCETargetSectors=2236400
As a reference the default for DVD-RB is 2236400 sectors and the maximum for a DVD-5 is 2297888. You should always leave a some room for error.
TargetSectors will be the default for all methods. Other, mode specific, target sector settings will override it when using that mode.
[Note added by jdobbs] The output size in bytes that will result from the specified value can be calculated as: TargetSectors * 2048 * 1.015
Minimum and Maximum Bitrates Effects CCE MODE only.
min_bitrate=nnnn
max_bitrate=nnnn
Use Kbps.
Example: max_bitrate=9000
No error checking is done on the numbers so take care. Setting them incorrectly can seriously degrade the quality of the picture. Also note that changing them can cause oversized or undersized output.
VTS Minimium Size Re-Encode Threshold
vts_min_size=n
Range:0-?, Default: 25625 (~52 MB)
The parameter specifies the number of sectors (2048 bytes each) that defines the point at which a VTS will be either encoded or copies intact. Anything this size or smaller will be simply copied into the output VIDEO_TS directory (it won't be further compressed).
One-Pass Analysis Options
Q_sample_percentage=n
Range: .1 - 25, Default: 1.0
Specifies what percentage of the video will be analyzed in order to estimate the final video size. Increasing this number may improve file size accuracy in OPV mode, at the cost of increased analysis time.
Q_ROM_constant=n
Range: 200 - 300, Default: 256
Used to estimate a Rough Order of Magnitude (ROM) Q value for the first pass using the formula:
Q = (framecount / targetsectors) * Q_ROM_Constant
Changing this should not affect the final output, but may reduce the number of analysis passes needed to find the final Q value. This shouldn't be changed unless you find DVD-RB consistently over/under estimating the initial Q value for your source material.
djan
27th April 2004, 17:54
Thx wmansir, this is well explained.
geffroman
13th May 2004, 12:46
Originally posted by smokeslikeapoet
To clarify: If you normaly encode using three passes you would set this value to 4, and if you want five passes you would set it to 6.
The "VBR_passes" value equals the number of passes plus the initial .vaf creation pass.
Please, correct me if I'm wrong. I am new to CCE... so does that mean I am getting one pass only with the default set at 2 passes on DVD-RB in settings...? I am using one click method.
Will I see quality improvements by setting this to 4 (3 passes)? or is setting it to 3 (2 passes enough)?
Will this increase encoding time dramatically for each pass...?
wmansir
13th May 2004, 15:30
No, you get 2-passes if you set DVD-RB to 2 passes. With CCE 1 pass creates a .vaf file, all additional passes output the video (.mpv) and refine it. CCE doesn't count the .vaf creation, which is where all the confusion comes in.
All passes take the same time (even the .vaf creation) so if you set DVD-RB to 4 passes instead of 2 passes, it will take twice as long.
The effects on quality are debatable, and subjective. It also depends a lot on the source and your bitrate. Last I heard the general consensus was that 4 passes will max out the quality in normal situations. Some say even that is overkill. If your using a lower bitrate, or have a very complex source, you can try up to 6 passes. Most people agree that after that you don't get any more quality.
geffroman
14th May 2004, 00:08
So do you believe changing the number of passes from 2 to 3 in the Advanced Menu under CCE in DVD-RB would show some visible quality gain under heavy compression...?
wmansir
14th May 2004, 11:46
Like I said, it is subjective and depends on several factors, including the video content. You can always run a couple of quick tests on one of the smaller cells and see if you think it is worth the difference.
geffroman
15th May 2004, 01:45
OK... Is there a scenario where an extra pass could degrade the final quality...? or is it just a matter of possibly no gain for all the extra time spent...?
wmansir
15th May 2004, 03:31
It will never hurt, just waste time.
DocDragon
21st July 2004, 23:54
Originally posted by wmansir
Normal Mode:
Cell 1: (Sleeping People) : Bitrate (2666)
Cell 2: (KungFu Explosions) : Bitrate (2666)
Cell 3: (Sleeping People: Reloaded): Bitrate (2666)
Overall Average Bitrate: 2666
So, we achieved our 50% reduction overall. But, if we look at each cell individually we see that Cells 1 and 3 got a 66% reduction, and Cell 2 got a 33% reduction!
thanks for the great posting, wmansir! i just found a small calculation error (after reading it for so many times ;) ):
"cells 1 and 3 got a 33% reduction, and cell 1 got a 66% reduction" -- 8000 to 2666 is 66%, agreed? it's only a small bug, but since your settings explanation is a reference, nobody should get confused. :D
DD
wmansir
22nd July 2004, 07:18
I was using the common DVDShink (and perhaps all 1-click programs) nomenclature in which the the original video is 100% and they are reduced to X% of the original size. So it wasn't really a math mistake, but perhaps a mistake of unclear wording.
Pop_Smith
26th July 2004, 18:56
Note: This was copied from Vurbal's guide which you can read here: http://www.afterdawn.com/guides/archive/dvd_rebuilder_tutorial_advanced_page_6.cfm
Hidden Settings
There are some settings you can only adjust by editing a text file called Rebuilder.ini with a text editor like Notepad. These are referred to as Hidden Settings because they're not visible in the GUI. All the settings mentioned here will need to go after the [Options] line and before [CCEOptions]. The settings relevant to CCE Basic are for setting the size of the finished project and the minimum/maximum bitrate. I've included examples of my settings where applicable. The graphic on the right shows my own INI file with the one tweak I use. For the other two settings, xxxx needs to be replaced with the actual number you want to use.
CCETargetSectors=2260000
This sets the size of the DVD. The default size (without this line) is 2236400, which in my experience gives you a final size of about 4.32GB. When I first set this option, I used 2265000 instead of 2260000 and it worked fine, except that it eventually gave me a DVD that was 14MB too big for a blank. Since lowering it by 5000 I've never had this problem (most movies end up within 30MB of a full disk), although occasionally using RB-Opt to change bitrates after the Prepare Phase lowers the size marginally.
If you're using lower quality or questionable media it's best to leave this setting alone because it will help you avoid playback problems due to poor dye distribution on the outside edge of the disc. In any case, this setting is more for those of us who want the disc full on general principle since the default setting should fill about 99% of the disc already, and the extra 1% isn't likely to get you any noticeable increase in quality.
min_bitrate=xxxx
This sets the minimum bitrate setting in kbps (kilobits per second). By default, DVD Rebuilder sets this to 0, which actually means it's undefined in CCE. If you want to set a specific minimum, make sure it's set to something other than 0. I don't see any reason to use this setting, but it's there if you want to use it.
max_bitrate=xxxx
This sets the maximum bitrate for CCE to use when encoding. To be DVD compliant, a video stream can't have a bitrate higher than 9800kbps. Furthermore, the combined bitrate of the video and all audio streams associated with it can't exceed 10080kbps. For example, if your final DVD has both a 448kbps Dolby Digital stream and a 768kbps (no that's not a typo!) DTS stream, the maximum available bitrate is 10080 - (448 + 768) = 8864kbps. Since the default setting is 9000kbps, you can probably see where this option may be useful if you plan to include multiple audio tracks. If you're not including a DTS stream (or several Dolby Digital streams) in your project this setting can normally be ignored. In any case, it's best to leave a little room for error and keep it at least 200kbps or so lower than it absolutely has to be. In my example I'd probably want it set to 8500 just to be safe.
Generally, when you have a lot of audio streams, or even just a couple with high bitrates, you won't have space on the disc for particularly high peak bitrates anyway, so you're not really losing anything by setting this lower, but you may avoid a single bitrate spike that could cause playback issues.
wmansir
1st August 2004, 00:40
As a reference the default for DVD-RB is 2236400 sectors and the maximum for a DVD-5 is 2297888. You should always leave a some room for error.
I think the Max for DVD-5 isn't correct here. Technically it's right, I mean it adds up to the right MBs, but with that setting DVD-RB always oversizes for me (~4.43GB).
The default, 2236400 sectors, almost always gives 4.32GBs. But at 2kb a sector that should = 4.26GB. Anyway, I think the actual max (4.38GB) is around 2267500. Perhaps there is a 1k = 1000 vs 1024 error somewhere?
Have others noticed this?
eriksen76
28th September 2004, 18:35
Originally posted by Pop_Smith
Are the hidden settings only to be used with CCE Basic?
Currently I'm using CCE 2.67.00.27 Trial
I want to be absolute sure where to put the settings. Could you please insert the settings in mine:
[Options]
LoadPlugin=0
AudioDub=0
CCE=1
OneClick=1
ReduceOpt=0
Completed=4
[CCEOptions]
VBR_bias=10
Quality_prec=16
eclPasses=10
[Setup]
You wrote: All the settings mentioned here will need to go after the [Options] line and before [CCEOptions]
Does it matter where I input the CCETargetSectors=2265000, if only its between [options] and [CCEOptions]?
I usually have a finished result with lack of 80 mb so I could use this setting just to fill out the media completely.
/Julius
wmansir
28th September 2004, 19:16
[Options]
LoadPlugin=0
AudioDub=0
CCE=1
OneClick=1
ReduceOpt=0
Completed=4
TargetSectors=2264000
[CCEOptions]
VBR_bias=10
Quality_prec=16
eclPasses=10
[Setup]
That's the value I use. You can place the line anywhere in the [options] section.
eriksen76
28th September 2004, 23:34
Originally posted by wmansir
[Options]
LoadPlugin=0
AudioDub=0
CCE=1
OneClick=1
ReduceOpt=0
Completed=4
TargetSectors=2264000
[CCEOptions]
VBR_bias=10
Quality_prec=16
eclPasses=10
[Setup]
That's the value I use. You can place the line anywhere in the [options] section.
Thanx but do I enter *TargetSectors=2264000* or *CCETargetSectors=2264000* ???
/Julius
Fr4nz
29th September 2004, 00:02
The first one.
Zilwer
30th September 2004, 02:22
so what target sector should i put if i want it under 4 gig?
wmansir
30th September 2004, 04:33
http://forum.doom9.org/showthread.php?s=&postid=532198#post532198
HornyBass
23rd November 2004, 04:21
# Half-D1 and Half Space for Extras
If Enabled, any extras (that are outside the main [largest] VTS) are resized to Half-D1 and allocated half the normal bitrate. The "recovered" space will be allocated to the main VTS. For movies with a lot of extras this can significantly improve the bitrate for the main movie. This option will NOT work with ReJig Mode.
# Steal space from Extras
This option allows you to improve your main movie quality by reducing the quality of extras. It works by taking storage space (25%, 33%, or 50%) from whatever is in use by the extra and then reallocating it to the movie. This reallocation of space happens BEFORE other options -- so, for example, if you choose Half-D1/Half-Space and also choose 50% reduction, the Half-D1 size will be halved twice, resulting in a Half-D1/One-Quarter space. -- This option is only valid when the "Dynamically Assign Cell Bitrates" option is enabled.
So, even if the largest VTS is not the first VTS (e.g : see the enclosed screenshot) it will be considered as the main movie VTS?
http://membres.lycos.fr/madoverclocker/forums/deeds.jpg
wmansir
23rd November 2004, 16:55
Yes, the largest VTS. Order does not matter.
HornyBass
23rd November 2004, 19:09
Originally posted by wmansir
Yes, the largest VTS. Order does not matter.
Thanks for the confirmation :)
I definitely think that is the best forum/site I know so far (and I visit or I'm a staff member of a lot of sites), you can find anything you need/want and there is always someone to lay an helpfull hand.
Congrats guies, and congrats to jdobbs for his great job.
szabi
13th December 2004, 18:22
Hi wmansir
I read your preferred setting is Quality_prec=16, and I am really curious, why do you prefer using this? Because I can not decide between 16 or 24.
I found these things;
1. Cinema craft encoder SP User Guide (it is a pdf file from cinemacraft website):
When the value is close to 0, the mosquito noise at the edges (noise causing hazy partalong the edges, looking like flying mosquitoes) is less outstanding,but the contouring noise (noise which looks like contour line patterns,which appear in flat and wide areas, such as a dark background) is more outstanding. The opposite occurs when the value is closer to 64. As the value becomes smaller, the mosquito noise is less outstanding, but the contouring noise is more outstanding. The optimal setting depends on the footage, but roughly speaking, 16 to 40 is recommended. If the bitrate is relatively high, greater value may cause better result.
2. DVD Rebuilder guide (from doom9's guide)
This setting determines if CCE gives priority to image details, or evenly colored areas. The lower the value, the more priority will be given to details, which could result in blockyness or banding in other areas. A high value will result in good looking evenly colored areas, but could result in edge artifacts.
3. CCE FAQ ( from here by RB)
Generally, you should use a higher value at higher bitrates. With CCE 2.66/2.67 and bitrates above 3000 kbps, 25-30 is my preferred choice
4. Your opinion (from dvd rebuilder settings)
This setting controls whether CCE gives priority to the fine details of the image, or evenly colored flat areas. A low setting will give priority to details, but could result in blockiness or color banding. A high setting will favor flat areas, but could result in edge artifacts.
Can you check or fix the following statements?
I think so, if the average bitrate is above 3600-3700kb I can use Quality_prec=16 because it is high enough, that's why the movie will not be blockiness but will be detailed, sharped and will not lose any colour from movie.
If bitrate is between 3100-3600kb I should use Quality_prec=24 because of preventing any blockiness but in this case the movie will be smoother and less detailed. But it is bifficult to see that.
Below 3100kb Quality_prec should be higher than 24 but the quality of movie will decrease.
Of course it depends on the difficulties and complicated of movie.
And I use RB-Optimizer to set up Rebuilder's files, and I check distribution of avg bitrate, and these bitrate only concern to main movie.
What do you think?
So far I use Quality_prec=24, but now I have a DVD which can be recompressed avg.4080kb (just main movie) that's why I thought I should use 16 instead of 24.
I look forward your answer.
Thanks
szabi
szabi
13th December 2004, 21:10
Hi wmansir
I am again.:)
I wanted to tell a problem, with VBR_bias my previous reply but I had to be hurry.
I prefer using 15, and I set up it in ReBuilder and check it in RB-Optimizer. after this problem I checked rebuilder.ecl and item.ecl as well, and VBR_bias was OK
I started encoding and the rebuilder loaded item.ecl to CCE. I was interested whether CCE uses a good settings, that's why I stopped RB and CCE, and I started to check these settings. Everything was loaded right from item.ecl except VBR_bias. It was 30 instead of 15. I tried to use any other setting but it is always 30.
It does not depend on which passes is stopped, and checked.
I asked an other user to check it and he wrote he had this problem too.
I don't understand that.
Can I ask you to check it too?
Otherwise, would there be big difference between same movies if one of them was compressed by VBR_bias 15, and other was by 30?
Please, somebody check it.
Bye
szabi
emberarc
15th December 2004, 12:46
I think I don't understand this problem exactly. Is the Quality prec value (in DVD-RB) the same thing as Q value in RB-OPT? If it isn't what does the RB-OPT predict on a prepared stuff? If it is what are those optimal values (16,24) when you can use RB-OPT to find the best one?
thanx
:confused:
szabi
15th December 2004, 19:58
Hi emberarc
My problem is only that I don't know which is the best choice in some difference bitrate case.
I hoped somebody might check my statements about using difference quality_prec in a difference bitrate.
Anyway can you check a problem with VBR_bias?
A message was sent for you.
Bye
szabi
wmansir
16th December 2004, 05:48
First I just want to let people know I updated the settings to v0.69. The last update was v0.52 which was quite out of date in some places.
@szabi
Quality_Prec=16 isn't what I recommend to use, it's just the default jdobbs used. 24 is probably better for most movies, but 16 isn't bad for a default.
I prefer a lower value (like 16) for low bitrate movies because I find the edge noise/mosquito noise more annoying than the blockiness. Of course it could be different for another viewer or source, so the best advice is to just try playing around with it and see what works best. If you have an adequate bitrate you probably won't be able to tell the difference at all.
I haven't checked out the possible VB_bias issue yet because I'm running a large batch job which won't be done until tomorrow.
@emberarc
Quality Precision and the "Q" value are two different things.
Quality_Prec tells CCE how to distribute the bits within the frame.
The "Q" value is for One-Pass VBR. In OPV you give CCE a quality value (Q) and it encodes the video to maintain that quality, adjust the bitrate to meet whatever the need is to reach that quality.
szabi
23rd December 2004, 20:22
Hello
Have you checked the VBR_bias is always 30 problem yet?
Bye
szabi
Merry Christmas for everyone
wmansir
25th December 2004, 12:33
The VBR_bias was set correctly in my test.
Did you re-run the prepare step after making the changes?
szabi
12th January 2005, 23:48
Hi
I used prepare function once, I did not change vbr_bias, and I did not re-run prepare test again. Vbr_bias was always 15, but during encoding CCE uses 30. This problem can be only seen if you stop encoding and check vbr_bias setting in CCE. I can see that in item.ecl, vbr_bias is 15, and I can not understand why CCE uses 30. If I load item.ecl to CCE then vbr_bias is 15, but this is made by rebuilder then it is 30. Despite to the fact item.ecl is correct.
But since I wrote this I think so 30 is better than 15.
I have an other question.
Now I have a movie which has 3082kb/s AVG bitrate. This movie contains 45 cells. 17 of them have lower AVG bitrate than 3000, and 5 of them have under 2500 AVG bitrate.
My preferred settings are vbr_bias=25; q_prec=24; eclpasses=4.
Can I change settings of these items which have low AVG bitrate?
For example if the item's bitrate were between 3000 and 2500 I would modify their settings to the following vbr_bias=25; q_prec=20; eclpasses=6, and under 2500 I would use vbr_bias=25; q_prec=18; eclpasses=10. This can be changed in rebuilder.ecl.
Is it a good idea or not?
I'm curious your opinion.
Would it work at all?
bye
szabi
SlipGun
21st January 2005, 08:33
Just wondering ... what's the command to set target sectors when using Procoder?
ProcoderTargetSectors= ?
Edit: Nevermind, confirmed. You may want to add it to your post, wmansir.
hiemster8
27th January 2005, 01:48
Sorry to be a total dumb*** but I cannot find my Rebuilder.ini file for advanced settings. I just can not seem to find it. I am sure it would have bitten me if it was a snake.:(
hiemster8
27th January 2005, 01:56
[Options]
OneClick=1
NoWarn=1
Completed=4
Skin=Rockas Original
ReduceOpt=1
HalfExtras=0
CCE=2
Backcolor=12632256
[Paths]
CCEBasic=C:\Program Files\Custom Technology\Cinema Craft Encoder Basic\cct2.exe
MPEG2DEC=C:\Program Files\Dgmpgdec1012\DGDecode.dll
Source=C:\PRETTYINPINK\VIDEO_TS\
Working=D:\
Output=D:\
[Setup]
Language11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
sLanguage11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
[Audio]
Selected=110
[CCEOptions]
VBR_bias=25
Quality_prec=16
eclPasses=3
Is it this file?
wmansir
27th January 2005, 01:59
Yes
hiemster8
27th January 2005, 02:03
[Options]
OneClick=1
NoWarn=1
Completed=4
Skin=Rockas Original
ReduceOpt=1
HalfExtras=0
CCE=2
Backcolor=12632256
[Paths]
CCEBasic=C:\Program Files\Custom Technology\Cinema Craft Encoder Basic\cct2.exe
MPEG2DEC=C:\Program Files\Dgmpgdec1012\DGDecode.dll
Source=C:\PRETTYINPINK\VIDEO_TS\
Working=D:\
Output=D:\
[Setup]
Language11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
sLanguage11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
[Audio]
Selected=110
TargetSectors=2264000
[CCEOptions]
VBR_bias=25
Quality_prec=16
eclPasses=3
Do I add Target sectors here and it will fix the size for me on my next rebuild?
hiemster8
27th January 2005, 02:06
Thank you so much for the input. :)
You r d bomb.:D
wmansir
27th January 2005, 02:10
Yes, add it in the [Options] section. And just to be clear you have to redo the whole DVD-RB process, not just the final rebuild step.
If you run the prepare step before and after you make the change you should notice the "overall bitrate" reported in the status window will change.
hiemster8
27th January 2005, 02:15
Sorry, what is the prepare step?:confused:
hiemster8
27th January 2005, 02:17
[Options]
OneClick=1
NoWarn=1
Completed=4
Skin=Rockas Original
ReduceOpt=1
HalfExtras=0
CCE=2
Backcolor=12632256
[Paths]
CCEBasic=C:\Program Files\Custom Technology\Cinema Craft Encoder Basic\cct2.exe
MPEG2DEC=C:\Program Files\Dgmpgdec1012\DGDecode.dll
Source=C:\SOPRANOS3\VIDEO_TS\
Working=D:\
Output=D:\
[Setup]
Language11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
sLanguage11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
[Audio]
Selected=110
TargetSectors=2264000
[CCEOptions]
VBR_bias=25
Quality_prec=16
eclPasses=3
Is this correct?
wmansir
27th January 2005, 02:22
NO, you have to put it in the [Options] Section, between the line
[Options]
and
[Paths]
Like this:
[Options]
OneClick=1
NoWarn=1
Completed=4
Skin=Rockas Original
ReduceOpt=1
HalfExtras=0
CCE=2
Backcolor=12632256
TargetSectors=2264000
[Paths]
CCEBasic=C:\Program Files\Custom Technology\Cinema Craft Encoder Basic\cct2.exe
MPEG2DEC=C:\Program Files\Dgmpgdec1012\DGDecode.dll
Source=C:\SOPRANOS3\VIDEO_TS\
Working=D:\
Output=D:\
[Setup]
Language1111111111111111111111111111111111111111111111111111111111111111111111111111111111
1111111111111111111111111
sLanguage111111111111111111111111111111111111111111111111111111111111111111111111111111111
11111111111111111111111111
[Audio]
Selected=110
[CCEOptions]
VBR_bias=25
Quality_prec=16
eclPasses=3
The prepare step is the first part of the DVD-RB process, Prepare, Encode, Rebuild. Under the "Mode" menu you can turn off "One Click Mode" and it will let you run them individually. With 1-click turned on you just have the "transcode" button that runs all three steps automatically.
hiemster8
27th January 2005, 02:24
AAHH, i c
Thanks so much!
hiemster8
27th January 2005, 02:31
OH, Thank you I see what you mean now.:)
Thank you for all the help and putting up with me.:scared:
borgraf
27th January 2005, 06:48
Originally posted by wmansir
TargetSectors=2264000
sorry for going off on a tangent but will that size fit on a +R disc?
wmansir
27th January 2005, 14:51
It should, but may cut it a little close. CCE's output is +/- 10MB, maybe even 15MB on very rare discs. So if you definitly don't want over sized results then you should lower it a little bit. Right now I'm using 2259000, but I use ProCoder mostly and it tends to produce discs slightly larger than CCE with the same bitrates.
hiemster8
28th January 2005, 03:37
wmansir
Do you use any filters for every rebuild you do.
lamster
27th February 2005, 23:06
Originally posted by wmansir
Hidden Settings
Minimum and Maximum Bitrates Effects CCE MODE only.
FYI - They work for QuEnc as well.
Rizlaw
5th July 2005, 15:32
Being a newcomer to this excellent program (DVD-RB 1.00RC1) I am confused by this sticky post. The sticky note begins by nicely explaining the settings for what, I assume, is a fairly old version of RB (0.69). I don't see any updated definitions for the latest versions of RB (0.93.2 or 1.00RC1). So, my confusion lies with the explanation of a "Mode > "Dynamic Assign Cell Bitrates" which states:
Dynamic Assign Cell Bitrates
If Enabled, the original DVD bitrate is analyzed and Cells are assigned a re-encode bitrate in proportion to their original bitrate, compared to the overall bitrate of the original disc. See this post for more details.
If Disabled, all Cells have the same bitrate.
My problem is that I can not find this setting in RB 1.00RC1, although I see that there are posts about it's use in 2004. Am I correct in assuming it has been removed by JDobbs for some reason. Will someone please shed some light on this for me? :thanks:
jptheripper
5th July 2005, 17:27
yes, it was removed b/c it should never be turned off
wmansir
5th July 2005, 21:49
I will be updating this soon since v1.0 is being finalized. I really dropped the ball because I was planning to wait for v1.0's release but it took longer than I expected.
The most up to date settings iformation can be found in Rockas' Help files (http://forum.doom9.org/showthread.php?t=93471). I'll mention this and add a link in the first post.
TuRiSOft
27th July 2005, 11:41
I think it would be useful to add ''ILVU_Encode=0" to hidden Settings .
It's to make RB not encoding ILVU segments !!!!
Rockas
27th July 2005, 14:03
Good point... I forgot about that :o
I'll add that on the next release of the Help file...
BlkPnthr
6th September 2005, 05:41
When tweaking the settings (i.e. Targetsectors=xxx), etc..does this still work with newer version or is there any need?
Thx
joho83
7th September 2005, 22:18
I have a question, yes I'm a total newbie, so forgive me if I'm doing/saying something wrong... At the moment I'm trying to learn about the dvd-rebuilder, have read guides and threads for 10 hours now.
The two functions in DVD-Rebuilder; "Deinterlace with DECOMB" and "disable interlaced", what do they mean and what fuction to they have? I'm using the DVD-Rebuilder to make back-up's of my current dvd-collection, and to get the optimal result I wondered if I had to enable the "Deinterlace with DECOMB" function or use the "disable interlaced" function...
I'm also a bit confused with what encoder I should use, have read about HC and Quenc, and as I have understood they are both equally great. But wich one would you guys recomend me to use? Can you also give me some links to guides about settings in HC and Quenc?
Please help a useless newbie :)
Thankful for any kind of help.
Carpo
7th September 2005, 23:18
as far as i know the Deinterlace with DECOMB option should only be used if you want to de-interlace an interlaced source this depends on what you will view the backuped up film
i have been told to de-interlace if i will be using a pc monitor to view the dvd
but if your going to be using a norm tv then its best to leave it as interlaced
also if you do de-interlace it does add a bit of time on to the encode
jptheripper
8th September 2005, 01:35
unless your only viewing is on computer (why then backup to dvd5) you never need to de-interlace
BlkPnthr
8th September 2005, 14:58
I have a question, yes I'm a total newbie, so forgive me if I'm doing/saying something wrong... At the moment I'm trying to learn about the dvd-rebuilder, have read guides and threads for 10 hours now.
The two functions in DVD-Rebuilder; "Deinterlace with DECOMB" and "disable interlaced", what do they mean and what fuction to they have? I'm using the DVD-Rebuilder to make back-up's of my current dvd-collection, and to get the optimal result I wondered if I had to enable the "Deinterlace with DECOMB" function or use the "disable interlaced" function...
I'm also a bit confused with what encoder I should use, have read about HC and Quenc, and as I have understood they are both equally great. But wich one would you guys recomend me to use? Can you also give me some links to guides about settings in HC and Quenc?
Please help a useless newbie :)
Thankful for any kind of help.
For starters, you really might want to move this to one of the DVD-RB forum's that are related to questions like this. This particular forum seems to be dedicated to the physical settings and probably doesn't see a lot of action. Simply copy and paste your comments in a different thread...might get more help.
PS..I'd answer your questions if I could but, really don't have an understanding of what deinterlacing does either.
Cheers
8)
joho83
8th September 2005, 15:37
unless your only viewing is on computer (why then backup to dvd5) you never need to de-interlace
I'm never going to watch it on the computer, only on my traditional TV...
jdobbs: Yes they are, I'm sorry....
BlkPnthr: Okey, I'll try to move it...
jdobbs
8th September 2005, 15:42
Deinterlacing is only there for very special circumstances. From what I read it appears Carpo and BlkPnthr are saying the same thing.
thewonderer
27th November 2005, 00:19
Someone said there is a setting for making CCE run in low priority in the rebuilder.ini... cant see it, is there one?
Rippraff
27th November 2005, 00:37
As TuRiSOft told you (http://forum.doom9.org/showthread.php?p=742708#post742708) it's a batch file not inside Rebuilder.ini.
Cu Rippraff
Rizlaw
30th November 2005, 22:35
Someone said there is a setting for making CCE run in low priority in the rebuilder.ini... cant see it, is there one?
No one ever answered the above question. I'd be very interested in the answer, too. :thanks:
jdobbs
30th November 2005, 22:45
There is no priority switch in REBUILDER.INI.
Rippraff
1st December 2005, 02:31
No one ever answered the above question.
Maybe just look one post above. :rolleyes:
Cu Rippraff
kimchi
23rd March 2006, 01:20
Hi @ll,
I'm using these setting for a long time now for most of my DVDs encoding:
VBR Bias: 10
Quality: 4
Pass: 7 to 9
(between 7 to 12hours encoding...depending DVDs...) I precise that I always keep 2 audio tracks, often in dd5.1, and even 3, including DTS...so bitrate is often around 3000-4500 depending the length of the movie and its space as dvd9...
And I often read recently that it's unusefull to use more than 4pass with CCE...so must I change those settings (let for example those that are directly put after the installation? (25/16/4) or must I put other ones?
My goal is to have the best quality possible for majority of movies (movies generally last 1h30 or 2h00 long) and if I can grab some hours to have same or better results it would be nice :) I'm sure I could reduce the encoding length for the same or even better results :)
Hope you could help me have as good settings as I can, even if I know that settings should be changed depending on the movie I'll encode, thanks in advance!
joho83
23rd March 2006, 15:57
7 to 12 hours? God damn, that's just not worth it, for me anyway. Uses HC encoder, and my encoding time is approx 5 hours. Don't think ur getting that much better quality with CCE and 7 to 12 encoding. Just can't imagine it being worth the time...
kimchi
23rd March 2006, 17:08
7 to 12 hours? God damn, that's just not worth it, for me anyway. Uses HC encoder, and my encoding time is approx 5 hours. Don't think ur getting that much better quality with CCE and 7 to 12 encoding. Just can't imagine it being worth the time...
Hi, of course it's too long, if I could have same results or better ones within less time I would appreciate, that's why I asked...I've been always pleased about the results of cce with my actual settings (on big screen tv: +100cm), but it's too long...:( and I don't think I need to make so many passes to have best results as I read all topics here...the question is settings of VBR Bias et Quality in fact, or even tick some "low bitrate, or very low bitrate" in dvdrb options...but it's still complicated for me to use it...because I don't know when I should such settings at wich moments...
jdobbs
23rd March 2006, 18:16
There is no measurable difference between a CCE encode that was done with 3 passes and one done with 10. In fact, in most cases you wouldn't be able to tell the difference between 2 and 10...
So if you want to save some time, stop doing the same thing over-and-over. Set your passes to no more than 3.
kimchi
23rd March 2006, 18:53
There is no measurable difference between a CCE encode that was done with 3 passes and one done with 10. In fact, in most cases you wouldn't be able to tell the difference between 2 and 10...
So if you want to save some time, stop doing the same thing over-and-over. Set your passes to no more than 3.
You're exactly right :) I've been tested 2 differents settings for 2 differents dvd since yesterday:
* Robin Hood (3 audio streams incl. DTS) 5.22Go (1h19min): settings 25/16/5 ==> result is the same as original with high bitrate around 5600... :)
* Ally McBeal (2 streams dd2.0) 6.88Go (4 épisodes of 42min): settings 15/15/5 ==> result is perfect with around 3250 bitrate, better than same dvd with my old settings :) though I haven't tick any options like "low bitrate" ou "very low bitrate", maybe next time on TV Series I'll try to tick one of those two...if it could make it more better :)
I'll try some more tests, but I think I have understand a little bit those settings...any advices with VBR Bias & Quality Prec. ?
Thanks so much in advance :)
jdobbs
23rd March 2006, 18:58
For most sources you should leave them at the default.
kimchi
24th March 2006, 15:33
For most sources you should leave them at the default.
OK, I'll try all of this...by the way another question about bitrate:
When should I tick the "low bitrate" option and the "very low bitrate", what values could be considered as low, or very low?
For example: I'm encoding at the moment a movie that lasts 3hrs (7.28Go) and compression is 53% and bitrate is 2900...I haven't tick the "low bitrate" option or "very low bitrate", I should have?
Thanks for the answer :)
jdobbs
24th March 2006, 17:21
I assume you're talking about the Matrix choices? They work on individual segments. The "Low Bitrate" matrix kicks in any time the average bitrate of a segment is less than 3000Kbs, the "Very Low Bitrate" matrix activates for anything less than 2000Kbs.
kimchi
24th March 2006, 18:24
I assume you're talking about the Matrix choices? They work on individual segments. The "Low Bitrate" matrix kicks in any time the average bitrate of a segment is less than 3000Kbs, the "Very Low Bitrate" matrix activates for anything less than 2000Kbs.
Thanks for the answer, it means that if I tick one of those low bitrate options it only activates if some segments have under values otherwise it works as default? It seems pretty clear now for me, thanks so much for help :)
jdobbs
24th March 2006, 19:26
Yes... only if the average bitrate drops below the ones I mentioned.
kimchi
24th March 2006, 19:34
Yes... only if the average bitrate drops below the ones I mentioned.
OK, thanks, it's clear now :)
kimchi
25th March 2006, 01:01
I assume you're talking about the Matrix choices? They work on individual segments. The "Low Bitrate" matrix kicks in any time the average bitrate of a segment is less than 3000Kbs, the "Very Low Bitrate" matrix activates for anything less than 2000Kbs.
Another one question, after watching the options, I saw that there were many places where I could tick the "low bitrate"...must it be done in the main feature matrix or in the low bitrate matrix? Same question for the "very low bitrate" option...
I suppose that if I tick it on the main feature matrix it should be ok as the other matrix follow the main one...but if I could have confirmation, it would be nice :) Thanks in advance...
jdobbs
25th March 2006, 01:42
Another one question, after watching the options, I saw that there were many places where I could tick the "low bitrate"...must it be done in the main feature matrix or in the low bitrate matrix? Same question for the "very low bitrate" option...
I suppose that if I tick it on the main feature matrix it should be ok as the other matrix follow the main one...but if I could have confirmation, it would be nice :) Thanks in advance... Maybe I'm not hitting on all cylinders tonight... but I may be lost. If I understand you correctly you're asking about the matrix choices for each selection. You can select any matrix for any of the choices. For example "Low Bitrate" is just a name for a matrix that is geared that way. But you can choose any matrix you want for any of the matrix options. You'll find dozens and dozens of downloadable matrices you could add as well. You may even want to play with the Rebuilder Matrix Editor that Rockas developed...
kimchi
25th March 2006, 02:40
Maybe I'm not hitting on all cylinders tonight... but I may be lost. If I understand you correctly you're asking about the matrix choices for each selection. You can select any matrix for any of the choices. For example "Low Bitrate" is just a name for a matrix that is geared that way. But you can choose any matrix you want for any of the matrix options. You'll find dozens and dozens of downloadable matrices you could add as well. You may even want to play with the Rebuilder Matrix Editor that Rockas developed...
hmmm, I didn't understand you completly either, lol:), maybe it's too late...I'll try to be more clear:
I have a movie with 2900 average BR to encode...so I want to tick the "low bitrate" but in the main feature matrix there is this possibility, as well as in the low bitrate matrix...so witch one should I tick? As I said earlier, I suppose that if I tick the "low bitrate" box in the main matrix options it is ok because the other matrix will follow the main one...? (matrix that are in dvd-rb options...)
Hope you'll undersand, my english is not very good...sorry :(
jamos
26th March 2006, 19:10
anyway to change the target sector size for dvd rb pro 1.09 seems to ignore what I put in the ini and uses its defaults? is there a setting for dvd-5 and dvd-9 that we can overrride?
kimchi
26th March 2006, 20:30
anyway to change the target sector size for dvd rb pro 1.09 seems to ignore what I put in the ini and uses its defaults? is there a setting for dvd-5 and dvd-9 that we can overrride?
Hi ,as for me, targetsector works fine on all the last versions I used (even the last one v1.09)...I put this value: TargetSectors=2253850 and no problem with it, I also say that DVD5 mode is ticked...output is around 4.36Go 4.37Go after rebuild completion :)
jdobbs
26th March 2006, 22:31
anyway to change the target sector size for dvd rb pro 1.09 seems to ignore what I put in the ini and uses its defaults? is there a setting for dvd-5 and dvd-9 that we can overrride?It definitely doesn't ignore them. Make sure you put them in the correct area ([Options]) -- also make sure there isn't a different value higher in the file. The first matching entry encountered is the one used. Also remember that "TargetSectors" is overridden by encoder specific settings (like "CCETargetSectors").
Remember, too, that the value has to be entered exactly -- any mispelling will cause it to be ignored.
jamos
27th March 2006, 00:51
It definitely doesn't ignore them. Make sure you put them in the correct area ([Options]) -- also make sure there isn't a different value higher in the file. The first matching entry encountered is the one used. Also remember that "TargetSectors" is overridden by encoder specific settings (like "CCETargetSectors").
Remember, too, that the value has to be entered exactly -- any mispelling will cause it to be ignored.
ok I will try it again. It would be nice feature to be able to set sector sizes for dvd-5 and dvd-9 seperatly..when you get the time jd.. :p
jamos
27th March 2006, 00:52
It definitely doesn't ignore them. Make sure you put them in the correct area ([Options]) -- also make sure there isn't a different value higher in the file. The first matching entry encountered is the one used. Also remember that "TargetSectors" is overridden by encoder specific settings (like "CCETargetSectors").
Remember, too, that the value has to be entered exactly -- any mispelling will cause it to be ignored.
using procoder 2 wouldnt have anything to do with it?
jdobbs
27th March 2006, 01:08
"TargetSectors" is used for sizing of all encoders. Procoder's encoder specific setting is "ProcoderTargetSectors".
blutach
30th March 2006, 06:35
On that - for Rockas - the help file has this incorrect. It has "ProcodertSectors" (in the hidden settings).
Regards
Rockas
30th March 2006, 10:40
Oooops my mistake :o
I'll fix it.
tedybear
2nd April 2006, 11:43
Any chance to make DVD REBUILDER to use 4481MB aka 4.37 instead of less around 4450 aka 4.3-4.32 ?
canuckerfan
2nd April 2006, 19:29
check out post 9 of this thread
jamos
3rd April 2006, 01:06
"TargetSectors" is used for sizing of all encoders. Procoder's encoder specific setting is "ProcoderTargetSectors".
what is the default sectors for a dvd-9 in rebuilder pro?
Also if I change this in the ini file will the text output reflect this, or will it still show the default compression, size etc. because even when I add this to the option section of the rebuilder.ini it still states the default settings for dvd-9 ?
jdobbs
3rd April 2006, 02:06
The default is 4050000.
If you change the value, the calculations are based upon the new value. Keep in mind, though, that the new output bitrate is limited to no more than the original. So you can't make the value higher than the source and expect it to change.
jamos
3rd April 2006, 02:40
The default is 4050000.
If you change the value, the calculations are based upon the new value. Keep in mind, though, that the new output bitrate is limited to no more than the original. So you can't make the value higher than the source and expect it to change.
Ok I found out what the issue is. If you have dvd-9 selected for output it ignores TargetSectors in the ini file. You have to have DVD-5 selected for it to work.
jdobbs
3rd April 2006, 12:59
I just tested it numerous times and it correctly uses the value provided. As is specified in the REBUILDER.TXT file it uses the "DLTargetSectors", not the "TargetSectors" setting when you have DVD-9 selected. "TargetSectors" only applies to DVD-5.
jamos
3rd April 2006, 14:50
I just tested it numerous times and it correctly uses the value provided. As is specified in the REBUILDER.TXT file it uses the "DLTargetSectors", not the "TargetSectors" setting when you have DVD-9 selected. "TargetSectors" only applies to DVD-5.
Great! thanks thats what I was missing the DL
Sn8kbordin
23rd April 2006, 21:12
I have an Athlon 64 X2 4400+ CPU and using DVD-RC Pro (:thanks: ).
Should I check multiple enocder processes? What does that option do?
I'm using CCE encoder.
Sn8kbordin
23rd April 2006, 21:17
Does DVD-RB make CCE use Adaptive Q-Matrix switching?
jdobbs
23rd April 2006, 21:50
I have an Athlon 64 X2 4400+ CPU and using DVD-RC Pro (:thanks: ).
Should I check multiple enocder processes? What does that option do?
I'm using CCE encoder.Definitely for HC or QuEnc -- it will dramatically improve... but CCE will not allow multiple instances -- so the setting will be ignored.
jdobbs
23rd April 2006, 21:52
Does DVD-RB make CCE use Adaptive Q-Matrix switching?By default it does not. This is because CCE warns that it may create streams that can cause problems on some players. You can enable it, though, by adding the option "CCEAQM=1" in the "Options" area of the REBUILDER.INI file.
Sn8kbordin
23rd April 2006, 22:38
By default it does not. This is because CCE warns that it may create streams that can cause problems on some players. You can enable it, though, by adding the option "CCEAQM=1" in the "Options" area of the REBUILDER.INI file.
Any idea what kind of problems?
Edit: So adding that line will override the matrix selection settings in DVD-RB Pro?
Sn8kbordin
23rd April 2006, 22:38
Definitely for HC or QuEnc -- it will dramatically improve... but CCE will not allow multiple instances -- so the setting will be ignored.
Thanks for replies. CCE is using 75 to 80 % of both cores and I get over 4x encoding speed so its still good.
Adub
23rd April 2006, 23:02
Ignore this post. It was a mistake.
85thor
23rd July 2006, 18:59
Using CCE SP 2.70.02 with AutoQMatEnc Mode and DVD ReBuilder 109.3, I am seeing these two messages and can't seem to find why I am getting them. I have put the 'CCEAQM=1 in the rebuilder ini. Does it matter where it is put in the ini? How and where to change the setting for the warning on 'You enabled the Create New VAF' be done to make it as it should be. Using any of the other encoders I have no problems but these 2 things always happen with CCE.
ECL File parsed
Working Directory : C:\WORK FOLDER\D2VAVS
Warning!! The QMatOp builtin feature is not enabled -
DVDRB Users : CCEAQM=1 is missing in the Rebuilder.ini file for it to be enabled.
Others : adjust_q_matrix=1 must be set in your ECL file.
Warning!! You enabled the Create New VAF option, it means the first pass will always be reprocessed!
Automatic Multithread mode enabled.
Given your hardware 2 threads will be used
Pass 1/2
Normal Bitrate mode engaged
Accessing Avisynth....
Creating the Script Env
Done
AVS File opened successfully
Quantizer value : 3 (delta: -6)
Alternate Scan selected.
Interlaced movie
97.0 % ( 0H 0M58S left)
jdobbs
23rd July 2006, 21:56
If you are getting those messages you aren't set for using CCE -- you are set for AutoQMatEnc -- which is an entirely different encoder.
85thor
23rd July 2006, 22:10
OK! So I did not setup my settings right. I misunderstood and pointed cce to AutoQMatEnc...LOL Thanks for the quick help. I will fix that.:o ;)
mnfesq
13th September 2006, 02:33
I am assuming that this is an issue with CCE SP 2.70, but is there anything I can add to my Rebuilder.ini file to make CCE run minimized? It used to run minimized when I ran CCE SP 2.67, but not 2.70. Thanks.
P.S. - I already have run apps minimized selected in options but that doesn't seem to work for me with 2.70.
jdobbs
13th September 2006, 03:18
Unfortunately not. The application itself will run in minimized mode, but the status popup won't. The issue has been brought up with Custom Technlogy and they have said they will look at it -- but no guarantees.
85thor
13th September 2006, 10:32
Mr. jdobbs, DVD-RB has come a long way. Are there any certain additions now in the works and do you have anything in the back of your head is to what it might become in the future.
It would be awesome for it to be able to have some control with one or more encoders to have a setting to control output of NTSC to PAL and PAL to NTSC. I do understand why and the how of it being a complicated process.
The second thing that bugs me most of all in working with DVD is with Full screen and Wide screen. As I still have a regular screen TV, the wide screen format isn't that much desired. But nothing out there seems to be able to deal with that kind of change very well. WinAvi can change it sometimes BUT most often the people become very thin! LOL Just some of my wishful desires...;)
jdobbs
13th September 2006, 17:31
Hmmm... probably the best way to do that is by applying Pan & Scan. That way you still have the entire widescreen if you ever upgrade your monitor... but it will play the center of the film on a 4:3 monitor. Is that what you're looking for?
85thor
20th September 2006, 08:13
Yes, that is an excellent idea! Had not thought about that.
Thanks!
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.