Skip to content

biojazzard/fluent-ffmpeg-recipes

Repository files navigation

fluent-ffmpeg-recipes

node´s fluent-ffmpeg recipes bootstraping

What you need

Homebrew [for OSX users]

  ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"

ffmpeg [for OSX users]

  brew install ffmpeg

node [for OSX users]

  brew install node

Install

  • cd to the project folder & run :
  npm install

Run It!

  • cd to the project folder (if you are not still there) & run :
  grunt

And now?

  • Drag a video to '_videos' folder.
  • Wait or check your Terminal logs.
  • Check '_processed' folder to see your converted videos.

What more?

  • Edit src/coffee/process.coffee
  • Edit config or operations vaules.

What´s going on?

  • grunt will be watching both '_videos' and 'src/coffee/*.coffee'
  • Editing / Saving 'src/coffee/process.coffee' will compile to 'process.js' and will be executed.
  • Files contained in '_videos' will be reencoded with the new settings.
  • Again adding new videos will reencode the all.
  • If you don´t want the to be reencoded, please remove them from '_videos'.

About

node´s fluent-ffmpeg recipes bootstraping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published