module

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)
Source
detect_pattern(dir : String, files : Array(String), ext : String) : InputPattern
Source
probe_image_resolution(path : String) : Tuple(Int32, Int32)
Source
run(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
Source
scan(directory : String) : SequenceInfo
Source

Nested types