2 مستودعات
Wraps FFmpeg and FFprobe into platform-specific native libraries for Android, iOS, macOS, tvOS, and Linux.
Distinct from Native Cross-Platform Development: Distinct from Native Cross-Platform Development: specifically wraps FFmpeg into native libraries, not general cross-platform app development.
Explore 2 awesome GitHub repositories matching mobile development · FFmpeg Native Wrappers. Refine with filters or upvote what's useful.
ffmpeg-kit is a cross-platform SDK that wraps FFmpeg and FFprobe into native libraries for Android, iOS, macOS, Linux, and tvOS, enabling applications to execute media processing commands through platform-specific APIs. It provides a concurrent command executor that runs multiple FFmpeg operations simultaneously and collects results independently via thread-safe interfaces. The project includes a build system that compiles FFmpeg native libraries from source with configurable codec and library options for each target platform, and offers eight precompiled binary packages with different sets o
Wraps FFmpeg and FFprobe into native libraries for Android, iOS, macOS, Linux, and tvOS.
RxFFmpeg is an Android multimedia framework and media transcoder based on FFmpeg. It provides a set of tools for video and audio editing, transcoding, and processing on Android devices. The framework integrates a video player component for rendering local files and network streams with zoom and rotation support. It also includes specialized libraries for Android video editing, such as cropping and splicing, and Android audio processing for mixing tracks and modifying voice pitch. The project covers broad media manipulation capabilities, including the conversion of images to video, the extrac
Wraps FFmpeg and FFprobe into platform-specific native libraries to expose media processing to the Android runtime.