Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
ello, I am creating an education platform that creates depending on the user choices a random class. I am organizing the class divided into blocks of 5 min with some categories in it, depending on the user choices the platform create grabs the corresponding blocks and create the custom teaching class.

My current situation is that I am using FFMPEG and a Python library to create new videos giving the path of the videos, adding some text etc.. This process takes place in back-end What I am trying to achieve is to make it with front-end and then the user can download this custom teaching class.

HTTP://underdogapp.com makes this on yoga, and so far I know they do it front-end way. Any suggestions?


What I have tried:

Trying to use python frameworks but this process occurs on back-end
Posted
Updated 15-May-20 22:49pm

1 solution

Maybe you can use video.js[^] with a playlist.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900