Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Add missing code examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedream committed May 4, 2024
1 parent dad91db commit 96d3de4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -487,12 +487,20 @@ The `archive` command lets you download episodes with multiple audios and subtit
Sometimes two video tracks are downloaded with `--merge` set to `sync` because the audio fingerprinting fails to identify matching audio parts (e.g. opening).
To prevent this, you can use the `--merge-sync-tolerance` flag to specify the difference by which two fingerprints are considered equal.

```shell
$ crunchy-cli archive -m sync --merge-sync-tolerance 3 https://www.crunchyroll.com/watch/GRDQPM1ZY/alone-and-lonesome
```

Default is `6`.

- <span id="archive-merge-sync-precision">Merge sync precision</span>

If you use `--merge` set to `sync` and the syncing seems to be not accurate enough or takes to long, you can use the `--sync-precision` flag to specify the amount of offset determination runs from which the final offset is calculated.

```shell
$ crunchy-cli archive -m sync --merge-sync-precision 3 https://www.crunchyroll.com/watch/GRDQPM1ZY/alone-and-lonesome
```

Default is `4`.

- <span id="archive-language-tagging">Language tagging</span>
Expand Down

0 comments on commit 96d3de4

Please sign in to comment.