EasyFfmpeg::PresetConfig
Inherits Struct / Value / Object
Constructors
compress_config(format : String) : PresetConfig
Sourcedefault_config(format : String) : PresetConfig
Sourcefor(preset : Preset, format : String) : PresetConfig
Sourcemobile_config(format : String) : PresetConfig
Sourcenew(video_codec : Nil | String = nil, video_args : Array(String) = [] of String, audio_codec : Nil | String = nil, audio_args : Array(String) = [] of String, max_height : Int32 | Nil = nil, downmix_stereo : Bool = false, drop_subs : Bool = false, faststart : Bool = false, force_transcode : Bool = false)
Sourcestreaming_config(format : String) : PresetConfig
Sourceweb_config(format : String) : PresetConfig
SourceInstance methods
audio_args
Sourceaudio_codec
Sourcedownmix_stereo
Sourcedrop_subs
Sourcefaststart
Sourceforce_transcode
Sourcemax_height
Sourcevideo_args
Sourcevideo_codec
Source