This works:
oggenc -b 192 -a "Astral Projection" -l "In the Mix - CD1
(Sundown)" \
-t "Another World" -o
"01-another_world-(floorplay_remix).ogg" \
-c "TRACKNUMBER=01" -c "TRACKCOMMENT=Floorplay_remix" \
01-another_world-(floorplay_remix).wav
But this doesn't:
oggenc -b 192 -a "Astral Projection" -l "In the Mix - CD1
(Sundown)" \
-t "Another World" -o
"01-another_world-(floorplay_remix).ogg" \
-c "TRACKNUMBER=01" -c "TRACKCOMMENT=Floorplay remix" \
01-another_world-(floorplay_remix).wav
I can't use blanks in custom track comments (-c "TRACKCOMMENT=Floorplay
remix").
--
Ørnulf Nielsen
--- >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-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is
needed.
Unsubscribe messages sent to the list will be ignored/filtered.
On Tue, 9 Jan 2001, [iso-8859-1] Ørnulf Nielsen wrote:> This works: > oggenc -b 192 -a "Astral Projection" -l "In the Mix - CD1 (Sundown)" \ > -t "Another World" -o "01-another_world-(floorplay_remix).ogg" \ > -c "TRACKNUMBER=01" -c "TRACKCOMMENT=Floorplay_remix" \ > 01-another_world-(floorplay_remix).wav > > But this doesn't: > oggenc -b 192 -a "Astral Projection" -l "In the Mix - CD1 (Sundown)" \ > -t "Another World" -o "01-another_world-(floorplay_remix).ogg" \ > -c "TRACKNUMBER=01" -c "TRACKCOMMENT=Floorplay remix" \ > 01-another_world-(floorplay_remix).wav > > > I can't use blanks in custom track comments (-c "TRACKCOMMENT=Floorplay > remix").What do you mean by "can't use"? Does the encoder segfault? I tried to reproduce your problem, but I haven't been able to cause anything strange to occur in my build. [Other than observing that ogg123 segfaults on the completion of every playback. But that doesn't seem to be unique to your problem.] --- Stan Seibert --- >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-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Tue, 9 Jan 2001, [iso-8859-1] Ørnulf Nielsen wrote:> I can't use blanks in custom track comments (-c "TRACKCOMMENT=Floorplay > remix").BTW, you should be using the VERSION comment tag for this field, rather than inventing your own. See http://snow.ashlu.bc.ca/ogg/v-comment.html for the list of canonical options. Your metadata watchdog, =) -ralph --- >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-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.