[Python-modules-commits] r26507 - in packages/pysrt/trunk/debian (python-pysrt.manpages srt.1)

emillon-guest at users.alioth.debian.org emillon-guest at users.alioth.debian.org
Sun Nov 24 12:53:15 UTC 2013


    Date: Sunday, November 24, 2013 @ 12:53:14
  Author: emillon-guest
Revision: 26507

pysrt: Add manpage

Added:
  packages/pysrt/trunk/debian/python-pysrt.manpages
  packages/pysrt/trunk/debian/srt.1

Added: packages/pysrt/trunk/debian/python-pysrt.manpages
===================================================================
--- packages/pysrt/trunk/debian/python-pysrt.manpages	                        (rev 0)
+++ packages/pysrt/trunk/debian/python-pysrt.manpages	2013-11-24 12:53:14 UTC (rev 26507)
@@ -0,0 +1 @@
+debian/srt.1

Added: packages/pysrt/trunk/debian/srt.1
===================================================================
--- packages/pysrt/trunk/debian/srt.1	                        (rev 0)
+++ packages/pysrt/trunk/debian/srt.1	2013-11-24 12:53:14 UTC (rev 26507)
@@ -0,0 +1,43 @@
+.TH SRT "1" "November 2013" "srt" "User Commands"
+.SH NAME
+srt \- Srt subtitle editor
+.SH DESCRIPTION
+usage: srt [\-h] [\-i] [\-e encoding] [\-v]
+.IP
+{shift,rate,split,break} ... file
+.PP
+It can either shift, split or change the frame rate.
+.SS "positional arguments:"
+.IP
+file
+.SS "optional arguments:"
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+show help message and exit
+.TP
+\fB\-i\fR, \fB\-\-in\-place\fR
+Edit file in\-place, saving a backup as file.bak (do not works for the split command)
+.TP
+\fB\-e\fR encoding, \fB\-\-output\-encoding\fR encoding
+Change file encoding. Useful for players accepting only latin1 subtitles.
+List of supported encodings: http://docs.python.org/library/codecs.html#standard\-encodings
+.TP
+\fB\-v\fR, \fB\-\-version\fR
+show program's version number and exit
+.SS "commands:"
+.IP
+{shift,rate,split,break}
+.TP
+shift
+Shift subtitles by specified time offset
+.TP
+rate
+Convert subtitles from a frame rate to another
+.TP
+split
+Split a file in multiple parts
+.TP
+break
+Break long lines
+.SH AUTHOR
+This manpage was written by Etienne Millon <me at emillon.org> for Debian.




More information about the Python-modules-commits mailing list