Class: Jani::StripMaker::TranscodeOptions
- Inherits:
-
Object
- Object
- Jani::StripMaker::TranscodeOptions
- Defined in:
- lib/jani/strip_maker/transcode_options.rb
Instance Attribute Summary collapse
-
#fps ⇒ Object
Returns the value of attribute fps.
-
#height ⇒ Object
Returns the value of attribute height.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Method Summary collapse
Instance Attribute Details
#fps ⇒ Object
Returns the value of attribute fps.
2 3 4 |
# File 'lib/jani/strip_maker/transcode_options.rb', line 2 def fps @fps end |
#height ⇒ Object
Returns the value of attribute height.
2 3 4 |
# File 'lib/jani/strip_maker/transcode_options.rb', line 2 def height @height end |
#width ⇒ Object
Returns the value of attribute width.
2 3 4 |
# File 'lib/jani/strip_maker/transcode_options.rb', line 2 def width @width end |
Instance Method Details
#to_ffmpeg_options ⇒ Object
4 5 6 |
# File 'lib/jani/strip_maker/transcode_options.rb', line 4 def [to_bitrate_option(), to_scale_option(), to_fps_option()].join(" ") end |