similar to: [Fwd: Better ogg cutting tool]

Displaying 20 results from an estimated 2000 matches similar to: "[Fwd: Better ogg cutting tool]"

2007 Dec 09
1
solution to oggsplt / vcut crashing
Dear vorbis-dev I tried to split an ogg file which was downloaded as a part of a stream with mplayer -dumpstream -dumpfile file.ogg http://..../stream.ogg. The metadata or headers or what it is is then of course in error. (I hate this problem.) Both vcut (I'd post version if vcut supported a --version or -V option) and oggsplt (= mp3splt (same about version)) (according to this page, they
2003 May 14
2
: cutting ogg vorbis file into parts, again
hello, everybody! i record radio programmes through 'hard disk ogg 220'. as someone here has adviced me to do ;] it's brilliant. but after recording, i would like to cut off some material, to prepare an advertisement free version of the file. i use musicutter 071 to do this. but it gives me the following error when i'm trying to cut my file: 'Process time:
2005 Jan 02
3
Recursively vcutting
Hi, I've got alot of long 1-2hr files which I'd like to split up into 5-10 minute chunks. ?I think this should be possible using a small shell script and vcut, but my scripting abilities are lacking. ?Does anyone know of the existence of a script which would do this, or know how I'd go about making one? So say I had a 60 min file (60mins.ogg) I'd like to issue a command
2001 Aug 20
1
Still more // comments
This time in vcut: vorbis-tools/vcut/vcut.h:23 and 24. No, I'm not spending quality time with grep; I'm trying to compile vorbis with the native Sun Forte compilers. Much badness, of which these // issues are only part. :-( More details to follow... Patch/inc/lazy. {+} Jeff Squyres {+} squyres@cse.nd.edu {+} Perpetual Obsessive Notre Dame Student Craving Utter Madness {+} "I
2003 Aug 27
2
vcut breaks song index ? XMMS search fails
Hello I have experienced some problems with vcut (media-sound/vorbis-tools-1.0-r1 package from Gentoo/Linux). I have a long live record I have encoded in OGG (maybe it would have been easier to cut the WAV file and encode the parts, but still). The file was encoded with oggenc from the same package as vcut. I have therefore tried to use vcut to split the long OGG file in several smaller files.
2002 Jul 28
2
[fwd] CVS: ogg123 rocks! vcut no so much so... (from: wayfarer42@postmaster.co.uk)
Some detailed feedback that looks useful. ----- Forwarded message from Michael Semon <wayfarer42@postmaster.co.uk> ----- Delivery-Date: Tue Jul 16 05:29:37 2002 X-Mailer: MIME-tools 5.41 (Entity 5.404) From: "Michael Semon" <wayfarer42@postmaster.co.uk> Subject: CVS: ogg123 rocks! vcut no so much so... To: feedback@vorbis.com Hi! Being impatient for RC4, I downloaded
2005 Sep 27
2
Stream "Saving" and Excerpting...
I'm working with a streaming Ogg Vorbis system where I'm taking the stream output (from a darkice server) and saving it to hour-long files, then reassembling excerpts from these files (sometimes spanning two or three) into a single file for playback. I've got two problems (well, related to this, but anyway). 1) The "chunk" files I'm saving into have mangled headers. 2)
2002 Aug 09
2
how to calculate frame # for vcut?
Hi, I have a question regarding vcut. In the man page, it says: DESCRIPTION vcut reads an Ogg Vorbis audio file and splits it at the given cutpoint, which is a sample number. <p>What I want to do, is to cut an Ogg Vorbis file at a given time. Say, I have an Ogg Vorbis file, which is 1 hour long, and I want to cut it into two half hour parts. With a fixed bitrate
2005 Jan 19
5
Vorbis Players for Windows
Hi, I've recently put a few of my tracks online (http://livenraw.npfdd.ch/ for those interested; it's a solo-rock-performance by me) and of course I've used Vorbis for this. Now I had several reports on the topic "How do I play these ogg-things on Windows?". I've linked to http://www.vorbis.com/ but apparently this is not easy enough. One of my friends even told me he
2009 Jun 05
3
cutting (audio) stream stored in ogg (vorbis encoded)
Hi, I am saving vorbis encoded stream in a ogg file. Which tool I can use to cut the file without any decoding / encoding? Just to delete unvanted begin and end. I am using UNIXes or Windows. Thank you, Jiri -- Jiri Navratil, http://www.navratil.cz, +420 777 224 245
2003 Nov 15
2
some more granulepos questions
I've made a lot of progress on my lossless Vorbis editing project. I have a few more questions about granulepos issues I don't quite understand. granulepos is a property of Ogg pages, yet it is a field in the ogg_packet struct. When reading packets from an Ogg stream, the granulepos is set to -1 for all packets except the last packet in a page. From this I infer that - for encoding,
2008 Sep 28
1
Updated vcut patch
Here's an updated version of my last vcut patch, which adds support for chained streams. The patch is against vorbis-tools 1.3.0b1 and fixes all issues that were identified by TODO and XXX comments in the preliminary patch. It also fixes a false positive for the "bad GP range" error and avoids using stderr for messages that aren't errors or warnings. I believe this version is
2003 Jul 31
3
using vcut on split ogg files
hi, I am recording a continuous 24/7 broadcast using ecasound, oggenc and cronolog. because the broadcast is continuous and to not lose any data, I split up the recorded stream into a file for every 30 minutes using cronolog (http://www.cronolog.org). o the chain looks like the following: ecasound | oggenc | cronolog the problem is the following, because the oggfiles are split, they lack a
2003 Jun 16
1
vorbis-tools: %Ld format specifier
Andrew Williams <andrew.s.williams@adelaide.edu.au> has tipped me off that vorbis-tools uses a format specifier "%Ld" in vcut/vcut.c and ogginfo/ogginfo2.c. This is plain wrong. The L modifier only applies to floating point. The modifier corresponding to "long long" is ll, e.g. "%lld". -- Christian "naddy" Weisgerber
2005 Feb 09
1
Ogg/Vorbis Cutter
I've written an ogg-cutting program (sample accurate for cutting vorbis audio). vcut was the "inspiration" behind it, but vcut (as Michael Smith has said) is limited. Michael recommended i email this list to see if anyone is interested in this. I would just include the code but i'm not sure of the etiquette of that so... craig
2008 Nov 10
2
oggz-validate does not seem to check for correctly framed headers
While testing the new vcut, some of the early results had badly framed headers. I actually didn't notice it at first, because I was testing with oggz-validate, but ogginfo does identify the problem: "WARNING: Vorbis stream X does not have headers correctly framed. Terminal header page contains additional packets or has non-zero granulepos" Conrad (or someone else) may want to
2004 Jan 07
2
How to split an Ogg Vorbis stream?
I looked through the archives and I didn't really seem to find the answer to what my question. I used wget to get an audio stream from a site and now I would like to be able to split up the stream into the individual songs. The site is nice enough to encode the artist and track name in each new song. This info is displayed in Winamp when the song plays. Doing an xxd dump of the file I can
2009 Jun 18
2
Fixing ogg vorbis corruption caused by bad metadata
On 6/18/09, Conrad Parker <conrad at metadecks.org> wrote: > This sounds like it needs a new tool specifically for fixing broken > Ogg files. I see two solutions: 1) the new vcut which I reckon will fix the problem since it has to split and rebuild the audio in a new Ogg 2) an Hex editor, even if just to check what's wrong in the metadata section -Ivo
2002 Feb 24
2
Using vcut
How does one use the vcut from Vorbis-tools package? I tried to enter samples, miliseconds, seconds, h:mm:ss as cut point, but nothing worked (I even tried to enter 1 as cutpoint, but I always got "Cutpoint not within stream." message)... I'm doing this on Windows, if it matters... -- Jernej Simoncic, jernej.simoncic@guest.arnes.si http://www2.arnes.si/~sopjsimo/ ICQ: 26266467
2003 Sep 07
3
thesis project dealing with Vorbis
This is a heads up to let you know of my plans to work on a senior thesis project dealing with editing Vorbis losslessly in Audacity. You can find more information about my plans and what I'm up to here: http://www.reverberate.org/computers/thesis/ "vcut" from vorbis-tools will be an excellent starting point for me. I notice that it's marked "experimental"; why is