search for: page_seg

Displaying 18 results from an estimated 18 matches for "page_seg".

Did you mean: page_log
2002 Nov 06
3
Confusion with page_segments / segment_table
Hi, There is something I don't understand about the page_segment and segment_table values in the documentation. As I understand it, the segment table consist of as many bytes as specified in page_segment, PLUS one trailing byte with a value between 0 and 254. I've looked at some files that has a Comment tag so large, that it is spread over two pages. He...
2016 May 09
4
Ogg Format
Amit Ashara wrote: > 1. Since the stream I am working with is a mono channel, what should be > the advised page_segments to use. I am using an embedded system so > keeping the flash and SRAM usage are vital for the development. The number of channels has no impact on this at all. > 2. In the OpusTag the is the libopus a mandatory field? Yes.
2004 Nov 11
1
Ogg spec
...ad every FA I've found, and the mail archives, but couldn't figure this one out. Either I don't "get" something, or that's simply miscalculated. Similar minor issue: How does one describe a 'nil' page. The reference implementation libogg-1.1.1 seems to write a 'page_segment' of 0, and no lacing values, but the rfc states, that a 'nil' page contains only a lacing value of 0 (so a page_segment value of 1). Of course both seem correct, but which is it then? Robert. Ps.: I did not find an ogg-only list, I hope, I'm not offtopic here.
2003 Jun 28
4
lacing values clarifications
...irst lacing value (in this case out of 13) is less than 255 (190 in the example I'm looking at). *) "Note that a lacing value of 255 implies that a second lacing values follows [...] A packet of 255 bytes is terminated by a lacing value of 0." Is this value of 0 included in the "page_segments" value in the case that it occurs? i.e. is it safe to assume that the number of lacing values in the header will be equal to the number of values in the segment_table? Given the above, scanning for a value of < 255 doesn't seem to be safe. Thanks again, - -Scott - -- The fact t...
2007 Apr 21
0
AW: .NET tagging library for ogg Vorbis and ogg FLAC
>> 1) Is it valid to insert an "empty" page into the stream which simply contains the binary value 0 for the page_segments counter, and which therefore contains no segment table nor any packet data? I'd like to do this to produce a gapless page sequence number so that I don't have to re-number all following pages, so that I don't have to re-compute the checksums of all following pages. This is way fast...
2016 May 09
0
Ogg Format
Hello Tim Yes, I understand that mono channel has nothing to do with it, but is there any guideline or thumb rule on the value in page_segments to use Regards Amit On Mon, May 9, 2016 at 4:01 PM, Timothy B. Terriberry <tterribe at xiph.org> wrote: > Amit Ashara wrote: > >> 1. Since the stream I am working with is a mono channel, what should be >> the advised page_segments to use. I am using an embedded syste...
2007 Apr 20
3
AW: .NET tagging library for ogg Vorbis and ogg FLAC
...native .NET ogg tagging library. It already works well for non-multiplexed ogg vorbis, ogg flac and native flac files. Concerning multiplexed files, I've got two short questions: 1) Is it valid to insert an "empty" page into the stream which simply contains the binary value 0 for the page_segments counter, and which therefore contains no segment table nor any packet data? I'd like to do this to produce a gapless page sequence number so that I don't have to re-number all following pages, so that I don't have to re-compute the checksums of all following pages. This is way fast...
2011 Jan 23
0
Flac] Where Cover Art?
..., but I have to write it with my own code and I have not found documentation until you have explained to me it. In Matroska case, libraries doesn't exist for editing Tags. Another question: which is the maximum size of an oggs stream? In the sample files with covers, one has 4335 bytes (17 page_segments) and the other one 65025 (255 page_segments). Is the size decision free? And if it's this way, why not to put the whole comments in a stream without split? Lastly I inform you, revising other programs, Easytag 2.1.6 (last revision using libraries provided) uses COVERART and COVERTARTMI...
2016 May 09
2
Ogg Format
Hello Tim, Jean-Marc Thanks for the clarification. Let me study the sample OPUS file and see if my understanding is now clarified. Regards Amit On Mon, May 9, 2016 at 2:02 PM, Timothy B. Terriberry <tterribe at xiph.org> wrote: > Amit Ashara wrote: > >> I am referring to the following file >> >> >>
2007 Apr 20
0
.NET tagging library for ogg Vorbis and ogg FLAC
On Fri, Apr 20, 2007 at 03:10:09PM +0000, Mathias Kunter wrote: > 1) Is it valid to insert an "empty" page into the stream which simply contains the binary value 0 for the page_segments counter, and which therefore contains no segment table nor any packet data? I'd like to do this to produce a gapless page sequence number so that I don't have to re-number all following pages, so that I don't have to re-compute the checksums of all following pages. This is way fast...
2002 Aug 09
1
OGG header
hello, I am writing an OGG tag editor, but I have a problem with a part of the header. Here is a part of a file header in hex <g>: <p>00000000: 4F 67 67 53 00 02 00 00 - 00 00 00 00 00 00 01 03 OggS______________ 00000010: F2 4D 00 00 00 00 BC 1B - FB E9 01 1E 01 76 6F 72 _______________vor 00000020: 62 69 73 00 00 00 00 02 - 44 AC 00 00 00 00 00 00 bis_______________
2016 May 10
0
Ogg Format
...OpusTag structure? Search always shows up Vorbis but not Opus. Regards Amit On Mon, May 9, 2016 at 4:01 PM, Timothy B. Terriberry <tterribe at xiph.org> wrote: > Amit Ashara wrote: > >> 1. Since the stream I am working with is a mono channel, what should be >> the advised page_segments to use. I am using an embedded system so >> keeping the flash and SRAM usage are vital for the development. >> > > The number of channels has no impact on this at all. > > 2. In the OpusTag the is the libopus a mandatory field? >> > > Yes. > > > ___...
2016 May 09
0
Ogg Format
Hello Tim, Jean-Marc Thanks for the inputs and the corrections. I think I understand the Ogg Opus better now and it all makes sense. There are two questions that I am left to ask. 1. Since the stream I am working with is a mono channel, what should be the advised page_segments to use. I am using an embedded system so keeping the flash and SRAM usage are vital for the development. 2. In the OpusTag the is the libopus a mandatory field? Regards Amit On Mon, May 9, 2016 at 2:11 PM, Amit Ashara <ashara.amit at gmail.com> wrote: > Hello Tim, Jean-Marc > &g...
2005 Nov 09
2
OggPCM (uncompressed Ogg audio)
...| page_sequence_number | 16-19 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | CRC_checksum | 20-23 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | |page_segments | segment_table | 24-27 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | ... | 28- +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ Regards, Silvia. -----Original Message----- From: ogg-dev-bounc...
2003 Mar 02
1
Final Ogg 1.0 submission to IETF
...| page_sequence_number | 16-19 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | CRC_checksum | 20-23 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | |page_segments | segment_table | 24-27 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | ... | 28- +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ The LSb (least significant bit) comes first in the By...
2003 Mar 02
1
Final Ogg 1.0 submission to IETF
...| page_sequence_number | 16-19 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | CRC_checksum | 20-23 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | |page_segments | segment_table | 24-27 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | ... | 28- +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ The LSb (least significant bit) comes first in the By...
2003 Feb 13
2
Changes to Ogg format IETF I-D
...| page_sequence_number | 16-19 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | CRC_checksum | 20-23 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | |page_segments | segment_table | 24-27 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | ... | 28- +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ The LSb (least significant bit) comes first in the By...
2003 Feb 13
2
Changes to Ogg format IETF I-D
...| page_sequence_number | 16-19 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | CRC_checksum | 20-23 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | |page_segments | segment_table | 24-27 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | ... | 28- +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ The LSb (least significant bit) comes first in the By...