I'm using GPUImage to crop existing videos with the GPUImage crop filter. A 5 second video is currently exporting with with a size of 3.5MB @ 320x320. I need to get this below 1MB, but I'm not sure how to use GPUImage to compress the video.
问问题
1475 次
1 回答
1
I found this update: https://github.com/BradLarson/GPUImage/pull/310
There is an initializer which accepts output settings dictionary
- (id)initWithMovieURL:(NSURL *)newMovieURL size:(CGSize)newSize fileType:(NSString *)newFileType outputSettings:(NSMutableDictionary *)outputSettings;
于 2013-09-26T13:05:30.757 回答