Skip to content

Premiere pro voice-activated editing support using Python, Google Cloud, and Speech to Text

Notifications You must be signed in to change notification settings

SriLikesToSing/Adobe-Premiere-Voice-Activated-Video-Editing-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 

Repository files navigation

Adobe Voice-Activated Video Editing

Introduction

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.

Table of Contents

Getting Started

Prerequisites

Before you begin, ensure you have the following installed:

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/SriLikesToSing/Adobe-Premiere-Voice-Activated-Video-Editing-
    
  2. Install the requirements using

    pip install -r requirements.txt
    
  3. After downloading the google cloud services CLI locally and setting up credentials from this link, download enable the speech to text API

  4. Edit the .bat file and change the path of main.exe and adobepremire.exe (wherever you stored it)

  5. double click on the .bat file and run.

Voice Commands List

These commands are voice-activated. Simply speak the following phrases to control the application:

  1. "select" - Presses the 'd' key.

  2. "unselect" - Deselects by pressing 'Ctrl' + 'Shift' + 'a' keys.

  3. "frame" - Navigates one frame forward using voice command.

  4. "back frame" - Navigates one frame backward using voice command.

  5. "play" or "pause" - Toggles play/pause with voice command.

  6. "cut" - Cuts selected content with voice command.

  7. "previous" - Goes back 5 seconds.

  8. "forward" - Moves forward 5 seconds.

  9. "undo" - undo's action.

  10. "save" - Saves the current file using voice command.

  11. "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.

About

Premiere pro voice-activated editing support using Python, Google Cloud, and Speech to Text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published