Declaration
property Overlap: integer;
Description
This parameter selects the optional overlap processing level:
| Value | Description |
| 0 | No overlap processing is enabled |
| 1 | One level of overlap processing is enabled, modifying 4x4 block encoded values based on values of neighboring blocks |
| 2 | Two levels of overlap processing are enabled; in addition to the first level processing, encoded values of 16x16 macro blocks are modified based on the values of neighboring macro blocks |
Default: 1
Note:
◼UseCodecOptions must be
true
◼You must set this property before each
PutFrame call