Python: Add substitles on a mp4 video with several possible styles without framework
Budget: $10 – $30 USD
The program developed should have the ability to add subtitles in several different styles on a video.
the purpose of the program is to receive as arguments the mp4 video, the subtitling text format [{ text: str, start: int, end: int, words: [{ word: str, start: int, end: int }] }], and the style to be applied, and thus return the video with the subtitle added.
I do not wish to use a framework for this program. It can be done in only one python file as substitle.py.
Here's a screenshot of the possible text styles.
NB: styles are essential.
the purpose of the program is to receive as arguments the mp4 video, the subtitling text format [{ text: str, start: int, end: int, words: [{ word: str, start: int, end: int }] }], and the style to be applied, and thus return the video with the subtitle added.
I do not wish to use a framework for this program. It can be done in only one python file as substitle.py.
Here's a screenshot of the possible text styles.
NB: styles are essential.