From 0889f94370f619d1328cd946eb2f3ae10e1931b7 Mon Sep 17 00:00:00 2001 From: Simon Benezan Date: Fri, 26 Apr 2024 18:28:35 +0200 Subject: [PATCH] add missing readme part for --sync-precision --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88c13ee..1fdf348 100644 --- a/README.md +++ b/README.md @@ -485,10 +485,16 @@ The `archive` command lets you download episodes with multiple audios and subtit - Sync tolerance 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 "--sync-tolerance" flag to specify the difference by which two fingerprints are considered equal. + To prevent this, you can use the `--sync-tolerance` flag to specify the difference by which two fingerprints are considered equal. Default is `6`. +- Sync precision + + 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. + + Default is `4`. + - Language tagging You can force the usage of a specific language tagging in the output file with the `--language-tagging` flag.