Module: BPL::Derivatives::Processors

Extended by:
ActiveSupport::Autoload
Defined in:
lib/bpl/derivatives/processors/ffmpeg.rb,
lib/bpl/derivatives/processors.rb,
lib/bpl/derivatives/processors/audio.rb,
lib/bpl/derivatives/processors/image.rb,
lib/bpl/derivatives/processors/video.rb,
lib/bpl/derivatives/processors/document.rb,
lib/bpl/derivatives/processors/processor.rb,
lib/bpl/derivatives/processors/raw_image.rb,
lib/bpl/derivatives/processors/jpeg2k_image.rb,
lib/bpl/derivatives/processors/video/processor.rb,
lib/bpl/derivatives/processors/shell_based_processor.rb

Overview

An abstract class for asyncronous jobs that transcode files using FFMpeg

Defined Under Namespace

Modules: Ffmpeg, ShellBasedProcessor, Video Classes: Audio, Document, Image, Jpeg2kImage, Processor, RawImage