SubtitleAI is a local executable program that utilizes artificial intelligence to generate subtitles for videos. It uses advanced machine learning algorithms to analyze audio content and generate accurate and synchronized subtitles. Using WhisperAI and FFMPEG.
To install SubtitleAI, follow these steps:
- Clone the repository:
git clone https://github.com/BigMakCode/SubtitleAI.git
- Install the .NET 8.0: https://dotnet.microsoft.com/en-us/download
- Build application from Sources: dotnet build --configuration Release --output ./build SubtitleAI.csproj
- Run application: dotnet .\build\SubtitleAI.dll D:\Temp\daily\input.mp4
To use SubtitleAI, follow these steps:
- Navigate to the project directory:
cd SubtitleAI
- Run the program:
SubtitleAI path_to_input_video_file
- The program will download WhisperAI model and FFMPEG library in temporary folder.
- Your media file will be converted to WAVE file.
- WhisperAI will recognize text from this file.
- Text will be created as subtitles file (.srt)
For any questions or suggestions, please contact the project maintainer.