Skip to content

Commit

Permalink
Merge pull request #3 from rasyidev/v1.0.0
Browse files Browse the repository at this point in the history
Release v1.0.0 and Add the usage of the ZoomChat2srt
  • Loading branch information
rasyidev committed Jun 17, 2022
2 parents 4ef4cb0 + 19ff1e5 commit 67f3af0
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,29 @@
# txt-to-srt
Convert txt file from Zoom recording into srt file. So the downloaded video can be played along with the comment as a subtitle.
# Zoom Chat to Subtitle
Convert Zoom's saved meeting chat (txt) into subtitle file (srt). Using this tool, the recorded Zoom Video can be played along with the chat as a subtitle.


### Clone This Repository

```
git clone https://github.com/rasyidev/zoom-chat-to-subtitle.git
```

### Change Directory to The Project
```
cd zoom-chat-to-subtitle
```


## Usage:
**FORMAT**: `python main.py <file_name.txt>`

**EXAMPLE**
```
python main.py meeting_saved_chat.txt
```
**OR**
```
python main.py meeting_saved_chat.txt -o output-file.srt
```


0 comments on commit 67f3af0

Please sign in to comment.