Re: How to get the actual bitrate?
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.devel |
|---|---|
| Message-ID | <[email protected]> |
> Um... Scan the last 65050 bytes? (thats the actual maximum size for > an ogg page, I believe ;)) Just one word of warning: scanning this amount will (on a well formed stream) give you a page, but if there's more than one logical stream, you might have to look more than this if the page(s) you get are not from the stream you want. It's unlikely, but possible.