module

EasyFfmpeg::Interactive

Constants

PRESET_OPTIONS = [{Preset::Default, "Default", "Copy streams when compatible, transcode only if needed"}, {Preset::Web, "Web", "H.264 + AAC, optimized for web embedding"}, {Preset::Mobile, "Mobile", "H.264 720p + AAC stereo, optimized for phones"}, {Preset::Streaming, "Streaming", "H.265 high-quality, consumer-friendly (Netflix/YouTube-like)"}, {Preset::Compress, "Compress", "H.265 CRF 28, reduce file size"}]

Class methods

beep
Source
clear_lines(n : Int32)
Source
hide_cursor
Source
read_key(io : IO) : KeyEvent
Source
reset_colors
Source
show_cursor
Source
terminal_cols
Source

Nested types