Displaying 5 results from an estimated 5 matches for "track02".
Did you mean:
track01
2002 Jan 07
2
>Why not use OggDrop? Going for managed bitrates? Tagging?
...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
> That's a good idea, but it would increase the size of my batch file tremendously, because then I'd have to specify a pageful
> (a pageful in the ogg info viewer, not batch file) of comments for EACH track, and that would be much more maintenance than
> working wit...
2000 Jun 20
0
Test: Lame vs. Ogg/Vorbis -- warning big mail
...0avgdata 0maxresident)k
0inputs+0outputs (13151major+141minor)pagefaults 0swaps
---<Ogg>---<track01.cdda.wav>---
1739.84user 1.72system 29:04.72elapsed 99%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (12786major+291minor)pagefaults 0swaps
---<MP3>---<track02.cdda.wav>---
452.13user 1.74system 7:36.11elapsed 99%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (14295major+142minor)pagefaults 0swaps
---<Ogg>---<track02.cdda.wav>---
1830.50user 1.79system 30:35.76elapsed 99%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outpu...
2000 Jun 20
0
Test: Lame vs. Ogg/Vorbis -- warning big mail
...0avgdata 0maxresident)k
0inputs+0outputs (13151major+141minor)pagefaults 0swaps
---<Ogg>---<track01.cdda.wav>---
1739.84user 1.72system 29:04.72elapsed 99%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (12786major+291minor)pagefaults 0swaps
---<MP3>---<track02.cdda.wav>---
452.13user 1.74system 7:36.11elapsed 99%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (14295major+142minor)pagefaults 0swaps
---<Ogg>---<track02.cdda.wav>---
1830.50user 1.79system 30:35.76elapsed 99%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outpu...
2002 Jan 06
6
Slightly off-topic: question about DOS batch files
Jack, thanks for your quick reply about my Comment question.
This next question is slightly off-topic, but it pertains to encoding a directory of WAV files into Oggs.
Right now I have 14 WAVs that I ripped from a CD... I made a [huge] batch file which specifies the name and track number of each WAV. Unfortunately, I have to have the entire batch file on a single line, since it's a
2000 Aug 14
0
OggEnc manpage
...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 AUTHORS
.TP
Program Author:
.br
Michael Smith <msmith@labyrinth.net.au...