Class: RVideo::Tools::Flvtool2
- Inherits:
-
Object
- Object
- RVideo::Tools::Flvtool2
- Includes:
- AbstractTool::InstanceMethods
- Defined in:
- lib/rvideo/tools/flvtool2.rb
Instance Attribute Summary collapse
-
#raw_metadata ⇒ Object
readonly
Returns the value of attribute raw_metadata.
Attributes included from AbstractTool::InstanceMethods
#command, #options, #raw_result
Instance Method Summary collapse
-
#tool_command ⇒ Object
attr_reader :has_key_frames, :cue_points, :audiodatarate, :has_video, :stereo, :can_seek_to_end, :framerate, :audiosamplerate, :videocodecid, :datasize, :lasttimestamp, :audiosamplesize, :audiosize, :has_audio, :audiodelay, :videosize, :metadatadate, :metadatacreator, :lastkeyframetimestamp, :height, :filesize, :has_metadata, :audiocodecid, :duration, :videodatarate, :has_cue_points, :width.
Methods included from AbstractTool::InstanceMethods
#execute, #initialize, #interpolate_variables, #matched_variable
Instance Attribute Details
#raw_metadata ⇒ Object (readonly)
Returns the value of attribute raw_metadata.
6 7 8 |
# File 'lib/rvideo/tools/flvtool2.rb', line 6 def @raw_metadata end |
Instance Method Details
#tool_command ⇒ Object
attr_reader :has_key_frames, :cue_points, :audiodatarate, :has_video, :stereo, :can_seek_to_end, :framerate, :audiosamplerate, :videocodecid, :datasize, :lasttimestamp,
:audiosamplesize, :audiosize, :has_audio, :audiodelay, :videosize, :metadatadate, :metadatacreator, :lastkeyframetimestamp, :height, :filesize, :has_metadata, :audiocodecid,
:duration, :videodatarate, :has_cue_points, :width
12 13 14 |
# File 'lib/rvideo/tools/flvtool2.rb', line 12 def tool_command 'flvtool2' end |