-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get Filter Video #23
Comments
Hi I have create Function -(void)filterVideoFileTestCase
} But Delegate method do not calling -(void)videoReadingComplete:(CGEVideoFrameRecorder *)videoFrameRecorder{ |
Can u please let me know what is the issue..? |
The source code is just there. Please track the code |
please let me know how to save the filtered video...? |
@Pemmasaniaruna the test case will show you: https://github.com/wysaid/ios-gpuimage-plus/blob/master/demo/cgeDemo/SimpleTestCasesViewController.m#L237 |
-(void)filterVideoFileTestCase
}
|
Hi @Pemmasaniaruna u can save like this way in iOS Swift 3 |
_videoFrameRecorder = [CGEVideoFrameRecorder generateVideoWithFilter:video2Save size:CGSizeMake(0, 0) withDelegate:self videoConfig:videoConfig]; after executing the above line of code next line is not executing ...please help me |
hi @AshishPatel48 we are working on objective-c |
@Pemmasaniaruna Have you tried the test case in the demo? |
@wysaid yes i tried |
The instance variable |
@wysaid in demo " The video preferred rotation: 0" |
Both rotation are supported. It's not the problem. |
above line of code am executing.. |
So what is the difference between your code and the origin demo? |
nothing ,,but still am unable to save the filterd video |
pod 'libCGE', :git => 'https://github.com/wysaid/ios-gpuimage-plus-pod.git' am using pod like this |
cgeTest.zip |
_videoFrameRecorder is getting nill in my case. |
@Pemmasaniaruna Can you run the demo above? Is it getting nil on your device? |
problem is in my project not in demo ....but photo thing is working fine only for filterd video saving giving issue after that line of code whole application is going to stuck. |
If so…… I can't find your problem now…… |
demo is also not work |
@indulgeIn |
Hi,
I am iOS developer, Can you please let me know how to get video after filtering, I didnt get filter video URL.
Thanks,
Ashish
The text was updated successfully, but these errors were encountered: