Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VideoWiterCreator ¶
type VideoWiterCreator struct{}
VideoWiterCreator is a creator of VideoWriter.
func (*VideoWiterCreator) CreateSink ¶
func (c *VideoWiterCreator) CreateSink(ctx *core.Context, ioParams *bql.IOParams, params data.Map) (core.Sink, error)
CreateSink creates a AVI Video writer sink, which outputs video file with input image data.
WITH parameters.
file_name: [required] AVI filename, will be created [file_name].avi.
fps: FPS, if empty then set 1.0.
width: Width of output video file, if empty then the video writer will initialize with the first image.
height: Height of output video file, if empty then the video writer will initialize with the first image
Click to show internal directories.
Click to hide internal directories.