summaryrefslogtreecommitdiffstats
path: root/upstream/fedora-rawhide/man1/vcut.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/fedora-rawhide/man1/vcut.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/fedora-rawhide/man1/vcut.1')
-rw-r--r--upstream/fedora-rawhide/man1/vcut.130
1 files changed, 30 insertions, 0 deletions
diff --git a/upstream/fedora-rawhide/man1/vcut.1 b/upstream/fedora-rawhide/man1/vcut.1
new file mode 100644
index 00000000..84761b99
--- /dev/null
+++ b/upstream/fedora-rawhide/man1/vcut.1
@@ -0,0 +1,30 @@
+.\" Process this file with
+.\" groff -man -Tascii vcut.1
+.\"
+.TH VCUT 1 "2003 September 1" "Xiph.Org Foundation" "Vorbis Tools"
+
+.SH NAME
+vcut \- cuts Ogg Vorbis files
+
+.SH SYNOPSIS
+.B vcut
+.I infile.ogg
+.I outfile1.ogg
+.I outfile2.ogg
+.I [ cutpoint | +cutpoint]
+
+.SH DESCRIPTION
+.B vcut
+reads an Ogg Vorbis audio file and splits it at the given cutpoint, which is a
+sample number. If the cutpoint is prefixed with '+', the cutpoint is an
+integer number of seconds.
+
+.SH AUTHORS
+
+.TP
+Program Author:
+Michael Smith <msmith@xiph.org>
+
+.TP
+Manpage Author:
+Christoper L Cheney <ccheney@debian.org>