autosub
autosub copied to clipboard
[NO LONGER MAINTAINED] Command-line utility for auto-generating subtitles for any video file
Installed by `pip install autosub`, then enter `autosub`, only to find `not recognized as an internal or external command, operable program or batch file`. Used `where autosub` to find the...
**Requeriments** Windows 32 or 64 bits. Connection Internet. Links Downloads [Python](https://www.python.org/ftp/python/2.7.12/python-2.7.12.msi) [FFMPEG](https://sourceforge.net/projects/ffmpegwindowsbi/files/?source=navbar) [AutoInstall autosub_app 0.3.12.zip](https://github.com/agermanidis/autosub/files/1177869/autosub_app.0.3.12.zip) [SampleVideos Spanish - English.zip](https://github.com/agermanidis/autosub/files/1171439/SampleVideos.Spanish.-.English.zip) [Subtitle Editor Aegisub](http://www.aegisub.org/) For Version autosub 0.3.9 **Note: Uninstall Python 3.x**...
Will not run had to sudo ln -s /volume1/@appstore/py3k/usr/local/bin/autosub /usr/local/bin/autosub autosub -h ``` File "/usr/local/bin/autosub", line 136 print "The given file does not exist: {0}".format(filename) ^ ```
I used https://techgaun.github.io/active-forks/index.html#https://github.com/agermanidis/autosub looking for the latest commits in all the forks and found that the working autosub that passed Pylint as of today is https://github.com/isaac-ped/autosub
Current we get SRTs with 4-5 words clubbed together Is there any way to get timestamp of each word spoken
[https://c-ssl.duitang.com/uploads/item/202002/24/20200224191631_uV3LV.png](url) system:windows 10 location:China I get a window error whether I use a VPN or not.
Getting ``` Traceback (most recent call last): File "/usr/local/bin/autosub", line 33, in sys.exit(load_entry_point('autosub==0.4.0', 'console_scripts', 'autosub')()) File "/usr/local/bin/autosub", line 25, in importlib_load_entry_point return next(matches).load() StopIteration ```
Ubuntu 20.04 Python 2 (after cleaning up .local) Python 3 (after cleaning up .local) pip install git+https://github.com/agermanidis/autosub.git (after cleaning up .local) pip2 install git+https://github.com/agermanidis/autosub.git (after cleaning up .local) pip3 install...
The problem is “returned non-zero exit status 1” Using windows 10, install ffmpeg and add path. similar questions: https://github.com/agermanidis/autosub/pull/74 https://github.com/agermanidis/autosub/issues/20 --- (py36_cgb) C:\Users\congm\Desktop\XXX>autosub -S fr -D zh-CN video.mp4 Output file...
I have followed the installation but when I try running `autosub -h` I get the above error. I've already installed ffmpeg and I've added it to the PATH. I've also...