Skip to content

Instantly share code, notes, and snippets.

@meyu
Last active March 1, 2024 06:40
Show Gist options
  • Save meyu/4082287559cdf022b71560aebbd545cc to your computer and use it in GitHub Desktop.
Save meyu/4082287559cdf022b71560aebbd545cc to your computer and use it in GitHub Desktop.
Install Autosub on macOS

預先安裝(若需要)

安裝 Homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

安裝 FFmpeg

brew install ffmpeg

安裝 Python 2 (是的,Autosub 要用這個版本)

brew install python@2

正式安裝

安裝 Autosub

pip install autosub

常用指令範例

識別中文內容,轉出中文字幕檔

autosub -S zh-TW -D zh-TW 檔案的路徑

查看語系代碼

autosub --list-languages

查看詳細說明

autosub -h

相關資源

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment