Class: EncoderTools::Strategies::Movie

Inherits:
Base
  • Object
show all
Defined in:
lib/encoder-tools/strategies/movie.rb

Instance Attribute Summary

Attributes inherited from Base

#input_path, #title

Instance Method Summary collapse

Constructor Details

#initialize(input_path) ⇒ Movie

Returns a new instance of Movie.



4
5
6
7
# File 'lib/encoder-tools/strategies/movie.rb', line 4

def initialize(input_path)
  super
  self.title = Options::Title::LONGEST
end