Skip to content

Converta e manipule qualquer arquivo de áudio ou vídeo suportado pelo ffmpeg através de prompts com o ChatGPT; interface amigável; suporte a digitação por voz

Notifications You must be signed in to change notification settings

MachWheel/GPT-to-FFmpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use another OpenAI model:

In the GPT-to-FFmpeg.exe folder, create or edit a text file called openai-model.cfg with the model you want to use and nothing else.

A custom openai-model.cfg file:

gpt-4o-mini-2024-07-18
  • Result: will use the gpt-4o-mini-2024-07-18 model to write the FFmpeg commands.

How to clone and run the project:

  1. First, open the command-line and check your Python version. This app was made using Python 3.12.0:
py --version
  1. Now, install virtualenv if you don't have it:
py -m pip install virtualenv
  1. Clone the repository and change the directory to it:
git clone https://github.com/MachWheel/GPT-to-FFmpeg.git
cd GPT-to-FFmpeg
  1. Create a virtualenv for the project, then activate it:
py -m venv venv
.\venv\Scripts\activate
  1. Install project dependencies:
py -m pip install -r requirements.txt
  1. Done. Now you can run the app typing:
py main.py

How to make the portable .exe file:

pyinstaller -w --onefile main.py --icon app.ico --name GPT-to-FFmpeg --splash splash.png

About

Converta e manipule qualquer arquivo de áudio ou vídeo suportado pelo ffmpeg através de prompts com o ChatGPT; interface amigável; suporte a digitação por voz

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages