search for: vorbize

Displaying 20 results from an estimated 32 matches for "vorbize".

2000 Jun 18
3
Makefile dependencies in vorbis-tools
I've been trying to tackle the vorbis source. I ran across what I think is a missing dependency in the vorbis-tools directory. Since ogg123 and vorbize are staticly linked to libvorbis and vorbisfile, when those file change, the executables should be rebuilt. Below I've attached a patch. (I hope it works. I am sort of new to patch and diff.) BTW, I've been trying to find a good introduction to DCT/MDCT. I'm familiar with the conce...
2000 Jul 31
0
NetBSD patches
...================================= RCS file: /usr/local/cvsroot/vorbis/vorbis-tools/Makefile.in,v retrieving revision 1.8 diff -u -p -r1.8 Makefile.in - --- vorbis-tools/Makefile.in 2000/07/22 02:02:09 1.8 +++ vorbis-tools/Makefile.in 2000/07/30 03:12:04 @@ -40,11 +40,12 @@ profile: target: libao vorbize ogg123 - -ogg123: ogg123.o libao/libao.a - - $(CC) $(CFLAGS) ogg123.o -o ogg123 $(LIBS) libao/libao.a +ogg123: ogg123.o libao/libao.a getopt.o getopt1.o + $(CC) $(CFLAGS) ogg123.o -o ogg123 getopt.o getopt1.o \ + $(LIBS) libao/libao.a - -vorbize: vorbize.o - - $(CC) $(CFLAGS) vorbize.o -o \ +...
2000 Jul 01
1
Bugfix patch for vorbize, compat patch for grip
Hey. Last night I hacked grip so that it'd allow me to use vorbize and comments with grip. It's very ugly because grip'd need a bit of rearrangement in order to facilitate the way the vorbis comments work (that is, the comments are not added in after the encoded file has been written). Any one who wants to use it should patch grip-2.94 (http://www.nostatic...
2000 Aug 28
1
Vorbize.c
Are there any attempts currently being worked on to make Vorbize Visual C++ compatable? Or for that matter non-GNU compatiable? I guess I never realized that getopt.h was a GNU thing. What would be the suggested course of action to get vorbize to cross compile on VC++ or other non-GNU platforms? If not I can certainly do this because I'd like to be able to...
2000 Jun 20
3
Kenneth's Second Commit
I've fixed a heck of a lot of stuff in the time frame of just over ten minutes. And you all care... right. I actually ran Vorbize, and discovered some stupid bugs (e.g., segfault???). Fixed. Both Vorbize and Ogg123 should now speak fluently in Monty's comment-eese. I'll be working on getting both to implement all the comment tags; I'm seriously considering dropping all comment support in Vorbize in favor of an ex...
2000 Jul 07
0
vorbize and os_type patches + general build issues
...== RCS file: /usr/local/cvsroot/vorbis/vorbis-tools/Makefile.in,v retrieving revision 1.7 diff -r1.7 Makefile.in 24c24,25 < LIBS=@LIBS@ ../lib/vorbisfile.a ../lib/libvorbis.a --- > VORBISLIBS= ../lib/vorbisfile.a ../lib/libvorbis.a ../cmdline/getopt.a > LIBS=@LIBS@ $(VORBISLIBS) 42c43 < vorbize: vorbize.o --- > vorbize: vorbize.o $(VORBISLIBS) 45a47,48 > ../cmdline/getopt.a: > cd ../cmdline && make getopt.a 58c61 < $(INSTALL) -b -m 711 mp3tovorbis @prefix@/bin/ --- > $(INSTALL) -b -m 755 mp3tovorbis @prefix@/bin/ Index: include/vorbis/os_types.h ============...
2000 Jul 31
1
piping vorbize's stdout/stderr
Hi! I want to pipe stdout/stderr from vorbize for wrapper scripts. But as it doesn't send any "\n"s it doesn't work correctly. I solved it by adding if (param.verbose == 1) { fprintf (stderr, "\n"); } into appropriate position in vorbize.c. Could somebody please implement this nicely? Something like "-e&qu...
2000 Jun 16
2
Description of commits
Tonight's commits so far: I finally wrote up the result of the comment header specification discussion. It's in the doc/ directory now. I plan on doing work in the libvorbis comment handling tonight to bring it up to date and make the interface more useful. gif->png conversion of the images in the docs Monty --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg
2000 Jun 12
5
Compile Problems
...the README file. I've also compiled the XMMS plugin with no problem. However when it is installed in the /usr/lib/XMMS/Input directory, XMMS locks up when it is started. I've checked with gnorpm and the XMMS development appears to be there. Last night I found and tried Vorbize-0.1. I get compile errors. Everthing goes along file for a while then I get this: gcc -Wall -O20 -ffast-math -D_REENTRANT -D__NO_MATH_INLINES-fsigned-char-I./include/ -c vorbize. c vorbize.c:59: vorbis/modes.h: No such file or directory make[1]:***[vorbize.o] Error 1 make[1]: Leaving directo...
2000 Jun 20
1
Manpages
Here is patch with manpages for ogg123(1), mp3tovorbis(1) and vorbize(1). Manpages are in pod format, because it is the most readable man source, and are compiled by pod2man. all and clean for man/ work. Install and uninstall for man/ seem to work. Manpages are GPLed of course. <HR NOSHADE> <UL> <LI>text/plain attachment: manpages.diff </UL&...
2000 Jun 25
1
OggEnc v0.1
I finally got around to getting this to a more-or-less working state. Right now, it does most of what vorbize does, plus support for encoding multiple files (this works, but needs some additions to sanely handle titles, etc. for multiple files). The name is temporary, until I think of something better. http://www.labyrinth.net.au/~msmith/oggenc-0.1.tar.gz Hopefully, it's mostly portable, but I have...
2000 Jul 31
2
vorbis-tools comment cleanup
It looked like ogg123 was expecting an out-of-date set of headers. I've updated the printout section to expect the canonical set from docs/v-comment.html. I also found vorbize's use of "track" for the title tag confusing. The second patch is just a rename in the code and ui. Cheers, -ralph -- giles@ashlu.bc.ca <HR NOSHADE> <UL> <LI>TEXT/PLAIN attachment: ogg123-comment.patch </UL> -------------- next part -------------- A non-...
2000 Jun 20
0
Test: Lame vs. Ogg/Vorbis -- warning big mail
...I did some test, ripping 17 tracks of my CD and converting them to both MP3 and OGG format. MP3 encoder/player was Lame 3.70 OGG encoder/player was from a Saturday nightly tgz package. ------------------------------------ MP3: LAME-3.70 mpg123-0.59r-4 MP3: lame -S -b 128 $FILE $OUT_FILE.mp3 Ogg: Vorbize-0.2 (Xiphophorus libVorbis I 20000508), ogg123-0.1 Ogg: /opt/ogg/bin/vorbize -q -w $OUT_FILE.ogg $FILE ENCODED SIZE: ------------- Total filesize report is: 80740 ogg files 71818 mp3 files 791391 wav files Vorbis shrunk WAV files to 10,2% Lame shrunk the WAV files to 9,1% ENCODE SPEED: ----...
2000 Jun 20
0
Test: Lame vs. Ogg/Vorbis -- warning big mail
...I did some test, ripping 17 tracks of my CD and converting them to both MP3 and OGG format. MP3 encoder/player was Lame 3.70 OGG encoder/player was from a Saturday nightly tgz package. ------------------------------------ MP3: LAME-3.70 mpg123-0.59r-4 MP3: lame -S -b 128 $FILE $OUT_FILE.mp3 Ogg: Vorbize-0.2 (Xiphophorus libVorbis I 20000508), ogg123-0.1 Ogg: /opt/ogg/bin/vorbize -q -w $OUT_FILE.ogg $FILE ENCODED SIZE: ------------- Total filesize report is: 80740 ogg files 71818 mp3 files 791391 wav files Vorbis shrunk WAV files to 10,2% Lame shrunk the WAV files to 9,1% ENCODE SPEED: ----...
2000 Jul 19
1
Followup to Rok Papez's tests
I first downloaded Vorbis about a month ago, around the time Rok Papez posted comparisons of Ogg and Lame [*]. Here's my much rougher test on a single file. CPU: AMD K6-233 MP3: LAME 3.70, mp3blaster 2.0b6 Ogg: Vorbize 0.6 (Xiphophorus libVorbis I 20000718), ogg123-0.1 Data set: Ministry, "The Fall" (51,955,724 byte WAV) * * * Ogg Vorbis command line: time vorbize -v -w /tmp/Ministry_TheFall.ogg /tmp/Ministry_TheFall.wav Output: Vorbize by Kenneth Arnold ----------------------------- Encoding stat...
2000 Jun 19
1
Kenneth's commits
...in the main build, but ogg123 is out of the vorbis-tools build. I am investigating the cross-platform libraries suggested. ogg123 silences "Clipping in frame x", can now play multiple files at once, and has a new stream handling format (resolves the get_stream() bug mentioned earlier). Vorbize has options for no comment and encoding quality. However, Monty has not yet put info_B-G in include/vorbis/modes.h, so that part is commented out (but it will segfault if you pass it something other than 0). Kenneth --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage...
2000 Jul 05
1
Meta-data enabled encoders
Hello, I have been following Ogg Vorbis for about two months now. I like it. A lot. I can't wait to use it. I want to use it so bad it hurts. The only thing stopping me at this point is the inability to add artist, title, and album information to the file. I consider that a must before I start ripping files into the .ogg format. Does anyone have *any* kind of a timeframe on an encoder (for
2001 Jan 08
1
Low bitrate encoding
...I've read that ogg is currently capable of "fixed and variable bitrates from 16 to 128 kbps/channel." Should I be able to encode an ogg file at a fixed bitrate of 16kbps, or is that feature still in the vaporware stage? I'm using Debian GNU/Linux, the vorbis-tools, libvorbis, and vorbize packages from Woody. vorbis-tools and libvorbis are 1.0beta3, and vorbize is 1.0beta1. I've also tried downloading versions straight from the Vorbis web site, but they haven't helped. Thanks, Jesse -- For by grace you have been saved through faith, and that not of yourselves; it is t...
2000 Jul 26
3
Alpha
I'm going to gather that no work has been done to make the vorbis stuff work on Alpha, I've got an XL366 on which I will donate an account if anyone would like to attempt to get it working. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing
2000 Jul 26
3
Alpha
I'm going to gather that no work has been done to make the vorbis stuff work on Alpha, I've got an XL366 on which I will donate an account if anyone would like to attempt to get it working. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing