auto-subtitle icon indicating copy to clipboard operation
auto-subtitle copied to clipboard

Automatically generate and overlay subtitles for any video.

Results 59 auto-subtitle issues
Sort by recently updated
recently updated
newest added

Error I received: C:\Users\user\Downloads>python Subtitles.py Extracting audio from S1E01... Generating subtitles for S1E01... This might take a while. Detected language: English 90%|█████████████████████████████████████████████████████████████▉ | 131739/146739 [07:44

line 49, in main audios = get_audio(args.pop("video")) .run(quiet=True, overwrite_output=True) raise Error('ffmpeg', out, err) ffmpeg._run.Error: ffmpeg error (see stderr output for detail)

- Created a Dockerfile to containerize the autosubtitle application, allowing for easy setup and execution in an isolated environment. - Added a PowerShell installation script (install.ps1) for Windows users, simplifying...

It would be great if there was an official Container Image. It will make running this a lot easier.

Let's say you have a video with 2 individuals speaking, one on the left and one on the right. It would be nice if the subtitle output could identify who...

## TLDR This PR introduces an option (--output_txt) to save subtitles directly into text files, facilitating research and other text-based analyses. This feature caters to users who prefer working with...

not sure what this means on mac Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.12/bin/auto_subtitle", line 8, in sys.exit(main()) ^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/auto_subtitle/cli.py", line 49, in main audios = get_audio(args.pop("video")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...

Hi! I've got `ffmpeg error` ```zhs (base) vasily@Vasilys-MacBook-Pro ~ % auto_subtitle /Users/vasily/video_77.mp4 -o subtitled/ 100%|████████████████████████████████████████| 461M/461M [15:25

Hello community, Thanks for this great tool. I used it and it seems to work pretty well for the moment. Still I had an issue when trying to overlay the...