similar to: oggenc speed and cache size

Displaying 20 results from an estimated 2000 matches similar to: "oggenc speed and cache size"

2002 Jul 28
1
ogg123 crossfade
Does anyone know of any developments to include a crossfade feature to ogg123. I'm building a music server, and I don't want XFree, xmms, or windows and any player. It'll be FreeBSD or Linux, and a command-line player, but I need crossfade(3 second merge). Any projects/ideas on how to include this feature into ogg123? How much will it cost to get it written?
2002 Aug 30
3
command line .ogg streamer
I'm terribly sorry if this is off-topic, but I've scoured the web for hours looking for a working .ogg file streamer. I have thousands of ogg files, and I want to be able to set up a playlist, enabling any computer on the network to listen to the stream. Sure, I did it with icecast and liveice when I was using mp3's but now icecast doesn't come with liveice, (I found the source,
2003 Jan 19
0
Possible bug in ogg123
I'm not sure who's this responsibility lies with, but I suspect something a little funny's going on. If I run ogg123 with arguments being tracknames, it consumes 60% of my processing resources: i.e. find /u1/media -name "*.ogg"| xargs ogg123 -z (with or without shuffling, it uses the same amount) But, if i write a list to a playlist, it uses 8% of resources: find
2007 May 04
0
[LLVMdev] LLVM-GCC Source Updated?
On 5/4/07, Anton Korobeynikov <asl at math.spbu.ru> wrote: > Hello, Bill. > > > Has anyone gotten the latest/greatest sources from the LLVM-GCC open > > source server lately? > No. It's still at rev 319 (as of 29.04). > Yeesh...Okay, I'm working with Jeff C. to get a copy of the TOT out to people. I'm also pinging the rsync wonks here to see if there's
2007 May 04
1
[LLVMdev] LLVM-GCC Source Updated?
The llvm-gcc source can be download from: http://jolt-lang.org/llvm-gcc.tar.bz2 31mb ~7 minute download http://jolt-lang.org/llvm-gcc.tar.gz 40mb ~8.5 minute download Download times assume you are the only person downloading. Please download the bz2 version if possible. I currently have no unexpected failures. Bill wrote: > On 5/4/07, Anton Korobeynikov <asl at
2009 Aug 18
1
Applying Logical statement to DateTime string as factor
R-Help I have a data set which uses a DateTime string as follows : "2009-06-30 18:14:59" While I have been able to convert to DateTime properly time <- strptime(as.character(dat$Time),format='%d %b %Y %T') #Convert to dateTime string I would like to use the time of day "hour" as a *factor* level. I have found that I can convert the date time to a factor time
2007 May 04
2
[LLVMdev] LLVM-GCC Source Updated?
Hello, Bill. > Has anyone gotten the latest/greatest sources from the LLVM-GCC open > source server lately? No. It's still at rev 319 (as of 29.04). -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2001 Dec 02
2
bug report for oggenc in CVS: vorbis-tools/oggenc/encode.c
I was wondering why my CD ripping was producing short files from some tracks. A superficial examination of the code shows this piece of code in vorbis-tools/oggenc/encode.c: Line 120: /* Main encode loop - continue until end of file */ while(!eos) { [...] /* While we can get enough data from the library to analyse, one
2001 Sep 03
2
OggEnc help file
---------- > Van: ORK <korsmo@solungen.hm.no> > Aan: vorbis@xiph.org > Onderwerp: [vorbis] OggEnc help file > Datum: maandag 3 september 2001 18:21 > > Somebody asked how to use OggEnc a while ago. > > OggEnc v0.8 (libvorbis rc2) > (c) 2001 Michael Smith <msmith@labyrinth.net.au) > > Usage: oggenc [options] input.wav [...] LOL! --- >8 ---- List
2015 Jan 26
0
[PATCH] oggenc: do not use stack variable out of its scope of validity
Reported-by: Thomas K?ller Bug: https://bugzilla.redhat.com/1185558 --- oggenc/oggenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oggenc/oggenc.c b/oggenc/oggenc.c index ea105b2..323dedb 100644 --- a/oggenc/oggenc.c +++ b/oggenc/oggenc.c @@ -239,7 +239,7 @@ int main(int argc, char **argv) if(opt.rawmode) { - input_format raw_format = {NULL,
2007 Sep 18
3
oggenc size limit?
Hi, I am trying to encode a 2.1gig .wav file using oggenc with the following error message: andrew@ilium:~/Desktop$ oggenc -q 6 merge.wav -o test.ogg ERROR: Cannot open input file "merge.wav": File too large I have compiled oggenc from source: andrew@ilium:~/Desktop$ oggenc -version OggEnc v1.0.2 I am hoping that this not a limitation of oggenc, rather that I have done something a
2003 Dec 10
1
oggenc of wav file loses one second at end of track.. why?
Hi, I recently noticed that a relativly short wav file loses the last second (truncated perhaps) when I ran it through oggenc. Originally the wav was 25 seconds, the ogg is 24 seconds. This happens at various quality levels, and I saved several copys of the file on a webserver at http://array26.rockefeller.edu/www/ogg/ If anyone wants to confirm my observations. The command lines were:
2008 Sep 07
1
Oggenc: Bug or feature?
Hi, I just came across some behaviour in oggenc that I didn't expect and wondered if this was intentional or not. I was wanting to encode a Cd which has more than one artist, but several tracks per artist. The command I entered took the form of: oggenc -n "%n - %a - %t.ogg" -a artist1 -N 1 -t title1 -N 2 -t title2 -N 3 -t title3 -a artist2 -N 4 -t title4 -N 5 -t title5 -a
2023 Aug 25
0
[EXT] Re: oggenc argument to make the stream not cut in the middle
First of all, keep the replies on the mailing list. Are you subscribed to the mailing list? On Aug 24 09:44:56, nguyenquocthao00 at gmail.com wrote: > The file ogg is the same, I know that. So oggenc must have produced exactly the same audio. So it must be specific to the "live" playing. > And the problem is not from curl, > curl is only an example to replicate my problem.
2003 May 22
1
Oggenc problems in apache or cron
I would like to run oggenc on existing wavs through a perl/cgi script in apache 2.0 in OS Linux mandrake 9.1. I have a problem where the script hangs after about 20sec worth of wav, whether it would be 20sec through a 60 sec song or on the second file of a 10sec-a-file batch. The same problem occurs if i run a cron job to encode any found wav files on my hdd. Running the script in shell encodes
2001 Aug 19
1
C++ style comment in vorbis-tools/oggenc/utf.8
vorbis-tools/oggenc/utf8.c:164 has a //-style comment; it should be /* ... */ so that non-gcc compilers won't barf (e.g., solaris Forte 6.1 cc). Patch included, if you're really lazy. :-) {+} Jeff Squyres {+} squyres@cse.nd.edu {+} Perpetual Obsessive Notre Dame Student Craving Utter Madness {+} "I came to ND for 4 years and ended up staying for a decade" Index: oggenc/utf8.c
2004 Feb 19
1
Compiling oggenc in mingw32...no FLAC support?
After pinpointing a ld switch problem in the ogg/src/Makefile file, I managed to get libogg and libvorbis to compile using mingw32. FLAC compiled flawless so the configure script in vorbis-tools detected FLAC and included support for it in oggenc. And when oggenc was compiling, I noticed it included the FLAC libraries so everything went smoothly. But the oggenc.exe made only recognises wav
2001 Mar 19
2
oggenc on alpha?
Does anybody successfully use oggenc from vorbis-tools-1.0beta4 on an alpha (BSD, Linux, Tru64)? My very first attempts to encode an ogg file promptly made oggenc dump core on me. (FreeBSD/alpha) -- Christian "naddy" Weisgerber naddy@mips.inka.de --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To
2003 Jul 27
1
oggenc questions
Hello everybody! Some questions concerning oggenc: 1 why is it called oggenc? (vorbisenc would make more sense) 2 Is it true, that oggenc uses only some predefined codebooks (depending on -q)? 2.1 Are they just "random" books, or were they "optimized" in any way 2.2 Is it possible, that some codebooks are stored in the header, but are never used (even in long (>3min) files)?
2002 Dec 24
2
FLAC reader for oggenc
I've just posted a patch to oggenc that enables it to read FLAC files (and preserve the comments) at: http://www.ph.utexas.edu/~volsung/patches/ It does not currently work with Ogg FLAC files, and, of course, this has not been rigorously tested. --- Stan Seibert --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from