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

Automatically generate and overlay subtitles for any video.

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

Hi, Is it possible to translate a srt with auto_substitile ? My goal is to use it to extract a srt, then modify it and then translate it. Thanks for...

During run `Detecting language using up to the first 30 seconds. Use `--language` to specify the language` If we give, auto_subtitle: error: unrecognized arguments: --language

Hi, how can I run auto-subtitle on multiple files from the same folder? I tried setting /folder/*.mp4 but getting an error. Also, would it be possible to extract subtitle only...

(AMD users; as of mid July `23 there is no Windows / WSL option for AMD + PyTorch. See [my comment](https://github.com/m1guelpf/auto-subtitle/issues/52#issuecomment-1634672999) for details. If someone pings me once it's released...

This code exist bug: ` video = ffmpeg.input(path) audio = video.audio ffmpeg.concat( video.filter('subtitles', srt_path, force_style="OutlineColour=&H40000000,BorderStyle=3"), audio, v=1, a=1 ).output(out_path).run(quiet=True, overwrite_output=True)` To be specific, video = ffmpeg.filter(video, 'subtitles', subtitle_path, force_style="OutlineColour=&H40000000, BorderStyle=3"),...

Why is the length of the extracted subtitles longer than the length of the video?

Not sure if it would be possible given the tools being used to generate the subtitles, but it would be great if there was way to specify the maximum number...

Hello, I have a question to ask, I need to specify a folder and want the videos in the folder to be played in the order in file. To this...

Hello, I found the generated subtitle cannot be translated into English, is it possible to add more target languages options ?

I found in --language argument, we have these options availiable, ``` --language {auto,af,am,ar,as,az,ba,be,bg,bn,bo,br,bs,ca,cs,cy,da,de,el,en,es,et,eu,fa,fi,fo,fr,gl,gu,ha,haw,he,hi,hr,ht,hu,hy,id,is,it,ja,jw,ka,kk,km,kn,ko,la,lb,ln,lo,lt,lv,mg,mi,mk,ml,mn,mr,ms,mt,my,ne,nl,nn,no,oc,pa,pl,ps,pt,ro,ru,sa,sd,si,sk,sl,sn,so,sq,sr,su,sv,sw,ta,te,tg,th,tk,tl,tr,tt,uk,ur,uz,vi,yi,yo,zh} ``` please also add "cz" ([Czech](https://raw.githubusercontent.com/openai/whisper/main/language-breakdown.svg)) in --language argument.