struct

EasyFfmpeg::PresetConfig

Inherits Struct / Value / Object

Constructors

compress_config(format : String) : PresetConfig
Source
default_config(format : String) : PresetConfig
Source
for(preset : Preset, format : String) : PresetConfig
Source
mobile_config(format : String) : PresetConfig
Source
new(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)
Source
streaming_config(format : String) : PresetConfig
Source
web_config(format : String) : PresetConfig
Source

Instance methods

audio_args
Source
audio_codec
Source
downmix_stereo
Source
drop_subs
Source
faststart
Source
force_transcode
Source
max_height
Source
video_args
Source
video_codec
Source