[vorbis] Slightly off-topic: question about DOS batch files
SyP
syp at dev-labs.com
Sun Jan 6 21:31:08 PST 2002
Hello Philip,
You wrote at 1/7/2002, 6:05 AM:
Philip> Right now I have 14 WAVs that I ripped from a CD... I made a
Philip> [huge] batch file which specifies the name and track number of
Philip> each WAV. Unfortunately, I have to have the entire batch file
Philip> on a single line, since it's a single call to oggenc.exe. This
Philip> single line is 1057 characters long! :-/
It isn't necessary to encode the full CD at once, is it? You could do
well with multiple lines, like:
oggenc -N "01" -q 4 --artist="Dido" --title="Here With Me" --album="No Angel" -d "2001" -n "%%n %%t.ogg" track01.wav
oggenc -N "02" -q 4 --artist="Dido" --title="Hunter" --album="No Angel" -d "2001" -n "%%n %%t.ogg" track02.wav
.
.
etc.
--
Cheers, _____________________________
SyP (_Szabolcs Péter PGP Key ID:
_____________________)ICQ# 69968772 0x098AEC13
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Vorbis
mailing list