DescentDevelopers / DescentDevelopers/Descent3
Support Ogg video
- Dominant language
- C++
- Stars
- 3k
- Forks
- 285
- PR merge metrics
- No merged PRs in 30d
Description
The Steam version of Descent 3 appears to distribute videos as Ogg rather than Interplay MVE:
```plain
~/.steam/steam/steamapps/common/Descent 3/movies $ ls -l
total 189888
-rwxr-xr-x 1 devin devin 55086602 Jun 17 2023 end.ogv
-rwxr-xr-x 1 devin devin 63256483 Jun 17 2023 intro.ogv
-rwxr-xr-x 1 devin devin 48453990 Jun 17 2023 level1.ogv
-rwxr-xr-x 1 devin devin 7148789 Jun 17 2023 level5.ogv
-rwxr-xr-x 1 devin devin 335882 Jun 17 2023 mainmenu.ogv
-rwxr-xr-x 1 devin devin 1224781 Jun 17 2023 me.ogv
-rwxr-xr-x 1 devin devin 18910698 Jun 17 2023 mi.ogv
~/.steam/steam/steamapps/common/Descent 3/movies $ file intro.ogv
intro.ogv: Ogg data, Theora video
```
It would be nice if this source distribution also supported this format.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.