orx
Toggle table of contents
0.5.0-dev.28+293aff4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
orx
orx-video-profiles
/
org.openrndr.extra.videoprofiles
/
H265Profile
H265Profile
class
H265Profile
:
VideoWriterProfile
(
source
)
Members
Constructors
H265Profile
Link copied to clipboard
constructor
(
)
Properties
CODEC_
LIBX265
Link copied to clipboard
val
CODEC_LIBX265
:
String
constant
Rate
Factor
Link copied to clipboard
var
constantRateFactor
:
Int
?
constant rate factor (default is 23)
file
Extension
Link copied to clipboard
open
override
var
fileExtension
:
String
filters
Link copied to clipboard
val
filters
:
MutableList
<
String
>
high
Precision
Chroma
Link copied to clipboard
var
highPrecisionChroma
:
Boolean
hwaccel
Link copied to clipboard
var
hwaccel
:
String
?
pixel
Format
Link copied to clipboard
var
pixelFormat
:
String
?
preset
Link copied to clipboard
var
preset
:
String
?
tag
Arguments
Link copied to clipboard
var
tagArguments
:
List
<
String
>
user
Arguments
Link copied to clipboard
var
userArguments
:
Array
<
String
>
video
Codec
Link copied to clipboard
var
videoCodec
:
String
?
Functions
arguments
Link copied to clipboard
open
override
fun
arguments
(
)
:
Array
<
String
>
constant
Rate
Factor
Link copied to clipboard
fun
constantRateFactor
(
factor
:
Int
)