Module: Helpema::FFMPEG
Constant Summary
Constants included from Helpema
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 |