UseResizer
|
UseResizer Property |
Description
Enable or disable allow use custom resizer filter. For some case it will use resize filter when you preview or convert video files.
For example if the value of OutputFileWidth and OutputFileHeight properties not equal the resolution of input video files or try merges different resolution video files, In this case, it will use default resizer filter automatically.
The default resizer filter is not anti-aliased. if you set UseResizer property= true, you will use custom resize filter, then you will get better quality.
Property Type
Read/Write property
Data Type
Boolean
Syntax
VideoEdit.UseResizer[= value] |
Example
[Visual Basic Syntax] |