Auto generation of audio from a given transcript and merging of video & audio to create a Spoken Tutorial.
PART I. Create a page that takes a transcript and creates a voiceover of the transcript. Option to select Male or Female voice should be given on the page. Any open source voice generating software can be used in the back-end to auto-generate the audio.
PART II. Create a page that takes an input video & the auto-generated audio and merges them to create a spoken tutorial.
1. Create a basic form that takes input video and input audio from the user.
2. Create a button MERGE that uses these 2 multimedia files and merges them into a single spoken tutorial.
The MERGE button should use
3. Create a button PREVIEW to view the new spoken tutorial.
The PREVIEW button should
Please Note: Understanding Django request and response cycle is very important for completing this task.
Submit your proposal for this auto-generation tool to fellowship@spoken-tutorial.org with the subject line as "FOSSEE Semester-long Internship 2022 - ST".
Mention which open source voice-generating software you will be using to build this tool. Using ffmpeg is mandatory to stitch the audio and video, as well as to compress the final merged video filesize.
Also submit sufficient documentation, wire frames, mock-ups, etc. for your proposal.
Once your submission is shortlisted, we will administer a Python test which you will need to clear. Only then will you be selected for the fellowship with us.
Following criteria will be considered while evaluating the tasks:
Python, Django.