aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArjun Satarkar <me@arjunsatarkar.net>2025-03-01 19:35:48 +0000
committerArjun Satarkar <me@arjunsatarkar.net>2025-03-01 19:35:48 +0000
commit1b2d175b65071f9a1e469d9bf001d9e0fed74380 (patch)
tree1fcba62cac3b59dc7d561caaf73e5337c9ea0850
parent9b6061ee8e408c1308c377a45c1cafe59b739436 (diff)
Update READMEHEADmain
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7b5cea3..67788fe 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,8 @@ Break lines automatically (to handle existing files with poor line breaks):
More filters can be added in the `src/srtfilter/filters` directory.
+If you want to diff an SRT against an edited version, the output will have a lot of noise if an event was inserted or deleted in the middle (changing all the subsequent numbers). To make this easier to handle, use `--output-format diffable_srt`, which omits those numbers altogether. This is not an actual subtitle format and should not be distributed or used in any player.
+
### Library
```python