Feature #22
Support for Theora video codec as replacement for roc-video
| Status: | Resolved | Start date: | 01/31/2010 | ||
|---|---|---|---|---|---|
| Priority: | Low | Due date: | 02/13/2010 | ||
| Assignee: | % Done: | 90% |
|||
| Category: | Engine coding | Spent time: | - | ||
| Target version: | - |
History
Updated by 0xA5EA almost 2 years ago
- Assignee set to 0xA5EA
- % Done changed from 0 to 60
Updated by 0xA5EA almost 2 years ago
- Due date set to 02/13/2010
- % Done changed from 60 to 80
codec is implemented, but file extension handling in ui and cgame not completely done.
Updated by 0xA5EA almost 2 years ago
- Status changed from New to In Progress
Updated by 0xA5EA over 1 year ago
I still get this:
WARNING: Haven't found a audio(vorbis) stream in ogm-file (video/kpq3dm5.ogv)
Updated by 0xA5EA about 1 year ago
- Priority changed from Normal to Low
Updated by 0xA5EA 7 months ago
- % Done changed from 80 to 90
I get this error with open al disabled:
CIN_PlayCinematic( kpq3dm5.ogv )
OGM-Init done (video/kpq3dm5.ogv)
[Theora(ogg)]new resolution 1024x512
S_RawSamples: overflowed 216544 > 189696
S_RawSamples: overflowed 217056 > 189696
S_RawSamples: overflowed 217568 > 190720
S_RawSamples: overflowed 218080 > 191488
S_RawSamples: overflowed 218592 > 191488
S_RawSamples: overflowed 219104 > 192256
S_RawSamples: overflowed 219616 > 193024
S_RawSamples: overflowed 220128 > 193024
S_RawSamples: overflowed 220640 > 193792
S_RawSamples: overflowed 221152 > 194560
S_RawSamples: overflowed 221664 > 194560
S_RawSamples: overflowed 222176 > 196608
S_RawSamples: overflowed 222688 > 196608
Updated by 0xA5EA 7 months ago
- Status changed from In Progress to Resolved
works fine on windows and linux:
The current requirements:
1. the resoltuion of video must be power of two (i.e. 1024x512 or 256x256)
2. Video must have a audio stream
both requirements suck. Thats why I leave this issue open. That should be changed.
The S_RawSamples error messages aren't fixed as well