similar to: File Format Documentation

Displaying 20 results from an estimated 70000 matches similar to: "File Format Documentation"

2003 Jan 20
2
Location of fileinfo
hello there, I just started using ogg files. And want to thank you all for this new format. I have written an addon for mirc (chatclient for irc chat networks) to play and exchange soundfiles and I am almost done with implementing the ogg vorbis format into this application. The mirc-scriptinglanguage provides me a command to read a specified number of bytes starting at a specified location of
2003 Aug 21
3
Which encoder?
I was going through some of my old CD-Rs and I found some really old Vorbis files. They sound pretty decent though the bitrate is really high(~200 kbps). Their vendor string is Xiphophorus libVorbis I 20000508. I looked on http://wiki.xiph.org/XiphHistory but that doesn't list any encoders from June 08, 2000. Could these files come from a pre-Beta1 encoder? It also says it was
2004 Aug 06
5
[icecast] "live" stream online
hi, there is a low bitratestream available for testing. it's around 40kbps and it sounds really bad, because it's 11khz stereo :). http://ogg.radiostudio.org:8007/ostream.ogg -- Sent through GMX FreeMail - http://www.gmx.net --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to
2004 Aug 06
5
"live" stream online
hi, there is a low bitratestream available for testing. it's around 40kbps and it sounds really bad, because it's 11khz stereo :). http://ogg.radiostudio.org:8007/ostream.ogg -- Sent through GMX FreeMail - http://www.gmx.net --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to
2004 Aug 06
2
Vorbis stream on-line
Greetings: Ouch, that's not good. I can tap into the stream just fine with 'xmms http://64.108.112.135:8000/shouter.ogg' but not by clicking on the same address as a link. More debugging ahead... ;) Btw, I've restarted the stream. Thanks for the report ! Best regards, == Dave Phillips The Book Of Linux Music & Sound at http://www.nostarch.com/lms.htm
2004 Aug 06
2
Vorbis stream on-line
Greetings: Ouch, that's not good. I can tap into the stream just fine with 'xmms http://64.108.112.135:8000/shouter.ogg' but not by clicking on the same address as a link. More debugging ahead... ;) Btw, I've restarted the stream. Thanks for the report ! Best regards, == Dave Phillips The Book Of Linux Music & Sound at http://www.nostarch.com/lms.htm
2002 Jan 22
1
ogginfo integrity tests
After accidentally ogginfo-ing a WAV file, I'm wondering if there's any reason I shouldn't commit my fix that breaks out of the current file test if header integrity fails. Is there any case where the header integrity will fail but there is still any useful information to get out of the stream? I don't think so... -- Kenneth Arnold <ken@arnoldnet.net> - "Know
2003 Mar 02
5
file header
I was wondering if there was a way to recompile ogg123 so that it didnt look for "Ogg" at the start of each file. Ie change it so it looked for "Dog" or something. Why you ask? because in theory Im not ment to have any music files on my work computer NFI why but just cant. If I could mask an ogg file to look like another file then I could beat the system. Assuming that they
2006 Nov 10
2
Searching for pyvorbis docs
Hello everybody! I'am just leaning Python and wanted to write something useful for me, an recursive masstagger for ogg-vorbis files. My script uses pyvorbis 1.3 from the Debian testing tree. so far here is my Problem: The pyvorbis bindings aren't documented. As i understand the pyvorbis package, this is a simpe 1:1 mapping to libvorbis. dir(pyvorbins-oject) gives me an refernece to an
2004 Apr 21
2
Changing comment-tags
Hello, i use libvorbis to develop some small applications for a radio station. I wonder, why there are no functions in the library to add/modify the comment tags in ogg-files. The only way I found is to make use of vorbiscomment binary, but this way is not that good. Are there api calls to do this?? thanks, Daniel. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project
2004 Jun 08
2
piping to ogg123: Error opening - using the oggvorbis
module. The file may be corrupted. Message-ID: <Pine.LNX.4.43.0406081110070.26162-100000@pilchuck.reedmedia.net> I am unable to pipe to ogg123 with cat, but redirecting with < works fine. rainier:~$ cat ~/audio/acdc-who_made_who.ogg | ogg123 -v - Audio Device: OSS audio driver output Author: Aaron Holtzman <aholtzma@ess.engr.uvic.ca> Comments: Outputs audio to the Open Sound
2002 Jan 01
6
new vorbisenc behaviour
Just got around to compiling RC3 under beos and came across an anomaly when using managed bitrates. I haven't changed the code for the beos encoder but I now get double the bitrates so vorbis_encode_init(&vi,mediaFormat.u.raw_audio.channel_count,(long)mediaFormat.u.raw_audio.frame_rate , -1, 128000, -1); now gives me vorbis files that average around 325 - 350. Is this now the correct
2000 Nov 17
1
Vorbis Winamp plugin
Howdah... I am working on adding configuration and comment editing to the OggVorbis Winamp plugin. However I have currently banged my head against one major problem. How the h... do you update an .ogg with the new comments. Do I use the source in vorbiscomment (which doesn't work with any .ogg I've tested) - or is there a better alternative? A function for simply updating an ogg
2006 Oct 08
1
Broken ogg - how to fix?
Hi, I have some *.ogg file got by streamripper which seems to be broken. # ogginfo file.ogg Processing file "file.ogg"... New logical stream (#1, serial: 20236f01): type vorbis Vorbis headers parsed for stream 1, information follows... Version: 0 Vendor: Xiph.Org libVorbis I 20050304 Channels: 2 Rate: 48000 Nominal bitrate: 224,000000 kb/s Upper bitrate not set Lower bitrate not set
2002 Feb 11
4
Seeking in a saved stream; or,Why isn't thatsucker valid?
>>I realize that I may have unintentionally been misleading you by leaving some information out. That error report from ogginfo keeps going, repeating the same 3 errors (as above) over and over again. It ends after a stream_truncated=true, not giving a final header_integrity=fail. (Perhaps because there's not another packet?) Then it reports a total playtime of 0. > >Yes,
2000 Oct 15
2
using vorbiscomment
As far as I could find, nowhere in the documentation or even source does it actually explain how to use vorbiscomment. Just a simple "vorbiscomment reads TAG=VALUE pairs on separate lines from stdin" would save people a lot of time. Of course, this is still a painful tool to use, and since I had some .ogg's lying around with broken comments (from my first ogg vorbis patch to grip),
2004 Aug 06
6
another Icecast2/Vorbis test stream
Greetings: Yes, I've placed another test stream on-line. Thanks to the feedback from members of this list, I've taken a few extra steps. 1) According to DSLReports, my uplink today is 137 kbps. It may actually be a little faster, they say that Netscape's reporting is skewed (and I use Netscape). 2) Thus, I've prepared a set of Ogg files encoded with -b 24 to fit my
2004 Aug 06
6
another Icecast2/Vorbis test stream
Greetings: Yes, I've placed another test stream on-line. Thanks to the feedback from members of this list, I've taken a few extra steps. 1) According to DSLReports, my uplink today is 137 kbps. It may actually be a little faster, they say that Netscape's reporting is skewed (and I use Netscape). 2) Thus, I've prepared a set of Ogg files encoded with -b 24 to fit my
2001 Jan 08
2
[fwd] ogg123 (from: pfk@fuchs.offl.uni-jena.de)
A feature request that sounds reasonable and a bug report. ----- Forwarded message from Frank Klemm <pfk@fuchs.offl.uni-jena.de> ----- Delivery-Date: Sat Jan 6 06:35:21 2001 Date: Sat, 6 Jan 2001 15:26:43 +0100 From: Frank Klemm <pfk@fuchs.offl.uni-jena.de> To: xiphmont@xiph.org Subject: ogg123 X-Mailer: Mutt 1.0.1i For ogg123 I need the following feature: - Decode one .ogg file
2000 May 12
9
comment field proposal
Well, this is a bit stronger than a proposal; this is "what I plan to do unless people see obvious flaws I missed"... The text comment header is the second (of three) header packets that begin a Vorbis bitstream. It is meant for short, text comments, not arbitrary metadata; arbitrary metadata will be put in a metadata stream, likely an XML stream type. We've discussed this in