File: vcut.1

package info (click to toggle)
manpages-de 2.12-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 71,404 kB
  • sloc: sh: 1,059; makefile: 71; python: 64; perl: 37; sed: 11
file content (30 lines) | stat: -rw-r--r-- 595 bytes parent folder | download | duplicates (54)
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
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>