similar to: : cutting ogg vorbis file into parts, again

Displaying 20 results from an estimated 400 matches similar to: ": cutting ogg vorbis file into parts, again"

2003 Feb 05
2
Any encoding speedups ?
Hi! I think some more speed at encoding would be very welcome. So, is there any work on faster vrobis encoders ? For x86 ( windows, linux ) platform ? Currently I use OggDrop , which uses ogg library 1.0final, on Pentium III 866 MHz and Athlon 900 MHz. -- David Balazic -------------- "Be excellent to each other." - Bill S. Preston, Esq., & "Ted" Theodore Logan - - - -
2003 Aug 06
2
Re: continuing offtopic discussions
hello, please excuse my miserable english, and the anoying content of this mail for most list readers ome time ago i started to wonder if i had been subscribed not to the list i wanted to, because i received lots of mails about filenames and their extentions, and i do not bother about that at all. (well, of course i do unterstand that some peoples do bother about, but i'm almost sure there
2003 Jan 09
1
more information about the forthcoming Diva player
I received another response from these people. Again, the information sounds encouraging. :) -- Mark Nipper e-contacts: Computing and Information Services nipsy@tamu.edu Texas A&M University http://arrakis.tamu.edu/nipsy/ College Station, TX 77843-3142 AIM: texasnipsy ICQ: 66971617
2002 Dec 10
4
most pointless mentioning/advertising of a format in a film i've ever seen
In the recent muppets christmas film, god (played by whoopi goldberg- or howevr u spell her name), mentioned converting her entire album collection (every album ever recorded. ever) to mp3 files. Now that is the most pointless use of advertising the inferior mp3 format i've ever seen. Now that we've started covering the use of vorbis in games, anyone spotted any reference (no matter how
2003 Mar 31
5
Rhubarber (advanced peeler)
Hi all, [For the uninitiated: a "peeler" is a program that transforms a Vorbis stream into a smaller, (somewhat) lower quality Vorbis stream, and does so quickly, by just throwing out some data.] After having prototyped several peelers that aim to peel to a certain filesize, or to a certain quality, with mixed success, I've now taken a different route: a peeler that aims for the
2003 Mar 31
5
Rhubarber (advanced peeler)
Hi all, [For the uninitiated: a "peeler" is a program that transforms a Vorbis stream into a smaller, (somewhat) lower quality Vorbis stream, and does so quickly, by just throwing out some data.] After having prototyped several peelers that aim to peel to a certain filesize, or to a certain quality, with mixed success, I've now taken a different route: a peeler that aims for the
2003 Jul 01
4
beta firmware for Neuros available
For the two or three of you who are subscribed to the mailing list that *haven't* heard already... from the blurb on Slashdot: "Xiph.org has made a beta release of firmware with Ogg Vorbis support for the Neuros portable music player. You can grab the firmware from the Neurosetta site. Note that this beta release only plays Vorbis files, and may skip on very high quality files, like
2002 Oct 23
0
vorbis plugin for nero?
On Wed, Oct 23, 2002 at 08:51:27PM +0200, figyu wrote: > oops, sorry for that, i haven't realized this would cause what you are > saying. that's why i informed you about this. > i just didn't know the list address, that's why i replied to one of > the mails. now i can't do anything about that, can i? vorbis@xiph.org :) no, except i replied to you in personal and you
2002 Dec 04
2
docs question
hello, i have a question about the documentation: oggenc --help says: -b, --bitrate Choose a nominal bitrate to encode at. Attempt to encode at a bitrate averaging this. Takes an argument in kbps. This uses the bitrate management engine, and is not recommended for most users. See -q, --quality for a
2004 Mar 23
2
Tool for cutting Ogg Vorbis files
Anybody know of a tool for cutting/trimming Ogg Vorbis files? I'm thinking of a tool similar to (the excellent) mp3DirectCut "http://www.rz.uni-frankfurt.de/~pesch/#mp3dc" tool, only for Vorbis. I've tried musiCutter, but it's to difficult/time-consuming to use. BTW, the mp3DirectCut author says this in his FAQ: Can you add Ogg Vorbis support? I would,
2005 Feb 13
1
[Fwd: Better ogg cutting tool]
Hi List, here's a forwarded message from Craig Duncan, who wrote a replacement for vcut. As he is not on the list and I kinda participated in the discussion about vcut, he sent the mail to me. I'm sorry it took me so long to forward it, I was in vacation. :) I've attached the source. @Craig: How about putting up a small page with your program? I can put it on my page if you don't
2017 Nov 15
0
vcut(1) and its manpage
Below is a diff to vcut.c and its vcut.1 manpage, which - rewrites the manpage in the mdoc(7) markup as offered in my previous message, and while there: - drops the [] around cutpoint as it is _not_ optional - adds the [] around [+] as it _is_ optional - drops the argument name difference between "cutpoint" and "cuttime" - adds the usage sentence about "." output
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
2002 Aug 14
0
automake 1.6 compatability patch
This patch cleans up the vorbis-tools Makefile.am files so they work with both automake 1.4 and 1.6. Some changes to configure.in were also needed in order to get things to work (and to fix some ac 2.50 issues). Please remove config.h from cvs as it is a generated file and empty anyway. automake 1.6 isn't really incompatable with 1.4, it's just more picky about you sticking to the rules:
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 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.
2008 Aug 29
0
Preliminary vcut patch for chained streams
Hi all, The attached patch for vorbis-tools 1.2.0 fixes vcut so it can handle multiple chained Vorbis streams in the input file. This restructures large parts of the program to avoid duplicating code (e.g., process_first_stream and process_second_stream were very similar). The error handling is still incomplete, but I'd appreciate hearing any comments people have on this version. I think
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
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
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