[SCM] ffms2/master: Add manpage for ffmsindex
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Fri Dec 6 14:54:02 UTC 2013
The following commit has been merged in the master branch:
commit 22e17ed1f0ad850642e580f4a14c84c7f36379d1
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Fri Dec 6 15:08:48 2013 +0100
Add manpage for ffmsindex
diff --git a/debian/ffmsindex.1 b/debian/ffmsindex.1
new file mode 100644
index 0000000..be612ef
--- /dev/null
+++ b/debian/ffmsindex.1
@@ -0,0 +1,47 @@
+.TH FFMSINDEX 1 "December 2013" "ffms2 2.19" "User commands"
+.SH NAME
+ffmsindex \- FFmpegSource2 indexing app
+.
+.SH SYNOPOSIS
+.nf
+ffmsindex [\fIOPTIONS\fR] \fIINPUTFILE\fR [\fIOUTPUTFILE\fR]
+.fi
+.SH DESCRIPTION
+.sp
+ffmsindex creates an index file for the given INPUTFILE. If not OUTPUFILE is
+given, INPUTFILE.ffindex is used as output file.
+.TP
+.B \-f
+Force overwriting of existing index file, if any (default: no)
+.TP
+.B \-v
+Set FFmpeg verbosity level. Can be repeated for more verbosity. (default: no
+messages printed)
+.TP
+.B \-p
+Disable progress reporting. (default: progress reporting on)
+.TP
+.B \-c
+Write timecodes for all video tracks to outputfile_track00.tc.txt (default: no)
+.TP
+.B \-k
+Write keyframes for all video tracks to outputfile_track00.kf.txt (default: no)
+.TP
+.B \-t \fP\fIN\fR
+Set the audio indexing mask to N (\-1 means index all tracks, 0 means index
+none, default: 0)
+.TP
+.B \-d \fP\fIN\fR
+Set the audio decoding mask to N (mask syntax same as \fB\-t\fP, default: 0)
+.TP
+.B -a \fP\fINAME\fR
+Set the audio output base filename to NAME (default: input filename)
+.TP
+.B -s \fP\fIN\fR
+Set audio decoding error handling. See the documentation for details. (default:
+0)
+.TP
+.B -m \fP\fINAME\fR
+Force the use of demuxer NAME (default, lavf, matroska, haalimpeg, haaliogg)
+.SH AUTHOR
+This manpage was written by Sebastian Ramacher.
diff --git a/debian/ffmsindex.manpages b/debian/ffmsindex.manpages
new file mode 100644
index 0000000..0bf1dab
--- /dev/null
+++ b/debian/ffmsindex.manpages
@@ -0,0 +1 @@
+debian/ffmsindex.1
--
ffms2 packaging
More information about the pkg-multimedia-commits
mailing list