Skip to content

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

Notifications You must be signed in to change notification settings

haavares/flask-ffmpeg-mediaconverter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 56.7%
  • Python 43.3%