class

FfmpegProgress::StyleOptions

Inherits Reference < Object

Class methods

parse(argv : Array(String)) : Tuple(StyleOptions, Array(String))

Returns {style_options, ffmpeg_args}. Style options are only parsed at the start of argv. The first non-style arg ends style parsing — either the literal "--" separator (consumed) or any other arg (left in place for ffmpeg).

Source

Instance methods

ascii
Source
ascii=(ascii : Bool | Nil)
Source
debug
Source
debug=(debug : Bool)
Source
log_file
Source
log_file=(log_file : String | Nil)
Source
no_color
Source
no_color=(no_color : Bool)
Source
no_progress
Source
no_progress=(no_progress : Bool)
Source
overlay
Source
overlay=(overlay : Bool)
Source
show_help
Source
show_help=(show_help : Bool)
Source
show_version
Source
show_version=(show_version : Bool)
Source
stderr_mode
Source
stderr_mode=(stderr_mode : StderrMode)
Source

Nested types