I've spent several weeks of my free time trying to figure out this issue or search for it to no avail and I'm not sure if it is a Python or Django issue and was wondering if anyone could guide me in the right direction.
I understand uploading video files and querying them, but I am inexperienced in using FFMPEG with Django (specifically converting video to FLV). How do I call the command in Django view to convert the video and how do I do that action in between when the submit button is clicked and when it is saved the video to database.
Thank you for any help! I haven't been able to find any articles/literature on this and its killing me!