OggInfo: Difference between revisions
Jump to navigation
Jump to search
(bolean -> boolean) |
Ogg.k.ogg.k (talk | contribs) (possible text attributes) |
||
Line 23: | Line 23: | ||
*dar int,int | *dar int,int | ||
*colorspace | *colorspace | ||
'''text:''' | |||
*language string | |||
*encoding int/string ? |
Revision as of 07:11, 19 February 2008
Draft of an infoAPI with ogginfo as a sample application:
generic:
- is_audio boolean
- is_video boolean
- is_text boolean
- 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
text:
- language string
- encoding int/string ?