Skip to content

Instantly share code, notes, and snippets.

@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;
/* Mastodon Bird UI by @[email protected]
1.8.3 */
/* CSS variables */
:root {
/* Brand colors */
--color-brand-twitter: #1d9bf0;
--color-brand-twitter-bg: black;
--color-brand-twitter-dim: #8b98a5;
--color-brand-twitter-mud: black;