https://github.com/vivesoftware/vivemediadecoder
A high performance video decoding Unity plugin for Windows.
https://github.com/vivesoftware/vivemediadecoder
ffmpeg unity videoplayer
Last synced: 3 months ago
JSON representation
A high performance video decoding Unity plugin for Windows.
- Host: GitHub
- URL: https://github.com/vivesoftware/vivemediadecoder
- Owner: ViveSoftware
- License: other
- Created: 2017-04-19T08:50:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T14:38:57.000Z (almost 6 years ago)
- Last Synced: 2025-03-28T05:51:09.419Z (3 months ago)
- Topics: ffmpeg, unity, videoplayer
- Language: C++
- Homepage: http://u3d.as/usf
- Size: 2.2 MB
- Stars: 134
- Watchers: 19
- Forks: 37
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
ViveMediaDecoder
Copyright (c) 2015-2019, HTC Corporation. All rights reserved.## Introduction:
- ViveMediaDecoder is a high performance video decoding Unity plugin for Windows
which supports streaming multiple formats.- We also provide the samples for playing various video types which includes
2D, stereo 2D, 360, stereo 360. You can build custom VR video player easily
through this plugin.- This software uses FFmpeg 3.4 licensed under LGPL license.
To review the LGPL license, look [here](https://www.gnu.org/licenses/lgpl-3.0.en.html).
The FFmpeg 3.4 source code can be downloaded from [here](https://ffmpeg.org/releases/ffmpeg-3.4.tar.bz2).## Requirements:
- Windows 7
- DirectX 11
- Unity 5
- FFmpeg 3.4