Skip to content

Instantly share code, notes, and snippets.

View Drubo's full-sized avatar

Tariqul Islam Drubo

View GitHub Profile
@Drubo
Drubo / video.js
Created January 7, 2012 09:38 — forked from anonymous/video.js
Node js on the fly video conversion
var child_process = require('child_process'),
sys = require('sys'),
http = require('http'),
parse = require('url').parse,
fs = require('fs');
var spawn = child_process.spawn;
var exec = child_process.exec;