Difference between revisions of "AutoSub"
(Add stub page for AutoSub) |
ZacharyLiebl (talk | contribs) (Update License) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
AutoSub is a CLI application to generate subtitle files (.srt, .vtt, and .txt transcript) for any video file using Mozilla DeepSpeech. I use the DeepSpeech Python API to run inference on audio segments and pyAudioAnalysis to split the initial audio on silent segments, producing multiple small files. | AutoSub is a CLI application to generate subtitle files (.srt, .vtt, and .txt transcript) for any video file using Mozilla DeepSpeech. I use the DeepSpeech Python API to run inference on audio segments and pyAudioAnalysis to split the initial audio on silent segments, producing multiple small files. | ||
|Homepage URL=https://github.com/abhirooptalasila/AutoSub/ | |Homepage URL=https://github.com/abhirooptalasila/AutoSub/ | ||
+ | |Version download=https://github.com/abhirooptalasila/AutoSub/archive/refs/tags/v1.1.0.tar.gz | ||
}} | }} | ||
{{Project license | {{Project license | ||
− | |License= | + | |License=MIT |
|License copyright=https://github.com/abhirooptalasila/AutoSub/blob/master/LICENSE | |License copyright=https://github.com/abhirooptalasila/AutoSub/blob/master/LICENSE | ||
− | |License verified by= | + | |License verified by=Zachary Liebl |
− | |License verified date= | + | |License verified date=2024-04-30 |
}} | }} | ||
{{Software category | {{Software category |
Latest revision as of 18:11, 30 April 2024
AutoSub
https://github.com/abhirooptalasila/AutoSub/
A CLI script to generate subtitle files (SRT/VTT/TXT) for any video using Mozilla DeepSpeech
From GitHub README:
AutoSub is a CLI application to generate subtitle files (.srt, .vtt, and .txt transcript) for any video file using Mozilla DeepSpeech. I use the DeepSpeech Python API to run inference on audio segments and pyAudioAnalysis to split the initial audio on silent segments, producing multiple small files.
Download
https://github.com/abhirooptalasila/AutoSub/archive/refs/tags/v1.1.0.tar.gz
VCS Checkout
Categories
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Resources and communication
Software prerequisites
Kind | Description |
---|---|
Required to use | DeepSpeech |
Required to use | Numpy |
Required to use | SciPy |
Required to use | scikit-learn |
Required to use | ffmpeg |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.