Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 2.02 KB

README.md

File metadata and controls

47 lines (35 loc) · 2.02 KB

Easy-VoiceOver

Table of contents

General Info

This is an old project that I recently updated and reuploaded to Github. The project is a python application that is used to automize the process of creating a Voice Over video which can be used as a background for narrating a news story, a presentation, etc.

Technologies

Project is created with:

Setup

To run this project, install requirements.txt and then just run the main.py file. Make sure Git is installed on your computer and added to PATH.

$ cd ../Easy-VoiceOver
$ pip install -r requirements.txt
$ python main.py

How to Use

Selecting your topic and number of images

  • Enter your topic of interest and the number of images you want to DOWNLOAD.
  • The program will automatically create a folder called downloads/ and download the images.

Selecting topic and images

Delete Unwanted Pictures and set Duration

  • After downloading the images you need to go into the download folder and MANUALLY delete any image you do not want.

delete unwanted

  • After you have MANUALLY deleted all the images you do not want type 1 on the command prompt.
  • After that select the duration of each image during the video.

deleting

Rendering the video

  • The program then will take a while to render your video.
  • The final video will be in the same directory of the project and will be called movie.mp4

output