Displaying 1 result from an estimated 1 matches for "triptych".
Did you mean:
riptech
2000 Aug 14
0
OggEnc manpage
...but with different title tags on each one. The
string given as an argument to -n is used to generate filenames - %a ->
artist, %t - title, %l -> album, %% -> literal %. So this gives filenames
like "The Tea Party - Touch.ogg":
.RS
oggenc -a "The Tea Party" -l "Triptych" -t "Touch" track01.wav -t
"Underground" track02.wav -t "Great Big Lie" track03.wav -n "%a - %t.ogg"
.RE
.PP
Encoding from stdin, to stdout (you can also use the various tagging
options, like -t, -a, -l, etc.):
.RS
oggenc -
.RE
.PP
.SH AUTH...