Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 293 Bytes

File metadata and controls

17 lines (13 loc) · 293 Bytes

VideoTranscoder

Video Transcoding Repo for Internet Computing Final Project

Dependencies

  • Ruby
  • Redis
  • FFMPEG

Installation

$ bundle install
$ redis-server
$ bundle exec resque work -q default -r ./job.rb
$ ruby server/client.rb or $ bundle exec ruby server/client.rb