Open tugberkgunver opened 8 years ago
Please stop "bumping" this issue with repeated posts. Each one is firing off new notifications, and they're starting to annoy me.
Hi i solved problem.Like this.
GPUImagePicture *inputImage = [[GPUImagePicture alloc] initWithImage:[UIImage imageNamed:self.imagePath]];
videoCamera = [[GPUImageVideoCamera alloc] initWithSessionPreset:AVCaptureSessionPreset1920x1080 cameraPosition:AVCaptureDevicePositionBack];
videoCamera.outputImageOrientation = UIInterfaceOrientationLandscapeRight;
videoCamera.horizontallyMirrorFrontFacingCamera = NO;
videoCamera.horizontallyMirrorRearFacingCamera = NO;
And after movieWriter = [[GPUImageMovieWriter alloc] initWithMovieURL:movieURL size:CGSizeMake(640.0, 480.0)];
This width and height rotation UIInterfaceOrientationLandscapeRight output for my library.
Hi i am using UIInterfaceOrientationLandscapeRight yes its working (First image) after saved library(Second image) wrong rotation how to solve this? Please help me
videoCamera = [[GPUImageVideoCamera alloc] initWithSessionPreset:AVCaptureSessionPreset1920x1080 cameraPosition:AVCaptureDevicePositionBack];