Tagged Questions
0
votes
0answers
46 views
GPUImage + Lot of audio noise during video recording
I am recording video using GPUImage Framework and all is done well but when playing recorded video, i am getting lots of background noise.
how can i remove or reduce/remove this background noise? ...
1
vote
0answers
148 views
Why can't I write out my opengl FBO to an AVAssetWriter?
I've been fighting for a week off and on to save out my opengl renderings (which I'm using for green screening) to video via an AVAssetWriter.
I have created a simple rig below to show what I'm ...
2
votes
1answer
252 views
GPUImage issue iPhone
I am using GPUImage framework in iphone to add some filters in a video file. The filters are being applied successfully. But the issue i am facing is that the setCompletionBlock is getting called two ...
1
vote
0answers
167 views
Play h264 encoded videos on android device from stream
I'm working on certain project that allows some video editing, uploading edited video to server (Amazon S3) and playing this video on device.
The iOS version is already completed. I'm using there ...
0
votes
2answers
619 views
Chroma-Filtering video using GPUImage?
I am attempting to display a video file with transparency inside my application using a transparency key (RGB: 0x00FF00, or full green) using @BradLarson's awesome GPUImage toolkit. However, I am ...