{% extends "base.html" %} {% block js %} {% endblock %} {% block main %}

About

You can use this service if you want to have a video from your favourite MP3 and a single static photo.

For any reason you might want that. Be it artistic, or you want to upload an MP3 to Youtube, Vimeo, or DailyMotion...

Using it is free.

Usage

It's pretty simple:

Note: if you don't pick up your video you should know that we will delete everything we have after one day.

Techonology

This service is powered by Flask, a Python micro-framework. Celery does all the heavy-lifting, using Redis as a broker. Supervisor takes care that everything is properly running. There are no social media buttons or tracking links or analytics JavaScript spyware.

Statistics

Videos created
{{ stats['created'] }}
Videos downloaded
{{ stats['downloaded'] }}
Currently active
{{ stats['active'] }}
Data uploaded
{{ stats['data_upload'] }}

 

These numbers are calculated every {{ config["PHOSIC_STAT_MINUTES"] }} minute(s).

{% endblock %}