Time for a new release! This is a bigger release than usual, as it brings support for playback of WebM videos. Finally, you can have cutscenes with more than 256 colors and proper A/V sync! 
Changes since build 4129:
General:
Details on WebM playback
Scene text files now have a "video" command used to play WebM videos:
Path is the path to the video. The skipone and noskip parameters are optional, and work the same way as the last two parameters of the "animation" command.
Example:
Note that for now, the only supported codecs are VP8 for video and Vorbis for audio; VP9 and Opus are unsupported. Also note that the audio track of your video should be encoded at 44100 Hz or a factor thereof. If your video has poor sound quality when OpenBOR plays it, it's probably at 48000 Hz and needs to be resampled.
Download link: here
Changes since build 4129:
General:
- Added support for playback of WebM videos on Windows, Linux, and Wii. See below for details.
- Fixed
. Thanks to White Dragon for reporting the bug.Code:
openborvariant("in_sound_options")
- New audio backend with proper resampling. In layman's terms, this means that the audio on the Wii no longer sounds awful.
- Fixed screenshot colors in 16-bit and 32-bit mode.
Details on WebM playback
Scene text files now have a "video" command used to play WebM videos:
Code:
video {path} {skipone} {noskip}
Example:
Code:
video data/scenes/myvideo.webm 0 0
Note that for now, the only supported codecs are VP8 for video and Vorbis for audio; VP9 and Opus are unsupported. Also note that the audio track of your video should be encoded at 44100 Hz or a factor thereof. If your video has poor sound quality when OpenBOR plays it, it's probably at 48000 Hz and needs to be resampled.
Download link: here