Displaying 20 results from an estimated 10000 matches similar to: "compiling oggenc"
2005 Nov 15
4
Oggenc/oggdec on Mac OS X
Hi,
Has anyone succeeded to build oggenc and oggdec on
Mac OS X with static linking? I can build libogg
and libvorbis and install them as dynamic libraries
(by running ./configure, make and then make install).
Then oggenc and oggdec will load them in runtime
and use them. That works fine.
But I'd like to build these two command line tools
so they're linked with all the libraries they
2003 Sep 14
6
ov_clear(&vorbis) segfaults?
Hello all. I'm new to this list. I'm also new to coding with libvorbis
and things, so please bear with me. :)
I've been having trouble with libvorbisfile.
My use of it is fairly simple, but when I try to ov_clear the vorbis
file, it segfaults.
I can attach or otherwise make availible some demo source code, but for
now I'll just pull out relevant lines:
//BEGIN PSEUDO CODE
2002 Aug 02
1
Problems with ogg/vorbis python bindings.
I compiled and installed pyogg followed by pyvorbis, running:
$ ./config_unix.py
$ python setup.py build
and as root:
# python setup.py install
for pyogg and pyvorbis in turn. This completed without error, however
upon trying to import ogg.vorbis in IDLE I get an import error:
ImportError: libvorbisfile.so.3: cannot open shared object file: No such
file or directory
I was told this may have
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
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
2002 Jul 15
2
Patches and questions for spec files
I'm forwarding this mail, since thomasvs on #vorbis can't seem
to subscribe/send to the list. Please Cc: thomas@apestaart.org
when you answer, or write directly to him.
----- Forwarded message -----
Hi,
I've been asked by Vakor to help out on the packaging of the 1.0 release
(for Red Hat).
(For some reason xiph.org is refusing any mail from our server,
urgent.rug.ac.be, so I
2007 Jul 23
4
libvorbis 1.2.0 release candidate
All,
Monty has made some improvements to the vorbis reference implementation,
and we're ready to do a new release. Please sanity check the release
candidate at
http://people.xiph.org/~giles/2007/libvorbis-1.2.0rc2.tar.bz2
And let us know if there are any problems. The plan is to make an
official release on Wednesday.
Changes since the 1.1.2 release:
* new ov_fopen() convenience
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
2007 Nov 19
1
SIGTRAP in Xcode
I downloaded and built the Ogg and Vorbis projects and added the
frameworks to my project. It just SIGTRAPs before reaching main, in
dylib loading code. I then built libvorbis.a, libvorbisenc.a,
libvorbisfile.a and added them to my project. Still SIGTRAPs. I
built a libogg.a target from scratch in the Ogg project, and added
libogg.a, still SIGTRAPs.
So I have tried everything I know
2002 Jul 24
4
redhat vorbis install
I hope I'm not being an idiot, but I'm attempting to install vorbis-1.0
RPMs on a few redhat machines and failing horribly. I'm in dependency
hell.
For starters, libao-0.8.3-1 requires libasound.so.2 (an alsa library?)
which does not seem to be available in any recent redhat releases.
Then vorbis-tools wants libcurl.so.2, which makes redhat 7.2 machines
choke.
Worst of all is
2002 Jul 19
3
oggenc command not found
Dear Vorbis List,
I have just joined this List. Thankyou to all the developers who have
worked on this project it is wonderful.
I am running SuSE 7.3 and the cdaudio ogg ripping works very well. I am
now in the process of archiving my vinyl in ogg files. According to the
SuSE manual this is done using the oggenc command but I get no such
command to work. I have also tried ./oggenc.
Any
2009 Mar 15
1
vorbisenc creates silent ogg files on ARM EABI
Hi
Sorry, the reason I joined the list is for help finding a bug that
occurs when libvorbisenc is compiled and run on ARM EABI systems
(current Debian, Gentoo, OpenEmbedded etc).
The symptom is that oggenc produces shorter ogg files than it should
(about 1/2 size) that decode to the correct duration but of total
silence.
libvorbis/examples/encoder_example does the same on these systems, but
2003 Jun 11
1
Problems with ov_open
Hey, i'm having trouble getting ov_open to work on my slackware 8.1 system.
The c, and makefile are as follows, and the error produced. I've also
included an ldd of the compiled file. If anyone can be of any help, it
would be greatly appreciated!
--------------------------C FILE-------------------------------
#include <stdio.h>
#include <string.h>
#include
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
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:
2003 Jun 28
2
oggenc and Encoding with VBR
Apologies if this is know. But I've spent most of today Googling for a way
to get this working, and to me, something is wrong here. But it might well
be me. Anyway...
I've been trying to record direct from the soundcard into an ogg file.
I came up with
rawrec -t 10 | oggenc -r -Q -q 5 - > foo.ogg
which partially works. ogg123 will play it, but ogginfo reports
Warning: Hole in
2002 Aug 15
2
dynamicly loading libvorbisenc on Mac OSX
Hi,
I'm trying to load the vorbis libs dynamicly on Mac OS X.
I've got success for libogg, libvorbis and libvorbisfile. But
libvorbisenc drives me crazy.
The function "vorbis_encode_init" seems not to be in there if I am
using "NSLookupSymbolInImage". But
the tools "otool" and "nm" tell me that the function is declared.
Does anyone know, what I
2001 Aug 27
1
oggenc 1.0rc2 dies on alpha
Embarrasing that I didn't notice this earlier. oggenc from 1.0rc2
dies for me on FreeBSD/alpha with SIGFPE. I expect this to come
out of libvorbis.
I've built libao/libogg/libvorbis/vorbis-tools with both gcc and
ccc, no difference.
I'll see whether I can dig up more details.
--
Christian "naddy" Weisgerber naddy@mips.inka.de
--- >8 ----
2005 Oct 27
1
compile oggencoder without gcc
hi,i'm a highschool student.
Right now i'm working on my assignment about
oggencoder in C++.
I've download the oggenc.exe from the web.
The only thing I want to ask is :
Can I compile my own oggenc.exe without gcc ?
Can I compile it on pure C++ ?
Could someone explain me step by step how to do it ?
coz I'm a beginner in C++ programming language.
Thank you
Best Regards
2003 Jun 25
6
Using oggenc
Hello all,
I wanted to ask some experienced users some settings about oggenc.
1. How can I setup oggenc so that I can DIRECTLY rip tracks off my audio cd?
As we all know, audio cd doens't really have a file format that we can
directly use. Do I HAVE to convert them to wav files then convert them to
ogg files?
2. The options: -b -m -M with the bitrate of the audio file. If I set
something