KiteFFmpeg
Toggle table of contents
0.1.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteFFmpeg
kiteffmpeg
/
io.github.yuroyami.kiteffmpeg
/
VideoEncoderSpec
/
VideoEncoderSpec
Video
Encoder
Spec
constructor
(
codec
:
CodecId
,
width
:
Int
,
height
:
Int
,
pixelFormat
:
PixelFormat
=
PixelFormat.Yuv420p
,
frameRate
:
Rational
,
bitrateBps
:
Long
,
keyframeIntervalFrames
:
Int
=
(frameRate.asDouble * 2).toInt().coerceAtLeast(1)
,
options
:
Map
<
String
,
String
>
=
emptyMap()
)