EasyFfmpeg::ImageSequence
Constants
IMAGE_EXTENSIONS = [".png", ".jpg", ".jpeg", ".bmp", ".tiff", ".tif", ".webp"] of ::String
Class methods
build_ffmpeg_args(seq : SequenceInfo, output_path : String, fps : Int32, preset : Preset, target_format : String, force : Bool, scale : String | Nil = nil, aspect : String | Nil = nil, crop : Bool = false) : Array(String)
Sourcedetect_pattern(dir : String, files : Array(String), ext : String) : InputPattern
Sourceprobe_image_resolution(path : String) : Tuple(Int32, Int32)
Sourcerun(seq : SequenceInfo, output_path : String, fps : Int32, preset : Preset, target_format : String, force : Bool, scale : String | Nil = nil, aspect : String | Nil = nil, crop : Bool = false) : Bool
Sourcescan(directory : String) : SequenceInfo
Source