summaryrefslogtreecommitdiff
path: root/debian/avg_videoinfo.1
blob: 23c313f1b5a15b8c9d0f839c8f6d3f8f756a3d8c (plain)
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
.TH AVG_VIDEOINFO "1" "November 2011" "libavg 1.7.0" "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>