similar to: CVS, etc...

Displaying 20 results from an estimated 50000 matches similar to: "CVS, etc..."

2001 Mar 01
5
CVS, etc...
This is the first time I have gotten to the point of wanting to submit code to (what I would consider) a major project. Specifically, I have made a small change to oggenc/audio.c. I will explain the change if necessary, but that us not the purpose of this post. Primarily, I want to know how to submit changes? Mail it to someone? Via CVS commit? If CVS, how do I get access? Also, I
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
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
2001 Oct 11
2
cvs of libvorbisenc is broken.
oggenc is not responding to the -b <kbitrate> option. No matter what i set it to, libvorbisenc seems to encode the audio file at the same exact bitrate each time and it is very filesize biased. It's basically ignoring it even though the output of oggenc as it's encoding specifically states the kbit rate i told it to encode at (on average). --- >8 ---- List archives:
2003 Jan 29
4
streaming FAQ
You know, we really need a streaming FAQ. There seem to be LOTS of undocumented command-line switches for oggenc that help in limiting bitrates that folks don't know about. The recent thread with Derek at CD Baby brought out a lot of good info that I didn't know, and I consider myself fairly plugged-in. It would be helpful to have something like: Q: How do I limit the bitrate to
2003 Jan 29
4
streaming FAQ
You know, we really need a streaming FAQ. There seem to be LOTS of undocumented command-line switches for oggenc that help in limiting bitrates that folks don't know about. The recent thread with Derek at CD Baby brought out a lot of good info that I didn't know, and I consider myself fairly plugged-in. It would be helpful to have something like: Q: How do I limit the bitrate to
2001 Mar 19
4
Oggenc & stdin
I haven't seen this in the options, and have been unsuccessful in trying it... Is there any way to set oggenc to accept data (file) input from stdin? basically do a raw PCM stream from CDParanoia -> oggenc without an intermediary file. Thanks! --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send
2007 Jun 19
1
m3u list - encode/decode?
I'm now trying to use an m3u formatted list to pass to ezstream rather than stdin. Since all of my audio files are in .wav format, and I have oggenc, I see no reason to decode them before ogg encoding them. Is there a configuration I can use to make this happen? I tried omitting the decode parameter and ezstream complained. Here is what I have now: <ezstream>
2000 Sep 03
2
cvs changes
I'm trying to clean up CVS, getting everything where it should be, because pretty soon we're going to have to build SDK's and whatnot, and I want that to be easy. We're basically going to have 3 libraries: 1) libogg 2) libvorbis 3) libvorbisfile I have separated libogg out from the rest of the code, cleaned it up, got it doing 'make dist' and rpms and imported this into
2005 Nov 28
1
Big issue regarding channel order mapping in 5.1 has been reported
I know there's a bug tracker, and that is exactly the reason why I am posting this on the dev list. There has been a report from one of the foobar developers regarding oggenc on the HA forums, but he later posted it at the bug tracker as well. Three weeks have passed and no one seems to have noticed it was there. ~*~ URL: http://trac.xiph.org/cgi-bin/trac.cgi/ticket/736 Subject:
2003 Oct 16
5
Joining .WAV files with ogg-vorbis
By the way, I was delighted to find out that I could join .ogg files with cat, i.e. cat {file1.ogg} file2.ogg > outputfile.ogg <p>I successfully used this capability, together with oggenc and sox, to join two .WAV files in the following manner: <p>oggenc -q9 file1.wav ... oggenc -q9 file2.wav --- cat file1.ogg file2.ogg > outfile.ogg ox outfile.ogg outfile.wav I get
2001 Dec 20
1
CVS Broken Again?
Hi All, Is the CVS source broken again? My attempts to compile indicate a missing file in vorbis/lib, bitbuffer.c (and its h file). Copying in an old downloaded copy produces the following from MSCV 7 (attempting to build OggEnc, having built SDK/all - apparently not without error :-).. encode.obj : error LNK2019: unresolved external symbol _vorbis_bitrate_flushpacket referenced in function
2000 Nov 12
1
This is not going well...
The CVS tree seems so broken apart, the <> includes don't work out of the box. ie <ogg/ogg.h>. They are broken, how do I resolve this? I know the structure is there for a reason, but I don't know how to work with it and make the code compile... To top it all off... I am at a loss as to which sub dirs contain the source for the libs that I need to put together before I
2001 Dec 09
8
Different average bitrates on different machines
I am using OggEnc v0.8 (libvorbis rc2) (win32 cli) I have access to two machines Pentium 3 450mhz, 192mb, Windows 2000 (SP2) Athlon 1400mhz, 256mb, Windows 2000 (SP2) When I encode the same wave file on each machine at the same nominal bitrate (96kbps), I get output files with different average bitrates. 107kbps on the Athlon, as opposed to 84kbps on the Pentium 3. Anyone
2001 Dec 09
8
Different average bitrates on different machines
I am using OggEnc v0.8 (libvorbis rc2) (win32 cli) I have access to two machines Pentium 3 450mhz, 192mb, Windows 2000 (SP2) Athlon 1400mhz, 256mb, Windows 2000 (SP2) When I encode the same wave file on each machine at the same nominal bitrate (96kbps), I get output files with different average bitrates. 107kbps on the Athlon, as opposed to 84kbps on the Pentium 3. Anyone
2006 Jan 27
1
possible bug using -q -m -M combination?
Hello, I've used oggenc with these options before: $ oggenc -q3.0 -m 96 -M 225 somemusic.wav But it's now encoding everything at 1.0kbps. The compression is *awesome* but the found quality is somewhat lacking. Has something changed recently, or am on crack (again)? Cheers, Geoff Ps. I put the above example in the ifp-driver mailing list FAQ.. but now I don't look so smart..
2004 Mar 24
3
oggenc in vorbistools 1.0.1
Hello, Iam trying to compile oggenc to create oggenc.exe but i have 6 errors in the compilation. I have done like this: 1)I create a project in visual C++ 6.0(win 32 console) 2)i include the C files ans h file in source and header files the errors are: f:\stage_2004_xtase\guillaume_roget\ogg_vorbis\ogg_tools\vorbis-tools-1.0.1\oggenc\encode.h(5) : fatal error C1083: Cannot open include file:
2000 Nov 12
1
compiling oggenc
Hello all, I am trying to compile oggenc from the "vorbis nightly cvs" archive... and I've been hacking something together for about 3 hours now... and i'm getting the feeling that it should not be this hard... what is the correct way to use the CVS tree and VC++ Pro 5.0? -=csmafia _________________________________________________________________________ Get Your Private,
2002 Jan 01
3
problem building vorbis-tools-1.0rc3
I download all the tarballs for rc3. I compiled and installed all the libraries successfully, but I wan't able to compile the vorbis tools (1.0rc3) package succesfully. I can run configure successfully, but when I run make it dies with this make[2]: Entering directory `/usr/local/src/vorbis-tools-1.0rc3/oggenc' /bin/sh ../libtool --mode=link gcc -O20 -ffast-math -fsigned-char -o
2001 Dec 26
3
Easiest CD --> Vorbis
What's the easiest single step command to use cdparanoia & oggenc to convert a CD straight into oggs without sucking a ton of disk space for WAVs in the meantime? Is it possible to do it so that the WAV rip resides in memory and only the ogg gets written to disk? Thanks, -- Casey Allen Shobe cshobe@softhome.net --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg