I'm trying to make a web app with Flask, hosted on PythonAnywhere, which will use the Echo Nest Remix library.
The problem is that Remix uses ffmpeg and PythonAnywhere only has avconv.
Is there any way I can use ffmpeg on PythonAnywhere?
I'm using PythonAnywhere's free account if it makes a difference.
Thank you!