Rambo 1.0.0

Rambo 1.0.0

Maintained by Legendry.



Rambo 1.0.0

  • By
  • czqasngit

Rambo

CI Status Version License Platform

Extract image from video file/stream base on ffmpeg written by C Rambo_demo-2

Futues

Extract image from video file/stream

Usage(Objective-C)

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) ;

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

Rambo is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'Rambo'

Author

czqasn, [email protected]

License

Rambo is available under the MIT license. See the LICENSE file for more info.