Is there any source code for this available for download? Or an easy way to modify the VideoPlaybackTest class? I’d like to take a look and mess around with the options a bit.
The source code is included in the jar files.
Version 0.8.8 of YUNPM
Changes
- Made streaming in video frames fully asynchronous, shaving off 4ms per video frame
- Fixed volume control, bug in mouse-wheel handling (that nobody noticed this is telling :point:)
The only part of the library that is blocking now is glTexImage2D, which is about 2.2ms per 1920x1080 frame - which can be offloaded to a PBO, but only really matters if you have more to do than rendering that video.
Download files
- http://indiespot.net/files/projects/medialib/ (please download indiespot-media-0.8.08.zip)
Version 0.8.8 of YUNPM
Changes
- Made streaming in video frames fully asynchronous, shaving off 4ms per video frame
- Fixed volume control, bug in mouse-wheel handling (that nobody noticed this is telling :point:)
The only part of the library that is blocking now is glTexImage2D, which is about 2.2ms per 1920x1080 frame - which can be offloaded to a PBO, but only really matters if you have more to do than rendering that video.
Download files
- http://indiespot.net/files/projects/medialib/ (please download indiespot-media-0.8.08.zip)
I’m glad you’re still maintaining this project. I will definitely be using it if I ever need it!
I’m glad you’re still maintaining this project. I will definitely be using it if I ever need it!
Version 0.8.9 of YUNPM
Changes
- Added support for videos without audio (thanks
ziozio
for reporting) - Added support for PBOs
- Created Git repository: https://github.com/riven8192/LibMedia
Download files
- http://indiespot.net/files/projects/medialib/ (please download indiespot-media-0.8.09.zip)
Version 0.8.9 of YUNPM
Changes
- Added support for videos without audio (thanks
ziozio
for reporting) - Added support for PBOs
- Created Git repository: https://github.com/riven8192/LibMedia
Download files
- http://indiespot.net/files/projects/medialib/ (please download indiespot-media-0.8.09.zip)
That’s some impressive code. I just spent an hour perusing through it
That’s some impressive code. I just spent an hour perusing through it
A new update in less than 24h, impressive!
A new update in less than 24h, impressive!