enum

EasyFfmpeg::ImageSequence::InputMode

Inherits Enum / Comparable / Value / Object

Constants

Sequential = 0
Glob = 1

Instance methods

glob?

Returns true if this enum value equals Glob

Source
sequential?

Returns true if this enum value equals Sequential

Source