Extract image from video file/stream base on ffmpeg written by C
基于C编写的ffmpeg从视频文件/流中提取图像的工具
Currently FFmpeg.framework only supports x86_64, you can use the following tools to compile FFmpeg.framework that supports more architectures.
当前FFmpeg.framework仅支持x86_64,你可以使用以下工具编译支持更多架构的FFmpeg.framework.
https://github.com/kewlbear/FFmpeg-iOS-build-script/blob/master/build-ffmpeg-iOS-framework.sh
Extract image from video file/stream
从视频文件或者流中提取指定位置的图像
RamboContext *context = rambo_alloc_rambo_context(read_data, size, (__bridge void *)self) ;
RamboRGBAFrame *frames = rambo_copy_frames(context, times, size) ;
rambo_frames_free(frames, size, false) ;
rambo_context_free(context) ;
To run the example project, clone the repo, and run pod install
from the Example directory first.
Rambo is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'Rambo'
czqasn, czqasn_6@163.com
Rambo is available under the MIT license. See the LICENSE file for more info.