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.
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.
- With flask installed (
pip install flask
), - Set the environment variable with
set FLASK_APP=main01.py
for windows orexport FLASK_APP=main01.py
for linux, - Use
flask run
, - Navigate to
localhost:5000
in your browser.