Module: Helpema::FFMPEG
Instance Method Summary collapse
Methods included from Piper
define_command, run_command, to_arg, validate_command
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 |