A simple tool written in Python3 to edit videos.
I use different libraries to make this program.
- MoviePy
- gTTS
- Pandas
- OS
- Math
In this Program we have to save all three files in the same directory and the files are
- main.py
- clip_detail.csv
- text2speech.csv
Then we feed details like directory of Video File which we want to edit with those clip timing in [ clip_detail.csv ].
Then if we want to add some additional Speech, feed those details in [ text2speech.csv ].
After this just run the file [ main.py ].
And the Output Video got saved in same directory as [ Output_Video.mp4 ] after completion.