Skip to content

Commit

Permalink
Merge pull request #3 from TDHM/TDHM-patch-1
Browse files Browse the repository at this point in the history
Fix documentation link
  • Loading branch information
TDHM authored Jan 31, 2024
2 parents 6003f0f + d555435 commit bb51bd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ sudo apt update && sudo apt install ffmpeg
> **Note**
> Please note that the current version only supports MP4 video files (MKV support coming soon).
> Your MP4 must contain only one subtitles track, which will be translated and replaced in a new MP4 file.
> You can also translates SRT subtitles files, or extract and translate SRT files from a MP4 ([look at the doc!](https://tdhm.github.io/subtitles-translator/)).
> You can also translates SRT subtitles files, or extract and translate SRT files from a MP4 ([look at the doc!](https://tdhm.github.io/Subtitles-Translator/)).
With the following command, subtitles from 'video.mp4' will be extracted and translated from 'french' to 'english'. The video containing translated subtitles will be saved as 'translated_video.mp4':

```shell
subtitles_translator -i video.mp4 -o translated_video.mp4 -s fr -t en
```
```

0 comments on commit bb51bd2

Please sign in to comment.