BingLingGroup

Results 150 comments of BingLingGroup

Honestly speaking I don't encounter the "command not found" issue when I'm using Ubuntu. I checked my Ubuntu by using `which autosub` and it is located at `/usr/local/bin/autosub`.

That makes sense because when I install the python package, I've already in root account by using `su`. I forgot about it before.

I've already released the standalone version with ffmpeg dependency. Click [here](https://github.com/BingLingGroup/autosub/releases) and download.

The PYPI version can't be used on python3. Please install the latest version directly from git repo. `pip3 install git+https://github.com/agermanidis/autosub.git`

@Victor-Lerman You can try my version of [autosub](https://github.com/BingLingGroup/autosub#branches). Or just use the method in #31 .

@visionandy You can try my modified version of [autosub](https://github.com/BingLingGroup/autosub) which can translate subtitles by using py-googletrans.

I add this function in my [repo](https://github.com/BingLingGroup/autosub). Thanks for your pull request.

Use `sudo pip install autosub` to install. Reference: https://github.com/agermanidis/autosub/issues/144#issuecomment-534830404 About how to install autosub from github repo: https://github.com/BingLingGroup/autosub#install-on-ubuntu dot means current directory. Unless the current directory is the autosub repo's...

@meetdilip Obviously it can provide more functions than before. And you can still do it in one command. Just read the [typical usage guide](https://github.com/BingLingGroup/autosub#typical-usage).