How to extract chain ogg file |
![]() ![]() |
How to extract chain ogg file |
Oct 8 2003, 16:15
Post
#1
|
|
|
Group: Members Posts: 23 Joined: 26-August 03 Member No.: 8543 |
I want to extract chain ogg file.
Please tell me how can I extract chain ogg file to each song. I've tried oggcut.ext,But I need cut by manually and it isn't work good. |
|
|
|
Oct 8 2003, 17:05
Post
#2
|
|
![]() Group: Members Posts: 53 Joined: 6-May 03 Member No.: 6439 |
Hey, that's a good question! I'm believe there is no tool for directly cutting ogg into small oggs. I mean, there is no tool, that would search for specified silence gaps and automatically cut in that place. But does anyone know of such tool for wavs? There must be. Standalone or like DX plugin, so you could just input the whole album and it would cut it to songs.
|
|
|
|
Oct 8 2003, 17:41
Post
#3
|
|
![]() xcLame and OggDropXPd Developer Group: Developer Posts: 3713 Joined: 30-September 01 From: Bracknell, UK Member No.: 111 |
The oggdec and oggdropXPd at Rarewares will both decode a chained ogg file to separate wave files, but they don't split the chain into separate ogg files.
-------------------- John
---------------------------------------------------------------- My compiles and utilities are at http://www.rarewares.org/ |
|
|
|
Oct 10 2003, 05:01
Post
#4
|
|
|
Group: Members Posts: 23 Joined: 26-August 03 Member No.: 8543 |
Thanks.
It is necessary to decode to wav in order to extract ogg chainfile into each track. So It is better archive zip file then play by foobar. This post has been edited by siorin: Oct 10 2003, 05:10 |
|
|
|
Oct 10 2003, 14:34
Post
#5
|
|
|
Group: Members Posts: 92 Joined: 17-October 01 Member No.: 310 |
QUOTE (siorin @ Oct 8 2003, 10:15 AM) I want to extract chain ogg file. Please tell me how can I extract chain ogg file to each song. Check out http://www.xiph.org/archives/vorbis-dev/20...00308/0004.html, but you might need to compile it yourself. Unless the awesome people that run RareWares are watching, that is. |
|
|
|
Oct 10 2003, 17:06
Post
#6
|
|
![]() xcLame and OggDropXPd Developer Group: Developer Posts: 3713 Joined: 30-September 01 From: Bracknell, UK Member No.: 111 |
QUOTE (Peter Harris @ Oct 10 2003, 01:34 PM) QUOTE (siorin @ Oct 8 2003, 10:15 AM) I want to extract chain ogg file. Please tell me how can I extract chain ogg file to each song. Check out http://www.xiph.org/archives/vorbis-dev/20...00308/0004.html, but you might need to compile it yourself. Unless the awesome people that run RareWares are watching, that is. Well, I downloaded and finally managed to get a clean MSVC compile. However, there is some sort of problem in that if I create a chained file using the usual:- copy /b a.ogg+b.ogg c.ogg, for example and then run c.ogg against oggsplit, I simply get an error message. But if I run the file through oggdropXPd and decode to wav, I get the expected result. Any ideas? Have you tried it yourself? -------------------- John
---------------------------------------------------------------- My compiles and utilities are at http://www.rarewares.org/ |
|
|
|
Oct 10 2003, 17:53
Post
#7
|
|
![]() Group: Developer Posts: 1679 Joined: 23-December 01 From: Germany Member No.: 731 |
Have you tried the more recent OggSplit 0.1.0?
|
|
|
|
Oct 10 2003, 18:37
Post
#8
|
|
![]() xcLame and OggDropXPd Developer Group: Developer Posts: 3713 Joined: 30-September 01 From: Bracknell, UK Member No.: 111 |
QUOTE (dev0 @ Oct 10 2003, 04:53 PM) Have you tried the more recent OggSplit 0.1.0? Yes, I have! -------------------- John
---------------------------------------------------------------- My compiles and utilities are at http://www.rarewares.org/ |
|
|
|
Oct 11 2003, 01:29
Post
#9
|
|
|
Group: Members Posts: 92 Joined: 17-October 01 Member No.: 310 |
QUOTE (john33 @ Oct 10 2003, 11:06 AM) Any ideas? Have you tried it yourself? No, I haven't tried it myself. Maybe it's time to download MinGW so I can look at these things when I'm at home, too... The first thing that comes to mind is that fopen() needs "rb" and "wb" on DOS successors, rather than simply "r" and "w". Hmmm. I'll go install MinGW now, and see if I can make any headway. |
|
|
|
Oct 11 2003, 02:06
Post
#10
|
|
|
Group: Members Posts: 92 Joined: 17-October 01 Member No.: 310 |
QUOTE (Peter Harris @ Oct 10 2003, 07:29 PM) The first thing that comes to mind is that fopen() needs "rb" and "wb" on DOS successors, rather than simply "r" and "w". Yeah, that seems to be it. At least, OggSplit 0.1.0 with the extra patch from later on in the thread, changing "r" to "rb" and "w" to "wb", compiled with MinGW, and run with the -c flag, successfully split the one test file I just created with copy /b. Confirmed identical to the original files with diff. |
|
|
|
Oct 11 2003, 11:40
Post
#11
|
|
![]() xcLame and OggDropXPd Developer Group: Developer Posts: 3713 Joined: 30-September 01 From: Bracknell, UK Member No.: 111 |
QUOTE (Peter Harris @ Oct 11 2003, 01:06 AM) QUOTE (Peter Harris @ Oct 10 2003, 07:29 PM) The first thing that comes to mind is that fopen() needs "rb" and "wb" on DOS successors, rather than simply "r" and "w". Yeah, that seems to be it. At least, OggSplit 0.1.0 with the extra patch from later on in the thread, changing "r" to "rb" and "w" to "wb", compiled with MinGW, and run with the -c flag, successfully split the one test file I just created with copy /b. Confirmed identical to the original files with diff. Doh!!! Edit: Available now. This post has been edited by john33: Oct 11 2003, 11:49 -------------------- John
---------------------------------------------------------------- My compiles and utilities are at http://www.rarewares.org/ |
|
|
|
Oct 11 2003, 12:50
Post
#12
|
|
![]() Group: Members Posts: 650 Joined: 28-July 02 From: B'ham UK Member No.: 2828 |
Thanks John & Peter
I have a 140mb chained ogg with 50 streams inside.. when I actually have enough room (140mb free) to split it into individual files I'll give this tool a bash -------------------- < w o g o n e . c o m / l o l >
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 19th June 2013 - 13:19 |