.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.