Skip to content

Instantly share code, notes, and snippets.

@LuckyCoders
LuckyCoders / video.js
Created April 3, 2022 16:56 — forked from Drubo/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;