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.dsl
/
VideoFilterBuilder
Video
Filter
Builder
class
VideoFilterBuilder
Members
Functions
crop
Link copied to clipboard
fun
crop
(
width
:
Int
,
height
:
Int
,
x
:
Int
?
=
null
,
y
:
Int
?
=
null
)
deinterlace
Link copied to clipboard
fun
deinterlace
(
with
:
Deinterlacer
=
Deinterlacer.Bwdif
)
draw
Box
Link copied to clipboard
fun
drawBox
(
x
:
Int
,
y
:
Int
,
width
:
Int
,
height
:
Int
,
color
:
String
=
"red"
,
thickness
:
Int
=
3
)
eq
Link copied to clipboard
fun
eq
(
brightness
:
Double
?
=
null
,
contrast
:
Double
?
=
null
,
saturation
:
Double
?
=
null
,
gamma
:
Double
?
=
null
)
format
Link copied to clipboard
fun
format
(
format
:
PixelFormat
)
fps
Link copied to clipboard
fun
fps
(
rate
:
Rational
)
pad
Link copied to clipboard
fun
pad
(
width
:
Int
,
height
:
Int
,
x
:
Int
=
-1
,
y
:
Int
=
-1
,
color
:
String
=
"black"
)
raw
Link copied to clipboard
fun
raw
(
fragment
:
String
)
scale
Link copied to clipboard
fun
scale
(
width
:
Int
,
height
:
Int
)
transpose
Link copied to clipboard
fun
transpose
(
turn
:
QuarterTurn
)