summaryrefslogtreecommitdiff
path: root/man/avg_videoinfo.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/avg_videoinfo.1')
-rw-r--r--man/avg_videoinfo.129
1 files changed, 29 insertions, 0 deletions
diff --git a/man/avg_videoinfo.1 b/man/avg_videoinfo.1
new file mode 100644
index 0000000..80c2e40
--- /dev/null
+++ b/man/avg_videoinfo.1
@@ -0,0 +1,29 @@
+.TH AVG_VIDEOINFO "1" "March 2011" "libavg 1.5.4" "User Commands"
+.SH NAME
+avg_videoinfo \- video inspection tool
+.SH SYNOPSIS
+.B avg_videoinfo
+\fIfile(s)\fR \fI[OPTION]\fR
+.SH DESCRIPTION
+Dump video file format information to the console
+.PP
+Inspects the given file(s) and dumps information about duration, bitrate, video/audio codec,
+video frame size and pixel format, video fps, audio sample rate and number of channels for
+each file given.
+.PP
+The default output format is text.
+.PP
+XML and CSV formats can be chosen with the appropriate options.
+.PP
+.SH OPTIONS
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+Show a brief description of the options.
+.TP
+\fB\-x\fR, \fB\-\-xml\fR
+XML output format.
+.TP
+\fB\-c\fR, \fB\-\-csv\fR
+CSV output format.
+.SH AUTHOR
+Ulrich von Zadow <coder@c-base.org>