diff options
author | Sigrid <ftrvxmtrx@gmail.com> | 2020-08-11 17:27:11 +0200 |
---|---|---|
committer | Sigrid <ftrvxmtrx@gmail.com> | 2020-08-11 17:27:11 +0200 |
commit | 5fcf2040b43d13b6410285d45a0510b637d811c3 (patch) | |
tree | 33bbba9a8960d06f1f3c9124d5308b229c492003 /sys/man/1 | |
parent | 4ba367d435c859051d4ef2224b3f0e93cf1d1802 (diff) |
audio(1): add new -s SECONDS option
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/audio | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/sys/man/1/audio b/sys/man/1/audio index 7e394b007..5bbe072a5 100644 --- a/sys/man/1/audio +++ b/sys/man/1/audio @@ -8,8 +8,16 @@ mp3dec, mp3enc, oggdec, oggenc, flacdec, sundec, wavdec, pcmconv, mixfs \- decod ] .br .B audio/oggdec +[ +.B -s +.I seconds +] .br .B audio/flacdec +[ +.B -s +.I seconds +] .br .B audio/wavdec .br @@ -82,6 +90,12 @@ and are like .I mp3dec but decode OGG Vorbis, FLAC lossless audio, Sun audio and RIFF wave. +.SS Decoding options +.TF "\fB-s seconds \fP" +.TP +.BI -s " seconds" +seek to a specific position in seconds before decoding. +.SS .PP The encoders read PCM on standard input and produce compressed audio on standard output. @@ -106,7 +120,7 @@ accepts raw PCM in the same byte order as t .I mp3enc -r expects big-endian. -.SS Options +.SS Encoding options .TF "\fB-b \fP" .TP .B -b |