-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
35 lines (33 loc) · 1.37 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
help message
============
timeshift.py [OPTIONS] filename
Analyze, fix or crop a subtitle file.
--help
Show this help message.
--split
Propose split locations.
Sometimes a large file should be edited by several people.
A good split of the file is when each chunk has approximately
the same length and there is a reasonable time gap between the
chunks.
--from HH:MM:SS,DDD
Specify the begining of the interval to be examined.
Must match exactly the start time of a subtitle.
--to HH:MM:SS,DDD
Specify the end of the interval to be examined.
Must match exactly the end time of a subtitle.
--check-text-length
List subtitles that have too many charactes.
--check-timing
List subtitles that have a high character per second ratio or
have short duration.
--fix-timing
Prolongs subtitles that are considered to have a short duration
in --check-timing.
--inplace
Overwrite original file.
--output filename
Specify an output file name.
The default is the input file name prefixed by 'fixed.'
--crop
Save only the from-to interval.