similar to: low bitrate modes ?

Displaying 20 results from an estimated 30000 matches similar to: "low bitrate modes ?"

2004 Aug 06
1
ices bitrate encoding mode?
At 06:34 PM 7/29/02 +1000, you wrote: >I have got ices running with quality -1 (and on my roommates crappy computer >speakers it sounds damn near the real thing - better than FM radio anyway)... > >I'm just wondering if it's posible to configure it with a maximum bitrate, or >a nominal bitrate. i.e. to use managed bitrates instead of quality (I know >it's a no no,
2004 Aug 06
3
ices bitrate encoding mode?
I have got ices running with quality -1 (and on my roommates crappy computer speakers it sounds damn near the real thing - better than FM radio anyway)... I'm just wondering if it's posible to configure it with a maximum bitrate, or a nominal bitrate. i.e. to use managed bitrates instead of quality (I know it's a no no, but this is streaming!). Mark <p>--- >8 ---- List
2000 Jul 26
1
more modes?
Can anyone give me a brief explanation in filling the vorbis_info struct? I need to play around with higher/lower nominal kbps, 1/2 channels and different sample rates..... but donno what other value need to be change (ie modes, maps, times, floors......... ). Thanks Ray --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/
2004 Dec 28
5
bitrate limits don't work with -q settings?
I'm sorry if this question has been asked before; I've looked through the archives and haven't seen anything. The problem I'm seeing is that oggenc's VBR encoding doesn't seem to pay attention to any sort of bitrate limitation, either the -m or bitrate_hard_min settings. It isn't that it temporarily dips below the minimum; the average for the whole (in this case,
2002 Aug 20
1
managed mode / max bitrate doesn't have effect
Hi, I'm experimenting with managed mode encoding with specifying maximum bitrate. I call: vorbis_encode_init( &vorbisInfo, 2, 44100, -1, 96000, 96000); to initialize the encoding. To my surprise, it seems the maxbitrate value of 96000 doesn't have an effect, the bitrate of the
2002 Jul 26
1
nominal bitrates
Hi, <p>apparently, I didn't delete my test samples ... I found them. :) Here's a small table of what nominal bitrate fits to which quality at what sample rate. Quality levels inbetween -1 and 0 are possible, but I didn't test them. Nominal bitrates of those quality settings will be somewhere between those of -1 and 0 and therefore can be guessed. q/channels || -1/mono |
2004 Oct 14
1
Question on Quality factor, Bitrate and decode table
An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vorbis/attachments/20041014/25f999a2/attachment.htm -------------- next part -------------- ? dear All, Iam working on OGG VORBIS TREMOR code to port and optimize on ARM processor. Can any one make me clear regarding the relation ship between this 1. What is the relation ship between Quality factor and Bitrates?
2001 Jul 28
3
Patch for bitrate information in ogginfo
With this patch, ogginfo will display bitrate information (upper/lower/nominal/average bitrate). It is patched against today's CVS code (main branch). I am also working on true VBR support in oggenc (the user can specify the minimum & maximum bitrate) and will send a patch when it's done. <HR NOSHADE> <UL> <LI>application/x-gzip attachment: ogginfo-diff.gz
2004 Aug 06
3
cannot get icecast and ices to talk...authenticationfailed
Alright, I was able to recompile ices2beta, which connects to icecast, but now I'm getting: WARN playlist-builtin/playlist_read Corrupt or missing data in file When I try to play a basic playlist with 2 files (that are fine, and do exist). I have set the sample and nominal bitrates at 256000, which is also the encoding for the song... Does the bitrate of the song have to be exactly the same
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
2004 Aug 29
1
Re: low bandwidth broadcasting using ices2
On Sun, 29 Aug 2004 17:53:29 -0700, Ralph Giles wrote: > On Mon, Aug 30, 2004 at 03:03:28AM +0100, Andy Baxter wrote: > >> Is there any way to bring the bitrate in ices2 down below 32 kbps? > > Generally the trick for this is to downsample the audio before encoding. > You can ask ices to do this with a resample stanza in the config file: > > <resample>
2002 Jul 03
2
CVS RC4 -q0 too good!
May I suggest that the up coming RC4 or 1.0 needs some quality selection adjustments. It has been said that if you are happy now with a particular quality setting, later releases will produce the same quality but reduce the average bitrate. This is not currently the case. IMHO -q4 in CVS is producing almost perfect results and features audio frequencies up to 21khz -- almost CD quality.
2011 Aug 10
2
Correct detection of bitrate
[This email is either empty or too large to be displayed at this time]
2008 Mar 18
2
Determining the duration of an ogg vorbis file
Hi all, I've got a question on regarding how to find out the duration of an ogg vorbis file. Sorry if it should already be mentioned somewhere in the docs, but I couldn't find out how to do it the best way. So, I can read the [bitrate_nominal] field from the identification header (if it is set), find out the size of the audio data (by subtracting the size of the three headers from the
2001 Sep 22
3
retrieving &quot;instant&quot; bitrate without vo_open?
ok, I'm aware that vo_open cant be used at the same time as other functions such as ogg_sync_wrote, ogg_sync_pageout, ogg_stream_pagein, ogg_stream_packetout and vorbis_synthesis_headerin. In order to get information from the bitstream i've been using this method because it's fast and doesn't require decoding of the stream. But, i can only retrieve the average bitrate of
2000 May 10
1
digital silence; not bug?
Greg, I just tried encoding digital silence; I'm seeing [roughly] 0kbps like I should be with the mainline. How did you run your test? notfish% head --bytes=10000k /dev/zero > ! zero.raw snotfish% ./encoder_example < zero.raw > zero.ogg snotfish% chaining_example < zero.ogg Input bitstream contained 1 logical bitstream section(s). Total bitstream playing time: 58 seconds
2000 Jun 21
1
Bitrate voodoo
I've been playing around with the settings for lower, nominal, and upper bitrate in the vorbis_info struct, and no matter what values I set, I get the exact same output as with all three set to zero (ie. the example encoder). Am I correct to assume that the value should be given in bits per second? Or is it in units of Kbps?
2002 Oct 28
2
two questions re vorbisfile API
Hey guys, currently wrapping my head around the vorbisfile API. The stream callback interface is really nice ! Great work. I'm running into two snags using it though. a) getting ov_bitrate on a seakable stream returns a long. When I print it as %ld, I get Bitstream is 2 channel, 44100 Hz, 0 version, -2147483648 bitrate I get this same number for any vorbis file. I checked them with
2004 Aug 06
0
ices bitrate encoding mode?
Michael, > I had a bug report that it was crashing though - I haven't looked into it > yet. Might be only with mis-configured setups. > > Just specify (instead of <quality>3</quality>), any of: > <nominal-bitrate>value in bits per seconds</nominal-bitrate> > <maximum-bitrate>val</maximum-bitrate> >