Class: Media::Preset::ProRes

Inherits:
Base
  • Object
show all
Defined in:
lib/media/preset/prores.rb

Class Method Summary collapse

Methods inherited from Base

#call, #initialize, preset?, #to_s

Constructor Details

This class inherits a constructor from Media::Preset::Base

Class Method Details

.presetsObject



7
8
9
10
11
12
# File 'lib/media/preset/prores.rb', line 7

def self.presets
  {
    normal_1080p: {height: 1080, width: 1920, profile: 2},
    normal_720p: {height: 720, width: 1280, profile: 2}
  }
end