1. 1

    I am working on a web service that will convert short video files into animated gifs using:

    • an Ubuntu 10.04 VPS
    • Libav and Imagemagick
    • Node.js

    I’m not sure if there’s a better way to orchestrate child processes using Node, here’s what I’m currently doing. Would appreciate any feedback from Node developers here.