Skip to content

Commit

Permalink
Merge pull request #18 from YourMJK/trace-option
Browse files Browse the repository at this point in the history
`--trace` option & New parsing with optional output file argument
  • Loading branch information
MonoS authored Feb 25, 2024
2 parents 442352d + 9eeb0b9 commit 1bb2be3
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 99 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ SupMover - Shift timings and Screen Area of PGS/Sup subtitle

# Usage
```
Usage: SupMover <input.sup> <output.sup> [OPTIONS ...]
Usage: SupMover <input.sup> [<output.sup>] [OPTIONS ...]
OPTIONS:
--trace
--delay <ms>
--move <delta x> <delta y>
--crop <left> <top> <right> <bottom>
Expand All @@ -17,14 +18,13 @@ OPTIONS:
CUT&MERGE OPTIONS:
--list <list of sections>
--format (secut | (vapoursynth | vs) | (avisynth | avs) | remap)
--timemode (ms | frame | timestamp)
--timemode (ms | frame (<num>/<den> | <fps>) | timestamp)
--fixmode (cut | (delete | del))
```

Old syntax, kept for backward compatibility:
`SupMover <input.sup> <output.sup> <ms>`

# Options
* `--trace`
* Print contents and structure of input file segments
* `--delay`
* Apply a milliseconds delay, positive or negative, to all the subpic of the subtitle, it can be fractional as the SUP speficication have a precision of 1/90ms
* `--resync`
Expand Down
Loading

0 comments on commit 1bb2be3

Please sign in to comment.