Method: PopCap::TagReader#read
- Defined in:
- lib/pop_cap/ffmpeg/tag_reader.rb
#read ⇒ Object
Public: This method returns the results of FFprobe -show_format.
10 11 12 |
# File 'lib/pop_cap/ffmpeg/tag_reader.rb', line 10 def read JSON.load(encode(output)).to_json end |