OggInfo
From XiphWiki
(Difference between revisions)
(bolean -> boolean) |
|||
| Line 2: | Line 2: | ||
'''generic:''' | '''generic:''' | ||
| - | *is_audio | + | *is_audio boolean |
| - | *is_video | + | *is_video boolean |
| - | *is_text | + | *is_text boolean |
| - | *version | + | *version int |
| - | *codec | + | *codec string |
| - | *comment | + | *comment string |
| - | *vendor | + | *vendor string |
| - | *target bitrate int | + | *target bitrate int |
| - | *nominal bitrate int | + | *nominal bitrate int |
| - | *quality | + | *quality float |
'''audio:''' | '''audio:''' | ||
| - | *samplerate | + | *samplerate int |
| - | *channels | + | *channels int |
'''video:''' | '''video:''' | ||
| - | *size | + | *size int,int |
| - | *fps | + | *fps int,int |
| - | *sar | + | *sar int,int |
| - | *dar | + | *dar int,int |
*colorspace | *colorspace | ||
Revision as of 11:45, 8 October 2004
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