darkf / darkfo

DarkFO, a post-nuclear RPG remake (of Fallout 2)
Apache License 2.0
135 stars 12 forks source link

Implement FMVs #39

Open darkf opened 8 years ago

darkf commented 8 years ago

Game video like the intro, ending, death, etc. should be played. We'll need to convert them to some sane format browser can play (such as x264 in an MP4 container, or maybe WebM/Theora) and perhaps use <video>.

darkf commented 6 years ago

As in #30, FFmpeg handles MVEs and we can use it to transcode them to WebM/Theora.