Open Source

ffbinaries

TL;DR: downloads ffmpeg, ffprobe, ffplay and ffserver binaries, cross-platform

I created this API and a Node.js client lib to facilitate downloading of prebuilt binaries of ffmpeg, ffplay, ffprobe and ffserver for Windows, Linux and Mac platforms.

I decided to repackage the binaries to allow shipping of individual components and to ensure a consistent format. I got a domain and shared it as there appears to be a fair group of people who needed the same thing.

Started off as a weekend project to be implemented in my other app but it gained some traction and after a while it managed to deliver over 1 million binaries to users worldwide. Needless to say I still haven't got around to implementing it in my other app.

ffbinaries.com | github | npm


xkpasswd

Memorable password generator

npm | github (Node.js version) | github (Go version)


Media Extractor

A service to proxy files from media hosting websites to avoid trackers (youtube-dl as a service).
Doesn't log any personal information.

demo | github


Media Converter

An online service allowing conversion between media file formats (ffmpeg as a service).
Doesn't log any personal information.

demo | github


Traffic Manager

A service to proxy files from media hosting websites to avoid trackers (youtube-dl as a service).
Doesn't log any personal information.

github (agent component) | github (hub component)


HostIdent API

Simple UI+API to perform basic threat assessment - check suspicious IPs and domains.

github