Skip to content

Obnomus/Video_Editor_Using_Python3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple tool written in Python3 to edit videos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages