From emima.j at jasmin-infotech.com Thu Dec 10 04:24:21 2009 From: emima.j at jasmin-infotech.com (Emima) Date: Thu, 10 Dec 2009 17:54:21 +0530 Subject: [Vorbis] Reg: Bitrates support 576kbps in ogg vorbis Message-ID: <20091210122426.44F8C1F1E30@zimbra.jasmin-infotech.com> Hi, I was checking for bit rates support above 500kbps in the libvorbis code, so I tried to encode ogg files with bitrate 576kbps but the encoder OggdropXpd gives maximum bit rate of only 500kbps. Does the Vorbis audio support bit rate 576 kbps? Thanks, Emima -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vorbis/attachments/20091210/fda63ca2/attachment.htm From emima.j at jasmin-infotech.com Thu Dec 10 04:29:05 2009 From: emima.j at jasmin-infotech.com (Emima) Date: Thu, 10 Dec 2009 17:59:05 +0530 Subject: [Vorbis] Reg: specimans for oga and ogx Message-ID: <20091210122909.DA9D21F219E@zimbra.jasmin-infotech.com> Hi, Please suggest me where I can find the specimens for .Oga and .Ogx files Thanks, Emima -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vorbis/attachments/20091210/5d7e6c7a/attachment.htm From xiphmont at xiph.org Thu Dec 10 09:27:09 2009 From: xiphmont at xiph.org (xiphmont at xiph.org) Date: Thu, 10 Dec 2009 12:27:09 -0500 Subject: [Vorbis] Reg: Bitrates support 576kbps in ogg vorbis In-Reply-To: <20091210122426.44F8C1F1E30@zimbra.jasmin-infotech.com> References: <20091210122426.44F8C1F1E30@zimbra.jasmin-infotech.com> Message-ID: <806dafc20912100927n3589ae23j1ec9ca483f50a133@mail.gmail.com> > I was checking for bit rates support above 500kbps in the libvorbis code, so > I tried to encode ogg files with bitrate 576kbps but the encoder OggdropXpd > gives maximum bit rate of only 500kbps. Does the Vorbis audio support bit > rate 576 kbps? Vorbis itself has no real concept of bitrate, and so it has no limits. Our specific encoders are not tuned for and do not offer bitrates over 500kbps (for stereo CD-rate in any case), because that's the point where it's becoming silly to use a lossy codec; you'd probably be better off going with FLAC or a lossless codec. Monty From xiphmont at xiph.org Thu Dec 10 09:33:11 2009 From: xiphmont at xiph.org (xiphmont at xiph.org) Date: Thu, 10 Dec 2009 12:33:11 -0500 Subject: [Vorbis] Reg: specimans for oga and ogx In-Reply-To: <20091210122909.DA9D21F219E@zimbra.jasmin-infotech.com> References: <20091210122909.DA9D21F219E@zimbra.jasmin-infotech.com> Message-ID: <806dafc20912100933g77043906k4c62bd4a306092b2@mail.gmail.com> .oga is any non-vorbis audio stram encapsulated in Ogg (eg, Speex, or CELT). .ogx is just a catch-all for something that doesn't strictly fit in .ogg, .oga or .ogv. The extensions actually don't really mean anything except as a helper suggestion to tie a media type to a specific player application. The underlying files don't actually differ in structure (except for the old .ogg, which implies Vorbis only). Monty From sergstesh at yahoo.com Thu Dec 10 10:16:30 2009 From: sergstesh at yahoo.com (Sergei Steshenko) Date: Thu, 10 Dec 2009 10:16:30 -0800 (PST) Subject: [Vorbis] Reg: Bitrates support 576kbps in ogg vorbis In-Reply-To: <806dafc20912100927n3589ae23j1ec9ca483f50a133@mail.gmail.com> Message-ID: <716772.10562.qm@web112117.mail.gq1.yahoo.com> --- On Thu, 12/10/09, xiphmont at xiph.org wrote: > From: xiphmont at xiph.org > Subject: Re: [Vorbis] Reg: Bitrates support 576kbps in ogg vorbis > To: "Emima" > Cc: vorbis at xiph.org > Date: Thursday, December 10, 2009, 9:27 AM > > I was checking for bit rates > support above 500kbps in the libvorbis code, so > > I tried to encode ogg files with bitrate 576kbps but > the encoder OggdropXpd > > gives maximum bit rate of only 500kbps. Does the > Vorbis audio support bit > > rate 576 kbps? > > Vorbis itself has no real concept of bitrate, and so it has > no limits. > Our specific encoders are not tuned for and do not offer > bitrates > over 500kbps (for stereo CD-rate in any case), because > that's the > point where it's becoming silly to use a lossy codec; you'd > probably > be better off going with FLAC or a lossless codec. > > Monty > _______________________________________________ > Vorbis mailing list > Vorbis at xiph.org > http://lists.xiph.org/mailman/listinfo/vorbis > Well, CD audio stereo has rate of 1411200 bits/sec, FLAC and similar will typically cut it by half, i.e. at best it'll be 700 Kbits/sec, so there is some room for Vorbis yet :). Regards, Sergei. From ulrich.windl at rz.uni-regensburg.de Thu Dec 10 23:38:21 2009 From: ulrich.windl at rz.uni-regensburg.de (Ulrich Windl) Date: Fri, 11 Dec 2009 08:38:21 +0100 Subject: [Vorbis] Reg: Bitrates support 576kbps in ogg vorbis In-Reply-To: <806dafc20912100927n3589ae23j1ec9ca483f50a133@mail.gmail.com> References: <20091210122426.44F8C1F1E30@zimbra.jasmin-infotech.com>, <806dafc20912100927n3589ae23j1ec9ca483f50a133@mail.gmail.com> Message-ID: <4B2204FF.2672.14BCCFC9@Ulrich.Windl.rkdvmks1.ngate.uni-regensburg.de> On 10 Dec 2009 at 12:27, xiphmont at xiph.org wrote: > > I was checking for bit rates support above 500kbps in the libvorbis code, so > > I tried to encode ogg files with bitrate 576kbps but the encoder OggdropXpd > > gives maximum bit rate of only 500kbps. Does the Vorbis audio support bit > > rate 576 kbps? > > Vorbis itself has no real concept of bitrate, and so it has no limits. > Our specific encoders are not tuned for and do not offer bitrates > over 500kbps (for stereo CD-rate in any case), because that's the > point where it's becoming silly to use a lossy codec; you'd probably > be better off going with FLAC or a lossless codec. I can only say that there is CD audio where bitrates up to 320kB/s (BVR peaks) make sense. The problem with FLAC is that even fewer devices support it than for Vorbis. Ulrich > > Monty > _______________________________________________ > Vorbis mailing list > Vorbis at xiph.org > http://lists.xiph.org/mailman/listinfo/vorbis From ulrich.windl at rz.uni-regensburg.de Fri Dec 11 00:23:46 2009 From: ulrich.windl at rz.uni-regensburg.de (Ulrich Windl) Date: Fri, 11 Dec 2009 09:23:46 +0100 Subject: [Vorbis] Reg: Bitrates support 576kbps in ogg vorbis In-Reply-To: <4B2204FF.2672.14BCCFC9@Ulrich.Windl.rkdvmks1.ngate.uni-regensburg.de> References: <20091210122426.44F8C1F1E30@zimbra.jasmin-infotech.com>, <806dafc20912100927n3589ae23j1ec9ca483f50a133@mail.gmail.com>, <4B2204FF.2672.14BCCFC9@Ulrich.Windl.rkdvmks1.ngate.uni-regensburg.de> Message-ID: <4B220FA4.19173.14E662BB@Ulrich.Windl.rkdvmks1.ngate.uni-regensburg.de> On 11 Dec 2009 at 8:38, Ulrich Windl wrote: [...] > I can only say that there is CD audio where bitrates up to 320kB/s (BVR peaks) of course I meant "VBR peaks". Sorry! > make sense. The problem with FLAC is that even fewer devices support it than for > Vorbis. > > Ulrich > > > > > > Monty > > _______________________________________________ > > Vorbis mailing list > > Vorbis at xiph.org > > http://lists.xiph.org/mailman/listinfo/vorbis > > > _______________________________________________ > Vorbis mailing list > Vorbis at xiph.org > http://lists.xiph.org/mailman/listinfo/vorbis From mpeters at mac.com Wed Dec 16 05:26:06 2009 From: mpeters at mac.com (Michael A. Peters) Date: Wed, 16 Dec 2009 05:26:06 -0800 Subject: [Vorbis] php and mime type Message-ID: <4B28DFEE.9040208@mac.com> Hi list, I'm hoping to find a way via php, preferably without using exec() or system(), to reliably identify an ogg vorbis file via php. Using $fi = new finfo(FILEINFO_MIME); $mime_type = $fi->buffer(file_get_contents($upload)); results in 'application/ogg' My site accepts vouchers for herpetology records, but only image and audio. I do not wish to support video vouchers, but if an Ogg Theora file is uploaded, it also produces the mime type 'application/ogg' when looked at with finfo class. I need a way to distinguish ogg/vorbis from other types of ogg files, and it really needs to be w/o exec or system calls as they are currently disabled for security and I do not want to re-enable them. Is there maybe a pcre extension or something designed to look at vorbis tags that could potentially be used to verify the file is ogg vorbis? After upload I do transcode (from ogg to mp3 and mp3 to ogg so that html5 audio with flowplayer fallback works) by cron job that pulls new audio vouchers out of database, and I could (and currently do) check there, but all record submissions require at least one voucher and I would rather catch non ogg vorbis ogg files on submission before the web app creates the record in the first place. Thanks for suggestions. From mpeters at mac.com Wed Dec 16 13:42:51 2009 From: mpeters at mac.com (Michael A. Peters) Date: Wed, 16 Dec 2009 13:42:51 -0800 Subject: [Vorbis] php and mime type In-Reply-To: <4B28DFEE.9040208@mac.com> References: <4B28DFEE.9040208@mac.com> Message-ID: <4B29545B.3020205@mac.com> Michael A. Peters wrote: > > Is there maybe a pcre extension or something Doh! I meant pecl extension I found something from 2003 - http://pecl.php.net/package/oggvorbis However, it looks dead. From sladjan.r at aon.at Sun Dec 20 21:54:31 2009 From: sladjan.r at aon.at (Sladjan) Date: Mon, 21 Dec 2009 06:54:31 +0100 (CET) Subject: [Vorbis] OGG radio streams don't work in Windows 7 Message-ID: <20029614.169.1261374871134.JavaMail.root@WARSBL213.highway.telekom.at> Hi, I can't play any OGG streams with Windows Media Player 12 after installing the Directshow filter. I also tried Guliverkli2 and Media Player Classic Home Cinema and they wouldn't work either. Only Winamp can play the streams. Here is the output I get from Guliverkli2 and MPCHC with the Gabest splitter (with Haali they just hang at 'open file'): -- http://stream.xaok.org:8000/frs.ogg::Output Media Type 0: -------------------------- Unknown AM_MEDIA_TYPE: majortype: MEDIATYPE_Stream {E436EB83-524F-11CE-9F53-0020AF0BA770} subtype: Unknown GUID Name {D2855FA9-61A7-4DB0-B979-71F297C17A04} formattype: TIME_FORMAT_NONE {00000000-0000-0000-0000-000000000000} bFixedSizeSamples: 1 bTemporalCompression: 0 lSampleSize: 1 cbFormat: 0 -- Regards, Sladjan --- Die aonKombi: unlimitiertes Highspeed-Internet + Mobiltelefonie + Festnetz um nur EUR 19,90 pro Monat - inkl. Gratis-Herstellung!* Jetzt auf Wunsch sogar mit unlimitiertem mobilem Internet!* Alle Infos und Bedingungen hier: http://www.telekom.at/aonKombi From fabrice.bauzac at orange.fr Fri Dec 18 06:28:29 2009 From: fabrice.bauzac at orange.fr (Fabrice Bauzac) Date: Fri, 18 Dec 2009 14:28:29 -0000 Subject: [Vorbis] Error: buffer write failed. Message-ID: <5ABE38C6-C537-417B-991C-B2B841899417@orange.fr> Hello, I can reproduce the problem. I have a set of 16 .ogg files; out of 20 batch conversions of all the files from ogg to wav, it fails 70% of the time. On 10/18/09 00:37, Gregory Maxwell wrote: > Can you please try invoking ogg123 with the option --audio-buffer 0 With the -audio-buffer 0 option, out of 20 batch conversions, it fails 0% of the time. Thanks! Best regards Fabrice -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vorbis/attachments/20091218/aac5be60/attachment-0001.htm