Welcome to the Adobe Voice-Activated Video Editing project! This project enhances video editing in Adobe Premiere Pro by integrating voice commands for various editing tasks. Below, you'll find information on how to set up and use the system.
Before you begin, ensure you have the following installed:
-
Clone this repository to your local machine:
git clone https://github.com/SriLikesToSing/Adobe-Premiere-Voice-Activated-Video-Editing-
-
Install the requirements using
pip install -r requirements.txt
-
After downloading the google cloud services CLI locally and setting up credentials from this link, download enable the speech to text API
-
Edit the .bat file and change the path of main.exe and adobepremire.exe (wherever you stored it)
-
double click on the .bat file and run.
These commands are voice-activated. Simply speak the following phrases to control the application:
-
"select" - Presses the 'd' key.
-
"unselect" - Deselects by pressing 'Ctrl' + 'Shift' + 'a' keys.
-
"frame" - Navigates one frame forward using voice command.
-
"back frame" - Navigates one frame backward using voice command.
-
"play" or "pause" - Toggles play/pause with voice command.
-
"cut" - Cuts selected content with voice command.
-
"previous" - Goes back 5 seconds.
-
"forward" - Moves forward 5 seconds.
-
"undo" - undo's action.
-
"save" - Saves the current file using voice command.
-
"quit" or "exit" - Quits the program using voice command.
This is a minimum viable product. Meaning tons of specific word commands can be added to make complex edits.