Module: Helpema::FFMPEG

Extended by:
Helpema, FFMPEG
Included in:
FFMPEG
Defined in:
lib/helpema/ffmpeg.rb

Constant Summary

Constants included from Helpema

VERSION

Instance Method Summary collapse

Methods included from Helpema

define_command, requires, run_command, to_arg

Instance Method Details

#hash(filename, digest: 'sha160') ⇒ Object



17
18
19
# File 'lib/helpema/ffmpeg.rb', line 17

def hash(filename, digest:'sha160')
  FFMPEG._hash(filename:filename, digest:digest).strip.split('=').last
end