Hi, Maybe this question is very trivial, but how do I cut a vorbis file into pieces? For example, I have a two hour recording in vorbis, and I want to cut it into 4 pieces, a half hour of sound each. Thanks, <p>Akos <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.
Akos Maroy wrote:> Maybe this question is very trivial, but how do I cut a vorbis file into > pieces? For example, I have a two hour recording in vorbis, and I want > to cut it into 4 pieces, a half hour of sound each.vcut is the tool of choice here. I don't know whether there are binaries for win32, but at least the source tar.gz comes with it and it'll be compiled by default. <p>Moritz --- >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.
At 11:32 AM 3/26/02 +0100, you wrote:>Hi, > >Maybe this question is very trivial, but how do I cut a vorbis file into >pieces? For example, I have a two hour recording in vorbis, and I want >to cut it into 4 pieces, a half hour of sound each.You'll need to write code to do this. vcut sort of does this, but is mostly useful as a proof of concept, it's not really a useful tool by itself. If you're writing GPLed code, you may also find it a useful code example - getting this right is non-trivial, but not too hard now that libvorbis provides more functions - vcut is a bit out of date and doesn't do some things the (relatively) easy way. Michael <p><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.