|
VideoFileWriterOpen Method (String, Int32, Int32, Rational, VideoCodec, Int32)
|
Namespace:
Accord.Video.FFMPEG
Assembly:
Accord.Video.FFMPEG (in Accord.Video.FFMPEG.dll) Version: 3.8.0
Syntax public void Open(
string fileName,
int width,
int height,
Rational frameRate,
VideoCodec codec,
int bitRate
)
Public Sub Open (
fileName As String,
width As Integer,
height As Integer,
frameRate As Rational,
codec As VideoCodec,
bitRate As Integer
)
Request Example
View SourceParameters
- fileName
- Type: SystemString
- width
- Type: SystemInt32
- height
- Type: SystemInt32
- frameRate
- Type: Accord.MathRational
- codec
- Type: Accord.Video.FFMPEGVideoCodec
- bitRate
- Type: SystemInt32
See Also