Free, open-source live captions for broadcast and streaming
Click the button below to download Community Captioner. It's a small zip file that works on Mac, Windows, and Linux.
Download Community CaptionerDownload it free from python.org. During installation, check "Add Python to PATH".
Find the downloaded community-captioner.zip file (usually in your Downloads folder) and extract it:
Double-click the zip file in Finder. It will automatically extract to a folder called community-captioner.
Right-click the zip file and select "Extract All...", then click Extract.
Right-click the zip file and select "Extract Here", or use: unzip community-captioner.zip
You'll need to open Terminal (Mac/Linux) or Command Prompt (Windows) to run the app. Here's how:
Open the community-captioner folder in Finder, then right-click and select "New Terminal at Folder" (or drag the folder onto Terminal in your Dock).
community-captioner folder in File ExplorerThis opens Command Prompt already in the right folder!
In your terminal, navigate to the folder and start the app:
If you're not already in the folder, navigate to it:
cd ~/Downloads/community-captionerStart the app:
python3 start-server.pyIf you opened cmd from the folder, just run:
python start-server.pyOr navigate first:
cd %USERPROFILE%\Downloads\community-captionerNavigate to the folder:
cd ~/Downloads/community-captionerStart the app:
python3 start-server.pyYour web browser will automatically open to the control panel at http://localhost:8080. Keep the terminal window open while using the app!
In OBS Studio, add a Browser Source with these settings:
URL: http://138.197.15.64:8080/overlay.html
Width: 1920
Height: 1080
Or use http://localhost:8080?overlay=true if OBS is on the same computer as the control panel.
Click "Start Captioning" in the control panel and start speaking. Captions will appear live in OBS!