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

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

Notifications You must be signed in to change notification settings

CNajm/flask-ffmpeg-mediaconverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published