could someone recommend me an application that is able to join ogg vorbis files into one? i searched the net in vain so far. thanks indeed, figyu --- >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.
figyu wrote:> could someone recommend me an application that is able to join ogg > vorbis files into one? i searched the net in vain so far.If, by that, you mean concatenating .ogg files, you already got the tools you need. On DOS/Windows (including cmd.exe): copy /b file1.ogg+file2.ogg+...+filen.ogg file1-n.ogg On Unix: cat file1.ogg file2.ogg ... filen.ogg > file1-n.ogg <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.
figyu wrote:> could someone recommend me an application that is able to join ogg > vorbis files into one? i searched the net in vain so far."cat". Or, if you are on windows, "copy /b". Peter Harris --- >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.
Apparently Analagous Threads
- [LLVMdev] inline callsites whose function definitions are in different file?
- [LLVMdev] inline callsites whose function definitions are in different file?
- renaming an object
- [LLVMdev] LLVM CFE bootstrap problem at FreeBSD after last $(Install) changes in Makefile.rules
- [LLVMdev] inline callsites whose function definitions are in different file?