Back to all Bounties
Earn 1,800 ($18.00)
due 3 years ago
Canceled
Joke Video Generator Tool
CoderGautamYT
Details
Applications
2
Discussion
Bounty Description
Problem Description
I want a simple program built in Node.js, that generates a short video from a joke.
Acceptance Criteria
- Joke text is stored in a txt file
- Background audio from .mp3 file is played in the video
- Background video from .mp4 file is shown in the video
- Joke text is shown in the video, centered, and has a nice animation, for example in a question joke, the question should be shown first, then the answer. The words also need to be animated, kind of like this: https://www.youtube.com/shorts/vcW8WRR9Rpk
- Joke is spoken aloud using Amazon Polly TTS API, I have an API key and some working code already for this, and can provide if needed.