Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1008 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 1008 Bytes

Urho3D Theora


Description

Theora video playback - https://github.com/Lumak/Urho3D-Theora

Direct port of https://github.com/MonkeyFirst/Urho3DTheora/

Changes:

  • created as a sample
  • added YUV420 to RGBA conversion fn
  • minor clean up and fixed memory leak
  • added libtheora, libogg, and libvorbis source files into the ThirdParty folder to build with Urho3D
  • added sound
  • changed to run on a threaded process

Added a sira-numb.ogv video of an incredibly talented drummer named Sina, you can find her page here, https://www.youtube.com/user/sinadrumming

Screenshots

alt tag alt tag

To Build

To build it, unzip/drop the repository into your Urho3D/ folder and build it the same way as you'd build the default Samples that comes with Urho3D.

Built using Urho3D 1.7 tag.

License

The MIT License (MIT)