Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 696 Bytes

File metadata and controls

22 lines (17 loc) · 696 Bytes

Video_Editor_using-Python3

A simple tool written in Python3 to edit videos.

Python Programming

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

  1. main.py
  2. clip_detail.csv
  3. 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.