Hello, first I please to excuse my bad english and the (maybe very silly) question if it has been asked before - I am quite new with Ogg and an absolute newbie on this mailing list, but I did not find anything appropriate in the list archive. The question is quite simple: How can I append an Ogg file to an other ? Althought I must admit that I didnt try it, I believe that just a 'cat part-2.ogg >> part-1.ogg' won't do it, because then I whould have the user-tags twice, and different stream-serial-numbers in one stream ? I think technically, this should be possible - does there exist a tool to do this (like vcut for cutting an Ogg into 2 pieces) ? Thanks... Dominic -- end ______________________________________________________________________________ UNICEF bittet um Spenden fur die Kinder im Irak! Hier online an UNICEF spenden: https://spenden.web.de/unicef/special/?mc=021101 --- >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 24 April 2003 17:26, Dominic Mueller wrote:> Hello, > > first I please to excuse my bad english and the (maybe very silly) question > if it has been asked before - I am quite new with Ogg and an absolute > newbie on this mailing list, but I did not find anything appropriate in the > list archive. > > The question is quite simple: How can I append an Ogg file to an other ? > > Althought I must admit that I didnt try it, I believe that just a > 'cat part-2.ogg >> part-1.ogg' won't do it, because then I whould have the > user-tags twice, and different stream-serial-numbers in one stream ? > I think technically, this should be possible - does there exist a tool to > do this (like vcut for cutting an Ogg into 2 pieces) ? >As long as the serial numbers _are_ different, this will work. It's part of the spec. Mike --- >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.
Actually, the command you posted will work. I believe the result technically is two Vorbis files in a single Ogg stream, which is perfectly legal as per the specification. "cat part-2.ogg >> part-1.ogg" is in fact the correct command for doing this. Lorenzo Avoid the Gates of Hell. Use Linux -- unknown source Dominic Mueller staggered into view and mumbled:> Hello, > > first I please to excuse my bad english and the (maybe very silly) question if it has been > asked before - I am quite new with Ogg and an absolute newbie on this mailing list, > but I did not find anything appropriate in the list archive. > > The question is quite simple: How can I append an Ogg file to an other ? > > Althought I must admit that I didnt try it, I believe that just a > 'cat part-2.ogg >> part-1.ogg' won't do it, because then I whould have the user-tags > twice, and different stream-serial-numbers in one stream ? > I think technically, this should be possible - does there exist a tool to do this (like vcut > for cutting an Ogg into 2 pieces) ? > > Thanks... > > Dominic > > -- > end > > ______________________________________________________________________________ > UNICEF bittet um Spenden fur die Kinder im Irak! Hier online an > UNICEF spenden: https://spenden.web.de/unicef/special/?mc=021101 > > --- >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. >--- >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.