Module: Frames

Defined in:
lib/frames/frame.rb,
lib/frames.rb,
lib/frames/version.rb,
lib/frames/analyzer.rb,
lib/frames/frame_constructor.rb

Overview

Internal: Converts raw output from ffprobe into an Array of Frames.

Examples

fc = FrameConstructor.new(`ffprobe -show_frames /path/to/video.mp4`)
fc.frames # => [<Frame>,<Frame>]

Defined Under Namespace

Classes: Analyzer, FileError, Frame, FrameConstructor

Constant Summary collapse

VERSION =
"0.0.1"