I looked through the archives and I didn't really seem to find the answer to what my question. I used wget to get an audio stream from a site and now I would like to be able to split up the stream into the individual songs. The site is nice enough to encode the artist and track name in each new song. This info is displayed in Winamp when the song plays. Doing an xxd dump of the file I can see track names and ogginfo displays info about multiple streams. So my questions is how do I split up the stream into separate Ogg files? I looked into vcut but I didn't see how to take the info I got from ogginfo and use it into vcut. When I just tried random cutpoint values I kept getting a "segmentation fault" :( Thanks for any info, John --- >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@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 Wednesday, January 07, 2004 8:15 PM John Villalovos wrote: Subject: [vorbis] How to split an Ogg Vorbis stream? <p>> I looked through the archives and I didn't really seem to find the answer> to what my question. > > I used wget to get an audio stream from a site and now I would like to be > able to split up the stream into the individual songs. The site is nice > enough to encode the artist and track name in each new song. This info is > displayed in Winamp when the song plays. Doing an xxd dump of the file I > can see track names and ogginfo displays info about multiple streams. > > So my questions is how do I split up the stream into separate Ogg files? > > I looked into vcut but I didn't see how to take the info I got from > ogginfo and use it into vcut. When I just tried random cutpoint values I > kept getting a "segmentation fault" :( > > Thanks for any info, > JohnVisit http://rarewares.hydrogenaudio.org/ogg.html and download oggsplit. <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@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 Thursday 08 January 2004 09:15, John Villalovos wrote:> I looked through the archives and I didn't really seem to find the answer > to what my question. > > I used wget to get an audio stream from a site and now I would like to be > able to split up the stream into the individual songs. The site is nice > enough to encode the artist and track name in each new song. This info is > displayed in Winamp when the song plays. Doing an xxd dump of the file I > can see track names and ogginfo displays info about multiple streams.Ah... Now that I know that there's at least one other person in the world who does this sort of thing, it's time to update my xmms vorbis plugin fork with the patch that treats distinct logical streams as separate playlist entires... John --- >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@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Seemingly Similar Threads
- [fwd] CVS: ogg123 rocks! vcut no so much so... (from: wayfarer42@postmaster.co.uk)
- oggz-validate does not seem to check for correctly framed headers
- vorbis-tools: %Ld format specifier
- PATCH] fix oggz-comment writing bad data into streams
- ogginfo writes errors to stdout