OggInfo

From XiphWiki
Revision as of 06:35, 7 October 2004 by 83.216.133.123 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

infoAPI with ogginfo as a sample application:

generic:

  • is_audio bolean
  • is_video bolean
  • is_text bolean
  • version int
  • codec string
  • comment string
  • vendor string
  • target bitrate int
  • nominal bitrate int
  • quality float

video:

  • size int,int
  • fps int,int
  • par int,int
  • colorspace

audio:

  • samplerate int
  • channels int