TSHAlphaVideos
TSHAlphaVideos copied to clipboard
Play mp4 videos with alpha background on iOS
http://www.modejong.com/AVAnimator/utils.html can not access!
I recently noticed that your software is built on top of my AVAnimator video encoding logic. My AVAnimator software is licensed under the GPL while your project is not. Building...
hi , OpenGLES APIs was deprecated in iOS12. Can you replace OpenGLES with Metal ? thx.
Perhaps not an issue, but this library seems fantastic for working with alpha videos. However, I've been unsuccessful in implementing this into a Swift project, either with CocoaPods or manually...
Hi! Your tool seems pretty cool, but does not work on my side. I converted it to swift like this: if let myAwesomeVideo = TSHAlphaVideoController.video(withRGBVideoFile: "Alpha-TestVideo", with:self) { self.view.addSubview(myAwesomeVideo.view) myAwesomeVideo.play()...