Displaying 20 results from an estimated 1000 matches similar to: "Peeling Specification"
2008 Dec 13
2
Bitrate peeling
Hi all,
I recently started to study the Ogg Vorbis codec and found an interesting
feature called bitrate peeling [1]. Do you know where I can find more
information on this topic? E.g., how is the actual peeling being
implemented, what are the performance results in terms of resulting quality,
what are the requirements for bitrate peeling (can it be applied to any ogg
vorbis stream), ...?
Also,
2017 Mar 18
2
Something similar to Doxygen for standard dialplan?
How are we all documenting complex dialplan?
Is there something similar to Doxygen?
I've got around 20 config files covering around 60 contexts and 40
variables. Of course, I've maintained a basic list of the major stuff,
and documented the code throughout, but it's grown to the stage where
it needs to be better documented, have a proper flowchart etc.
Talking of flowcharts, I see
2000 Oct 29
2
Question Re: Bitrate Peeling
Monty,
You helped me out quite a bit the other day, but I just wanted to make sure 
I understand something.  The "ideal" way to do bit rate peeling is to have 
the encoder set the file up to be conducive to the peeling process, and the 
streamer would be the device that actually does the peeling.  Am I correct 
in assuming, then, that the decoder would think that the file it is 
2002 Jun 23
1
peeling as I understand it (was Re: When will quality increase be unnoticable?)
>> Is bit-peeling going to be real (or just a rumor forever)?
> Apparently the RC3 streams are capable of being bit peeled, however the
> tool to do so was looking likely to be quite complex. I believe the plan
> was to have RC4 produce streams that left better hints for the peeling
> tool, so as to make the tool simpler and faster, but I doubt we'll see it
> until
2005 Oct 21
2
Ogg Vorbis bitrate peeling bounty on Launchpad
Hello all,
Just a quick note to let you all know that I have placed a bounty on
Lauchpad to get bitrate peeling added to Vorbis. It is a feature that I
think we would all like to have, and would probably pay something to
get, but it hasn't been done.
My request to you is to add to the bounty. I have seeded it with US$20,
which is not enough to motivate a developer to get it done, but I am a
2002 Jul 11
1
RC4/1.0 and peeling
first, congrats to monty and the whole crew for getting
this close to 1.0. it's a monumental achievement reflecting
a huge amount of hard work -- kudos!
econd, i know the bitrate peeling feature has been pushed
back until after 1.0 is out. but i'm wondering -- will oggs
created with a 1.0 encoder be peelable with an as-yet-unreleased
utility, or do "peelable oggs" have to be
2017 Mar 18
4
Something similar to Doxygen for standard dialplan?
Hi, thanks - that looks really good!
I was about to embark on some non-visual stuff using Ragic, but this
looks great.
Is there a binary anywhere, or any instructions to compile? I've never
compiled C# code before, and although a quick google suggests it
shouldn't be too hard, I might need to know a few things like what
version of .net it should be compiled with.
The readme just points
2004 Jan 01
1
Proposal for Bitrate peeling.
Hi all,
First up, this is not a proposal on how to do it, but rather on how to 
get it done.
In the latest thread it was mentioned that it was most likely that 
either Monty or Segher would be the most likely people to implement 
this code. It was also stated that this is not their priority at the 
moment. I can only see two solutions to this problem:
1. Find someone else with the knowledge and
2001 Mar 21
3
bitrtate peeling and lossless compression
I just read some of the discussion on the list about 'bitrate peeling' and
remembered an interview of Monty that I have read recently.  In it he says
that Vorbis uses MCDTs <sp> and that these are theoretically reversable.
And now, I learn that theoretically we can use bitrate peeling to make
smaller files from larger ones, and that leads to my question.  Could I
theoretically
2002 Dec 21
4
had a thought on peeling last night
I was up late last night, and i had a thought on peeling that would probably provide 100% accurate peeling data to a decoder, but take a maximum of 1101 times normal time to encode (taking into account the range from q-1 to q10 ).
ay you want to encode a track at q10, but you want it to be peelable.
the 1101 encoder would encode from the source at every quantifiable level (since there are 2
2003 Jun 22
2
Bit Rate Peeling Quality
Hi All,
Let me ask this question of the group:  When bit rate peeling becomes
available, how will the quality of the peeled Vorbis file compare to a
file encoded at the target quality directly from the original?
So, for:
        a.wav --> b.ogg (at q6) --> c.ogg (at q2)
        a.wav --------------------> d.ogg (at q2)
how are c.ogg and d.ogg likely to compare in terms of audio
2003 Sep 26
0
Peeling (was RE: streaming)
> From: Beni Cherniavsky [mailto:cben@users.sf.net]
> Sent: 26 September 2003 10:35
> To: vorbis@xiph.org
> Subject: Re: [vorbis] streaming
>
> - Vorbis is designed to allow "peeling": if you truncate packets, you
>   still get a legal Vorbis stream but with lower quality.  This should
>   allow very effecient streaming of multiple bitrates from the same
>  
2002 Jun 30
4
bitrate peeling
Hi
I read in http://grahammitchell.net/writings/vorbis_intro.html
> Ogg Vorbis files support "bitrate peeling", which means you can produce
> a lower bitrate file from a higher bitrate file without re-encoding and
> at the same quality as if you'd encoded the file directly into the lower
> bitrate from the original file. No other lossy audio codec currently
> supports
2004 Sep 28
2
Bitrate Peeling (no. really)
Hey,
Maybe you guys remember us, I'm from the Neuros forums. I've got to say, 
having a player that supports Ogg Vorbis has really turned things around 
for everybody. We're still struggling with higher bitrate Vorbis 
streams, but that is only because of our terribly underpowered DSP.
Anyway, to the point of my email.
Recently the discussion of bitrate peeling has been floating
2005 May 12
1
Bitrate peeling on existing (older) streams ?
Hi all,
last time I have seen discussions here about alternative encoders, or
tuned versions of the encoder.
Last year (sept/oct) there had been the discussion if existing streams
will be peelable or if they have to be "modified" first to be peelable.
Now for my question:
Is it known allready if existing streams will be peelable or not ?
Or, with other words: Is it known if the /can/
2010 Aug 16
2
How to make flowchart in R?
I have a large dataset and I would like to make some kind of flowchart
from this dataset. The idea is to show rowcounts from data subsets:
                  data1
             rows= 100000
                     |
                    / \
                   /   \
      males          females,
  rows=500000   rows=500000
                          /\
                         /  \
                     
2004 Jan 02
1
A bitrate peeling attempt
Given all this talk of peeling lately, I thought I'd try out a method
I've been thinking about for a while now. It goes something like this:
* Peeling is achieved by dropping some of the residue.
* The encoder indicates how much of the residue to retain (e.g a number
of stages, 3 bits in the stream per packet, non-standard!).
* The decoder (peeler) copies the contents of packets except
2002 Jan 03
0
Bitrate Peeling? (again)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello vorbis,
  Wasn't really answered in my first post about this subject
(although
  people did convince me to do a debian/rules binary, which i've done
  and am VERY impressed with RC3 (played a -q3 file to a mp3 dude
  secretly, and he says "whoa! 112kbits! give me your new mp3
encoder"
  (winamp3 doesn't show the changing
2001 Aug 20
0
Peeling vs Coupling
After reading the documentation on the different types of channel coupling
I began to wonder what effects this might have on bit peeling. Say for
instance an audio file is encoded at a rather high bit rate with channel
coupling type "X".  Later on the same file is streamed, and is peeled down
to a much lower bit rate in the process. However at this lower bit rate,
channel coupling type
2003 Feb 11
0
Congestion control and bitrate peeling for RTP
Hi all,
I'm looking into congestion control for Vorbis RTP and I'm wondering if
it's not too early to define a mechanism which would help bitrate
peeling.
The client can send a standard receiver report stating the interarrival
jitter and packets loss.  Once a certain jitter/loss point is reached
the server peels off a pre-determined bitrate fraction from the stream,
eg 128k would