OggInfo: Difference between revisions
Jump to navigation
Jump to search
Ogg.k.ogg.k (talk | contribs) (possible text attributes) |
Martin.leese (talk | contribs) m (Added {{draft}}) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{draft}} | |||
Draft of an infoAPI with ''ogginfo'' as a sample application: | Draft of an infoAPI with ''ogginfo'' as a sample application: | ||
Line 27: | Line 29: | ||
*language string | *language string | ||
*encoding int/string ? | *encoding int/string ? | ||
[[Category:Ogg]] |
Latest revision as of 07:09, 21 August 2015
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 ?