Combining multiple ogg sound into one |
![]() ![]() |
Combining multiple ogg sound into one |
Jan 11 2008, 08:22
Post
#1
|
|
|
Group: Members Posts: 4 Joined: 11-January 08 Member No.: 50372 |
Hi,
I have multiple ogg sounds that I want to combine into one gapless sound in Ogg or MP3. Does anyone know of how to do this or a library that I can call from VB do do this ? The Ogg files might be of different quality.... David |
|
|
|
Jan 11 2008, 10:11
Post
#2
|
|
![]() xcLame and OggDropXPd Developer Group: Developer Posts: 3708 Joined: 30-September 01 From: Bracknell, UK Member No.: 111 |
If you mean string a number of ogg files into one file, you can simply concatenate them and any self-respecting player will play the chained file. If that's not what you mean, perhaps you could enlarge on your explanation.
-------------------- John
---------------------------------------------------------------- My compiles and utilities are at http://www.rarewares.org/ |
|
|
|
Jan 11 2008, 23:55
Post
#3
|
|
|
Group: Members Posts: 4 Joined: 11-January 08 Member No.: 50372 |
That's exactly what I mean.
But these self-respecting players are a minority. Windows Media Player does not support this, and MANY converters does not convert both sounds to for example MP3 or WAV. They just take the first sound. Do you know of a activeX/dll sound converter that will do this correctly ? Because we need to convert to MP3 from VB.... David If you mean string a number of ogg files into one file, you can simply concatenate them and any self-respecting player will play the chained file. If that's not what you mean, perhaps you could enlarge on your explanation.
|
|
|
|
Nov 18 2010, 00:12
Post
#4
|
|
|
Group: Members Posts: 1 Joined: 18-November 10 Member No.: 85797 |
it's simple!
... under linux type CODE cat title_1.ogg title_2.ogg > title_merged.ogg
|
|
|
|
Nov 18 2010, 02:19
Post
#5
|
|
![]() Group: Members Posts: 299 Joined: 6-February 08 From: San Diego, CA Member No.: 51066 |
|
|
|
|
Nov 25 2010, 16:02
Post
#6
|
|
|
Group: Members Posts: 339 Joined: 24-November 08 Member No.: 63072 |
This is what I'd welcome too !!
Like encoding in foobar to multi-track file. catenating the individual files into one doesnot create the subsong indexes which I require. Ofcurse theres' possibility to reencode by foobar with appropriate conversion profile but converting Ogg->Ogg is pretty ugly. `m sure this is technically no prob, just to know the tool which concats seamlessly all streams into one and creates appropriate subsong indexes.. |
|
|
|
Nov 25 2010, 21:53
Post
#7
|
|
![]() Group: Members Posts: 195 Joined: 8-October 01 From: Sofia, Bulgaria Member No.: 250 |
...just to know the tool which concats seamlessly all streams into one and creates appropriate subsong indexes.. What do you need is chapters. However, I've never seen an ogg vorbis file with chapters, although they are mentioned in specifications, I believe. That's why all of my audio collections ogg and (mostly) musepack, which natively supports chapters and thus is more suitable for concept or live albums (with many joined tracks). In your case, since you have to stay with ogg, you can generate cuesheets and either embed them into the file tags or use them as external files, depending of the player capabilities to deal with cuesheets. I don't know of any tool that can do this automatically, but maybe some relatively simple script could do the job. This post has been edited by Antonski: Nov 25 2010, 21:55 |
|
|
|
Nov 26 2010, 10:55
Post
#8
|
|
|
Group: Members Posts: 339 Joined: 24-November 08 Member No.: 63072 |
I think theres a tool called CUEtools, which maybe could do the job but firstly it had to support Vorbis what I doubt.
Once the continuous cuesheet have been made it can be embedded via foobar so that subsong indexes (or chapters if you want) are automatically created. |
|
|
|
Nov 26 2010, 11:15
Post
#9
|
|
|
Group: Members Posts: 36 Joined: 25-January 09 Member No.: 65946 |
Ermm, I think that cuesheets and chapters are a (slightly) bit different staff...
|
|
|
|
Nov 26 2010, 12:06
Post
#10
|
|
|
Group: Members Posts: 339 Joined: 24-November 08 Member No.: 63072 |
|
|
|
|
Nov 26 2010, 14:49
Post
#11
|
|
|
Group: Members Posts: 36 Joined: 25-January 09 Member No.: 65946 |
Do you have some useful document describing ogg chapters? Or a sample file?
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 26th May 2013 - 06:46 |