VideoWriter Constructor |
| Name | Description | |
|---|---|---|
| VideoWriter(String, Int32, Size, Boolean) |
Create a video writer using the specific information.
On windows, it will open a codec selection dialog.
On linux, it will use the default codec for the specified filename
| |
| VideoWriter(String, Int32, Double, Size, Boolean) |
Create a video writer using the specific information
| |
| VideoWriter(String, Int32, Int32, Double, Size, Boolean) |
Create a video writer using the specific information
|