class Hydra::FileCharacterization::Characterizers::Ffprobe

Protected Instance Methods

command() click to toggle source
# File lib/hydra/file_characterization/characterizers/ffprobe.rb, line 9
def command
  "#{tool_path} -i \"#{filename}\" -print_format xml -show_streams -v quiet"
end