leosongwei / mutagen

Automatically exported from code.google.com/p/mutagen
GNU General Public License v2.0
0 stars 0 forks source link

[patch] Correct bitrate/length for ogg theora #99

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Fixes:
 - The granular position in oggtheora is split up in frames to the last iframe and frames since the last iframe by a given mask.

 - The bitrate is 24bit big endian: align right.

 - ogg vorbis: The bitrate guessing based on the file size was never called because length was always zero, so guess at the end. (Is it needed at all?)

Original issue reported on code.google.com by reiter.christoph@gmail.com on 7 Sep 2011 at 8:21

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r113.

Original comment by reiter.christoph@gmail.com on 21 Jul 2012 at 6:11