diff options
author | Arjun Satarkar <me@arjunsatarkar.net> | 2025-03-01 19:35:48 +0000 |
---|---|---|
committer | Arjun Satarkar <me@arjunsatarkar.net> | 2025-03-01 19:35:48 +0000 |
commit | 1b2d175b65071f9a1e469d9bf001d9e0fed74380 (patch) | |
tree | 1fcba62cac3b59dc7d561caaf73e5337c9ea0850 | |
parent | 9b6061ee8e408c1308c377a45c1cafe59b739436 (diff) |
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |