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

Latest commit

 

History

History
16 lines (14 loc) · 488 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 488 Bytes

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