Class: ActiveStorage::HotCell::Client::Analyzers::Video::Ffprobe

Inherits:
Video
  • Object
show all
Includes:
Probing
Defined in:
lib/active_storage/hot_cell/client/analyzers/video/ffprobe.rb

Overview

What an application lists in config.active_storage.analyzers.

config.active_storage.analyzers = [ ActiveStorage::HotCell::Client::Analyzers::Video::Ffprobe, ... ]

One probe operation serves this and the audio analyzer: ffprobe reports both stream kinds in one pass, and each analyzer slices the shared result to its own keys.