Talk:Bink Container: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
(suggested correction for bink container)
 
No edit summary
Line 13: Line 13:
2997/100
2997/100
Both are very close to 30 (a usual framerate for videos)
Both are very close to 30 (a usual framerate for videos)
There is another error in the optional audio header:
Original:
bytes 44-45  audio channels (1 or 2)
bytes 46-47  unknown
Suggested:
bytes 44-45  unknown (but somehow related to samplerate)
bytes 46-47  audio channels (1 or 2)

Revision as of 08:21, 20 December 2006

Original: bytes 28-31 video frames per second bytes 32-35 image format

Suggested: bytes 28-35 video frames per second in a/b format (real number)

  bytes 28-31 a
  bytes 32-35 b


I noticed numbers like: 6025/201 2997/100 Both are very close to 30 (a usual framerate for videos)


There is another error in the optional audio header: Original: bytes 44-45 audio channels (1 or 2) bytes 46-47 unknown

Suggested: bytes 44-45 unknown (but somehow related to samplerate) bytes 46-47 audio channels (1 or 2)