Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

mldb/ffmpegRNWrapper

Repository files navigation

react-native-android-ffmpeg-wrapper

a simple ffmpeg wrapper for react native (android only)

Installing:

Step 1:

  npm i react-native-android-ffmpeg-wrapper --save

Step 2:

 react-native link react-native-android-ffmpeg-wrapper

Usage:

import Ffmpeg from 'react-native-android-ffmpeg-wrapper'
//for set listeners:
Ffmpeg.setListeners(this.onFailure,this.onSuccess,onProgress,onStart,onFinish)
//for run commands:
Ffmpeg.exec('cmd')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published