node´s fluent-ffmpeg recipes bootstraping
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
brew install ffmpeg
brew install node
- cd to the project folder & run :
npm install
- cd to the project folder (if you are not still there) & run :
grunt
- Drag a video to '_videos' folder.
- Wait or check your Terminal logs.
- Check '_processed' folder to see your converted videos.
- Edit src/coffee/process.coffee
- Edit config or operations vaules.
- 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'.