Skip to content
 
 

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-FFmpeg Media Converter

About

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

This was my first dive into flask and standalone back-ends. I will be adding and improving to this in the future, but 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.

About

A python media converter than uses ffmpeg through the flask framework.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages