OggInfo: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 20: Line 20:
*size int,int
*size int,int
*fps int,int
*fps int,int
*par int,int
*sar int,int
*dar int,int
*colorspace
*colorspace

Revision as of 06:39, 7 October 2004

Draft of an 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

audio:

  • samplerate int
  • channels int

video:

  • size int,int
  • fps int,int
  • sar int,int
  • dar int,int
  • colorspace