Method: PopCap::TagReader#read

Defined in:
lib/pop_cap/ffmpeg/tag_reader.rb

#readObject

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