Skip to content

Instantly share code, notes, and snippets.

@Stephenitis
Created September 11, 2014 23:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Stephenitis/cf64b6b347b4889f0e4f to your computer and use it in GitHub Desktop.
Save Stephenitis/cf64b6b347b4889f0e4f to your computer and use it in GitHub Desktop.
Video Processing in 3 simple steps with IronWorker's new FFMPEG stack .worker file
runtime "ruby"
stack "ffmpeg-2.3"
file "harddrivespinning.mp4"
gem "streamio-ffmpeg"
exec "get_video_info.rb"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment