Skip to content
This repository has been archived by the owner on Dec 20, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 775 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 775 Bytes

Flask-FFmpeg Media Converter

About

This is was a WIP project that interfaces an audio converter powered by ffmpeg using flask, and my project for ICT 12 - October/November 2017.

This was my first dive into flask and standalone back-ends. This is what I have so far.

Built With

Deploying

Download and extract, you will also need whatever FFmpeg binary runs on your system linked to using the FFMPEG_BIN variable. Run it like any flask app.

  1. With flask installed (pip install flask),
  2. Set the environment variable with set FLASK_APP=main01.py for windows or export FLASK_APP=main01.py for linux,
  3. Use flask run,
  4. Navigate to localhost:5000 in your browser.