summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-tumbleweed/man1/ogginfo.1
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
commitfc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch)
treece1e3bce06471410239a6f41282e328770aa404a /upstream/opensuse-tumbleweed/man1/ogginfo.1
parentInitial commit. (diff)
downloadmanpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz
manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-tumbleweed/man1/ogginfo.1')
-rw-r--r--upstream/opensuse-tumbleweed/man1/ogginfo.160
1 files changed, 60 insertions, 0 deletions
diff --git a/upstream/opensuse-tumbleweed/man1/ogginfo.1 b/upstream/opensuse-tumbleweed/man1/ogginfo.1
new file mode 100644
index 00000000..126da20d
--- /dev/null
+++ b/upstream/opensuse-tumbleweed/man1/ogginfo.1
@@ -0,0 +1,60 @@
+.\" Process this file with
+.\" groff -man -Tascii ogginfo.1
+.\"
+.TH ogginfo 1 "July 10, 2002" "Xiph.Org Foundation" "Vorbis Tools"
+
+.SH NAME
+ogginfo \- gives information about Ogg files, and does extensive validity checking
+
+.SH SYNOPSIS
+.B ogginfo
+[
+.B -q
+] [
+.B -v
+] [
+.B -h
+]
+.I file1.ogg
+.B ...
+.I fileN.ogg
+
+.SH DESCRIPTION
+.B ogginfo
+reads one or more Ogg files and prints information about stream contents
+(including chained and/or multiplexed streams) to standard output. It will
+detect (but not correct) a wide range of common defects, with many
+additional checks specifically for Ogg Vorbis streams.
+
+For all stream types
+.B ogginfo
+will print the filename being processed, the stream serial numbers, and various
+common error conditions.
+
+For
+.B Vorbis
+streams, information including the version used for encoding, the sample rate
+and number of channels, the bitrate and playback length, and the contents of
+the comment header are printed.
+
+Similarly, for
+.B Theora
+streams, basic information about the video is provided, including frame rate, aspect ratio, bitrate, length, and the comment header.
+
+.SH OPTIONS
+.IP -h
+Show a help and usage message.
+.IP -q
+Quiet mode. This may be specified multiple times. Doing so once will remove
+the detailed informative messages, twice will remove warnings as well.
+.IP -v
+Verbose mode. At the current time, this does not do anything.
+
+.SH AUTHORS
+.br
+Michael Smith <msmith@xiph.org>
+
+.SH "SEE ALSO"
+
+.PP
+\fBvorbiscomment\fR(1), \fBogg123\fR(1), \fBoggdec\fR(1), \fBoggenc\fR(1)