/react-native-convert-video

This repo contains a react native module that converts iOS videos from .mov to .mp4

Primary LanguageJavaMIT LicenseMIT

react-native-convert-video

This module converts iOS videos from .mov to .mp4

Installation

yarn add https://github.com/maurocanuto/react-native-convert-video

cd ios && pod install && cd ..

Usage

import ConvertVideo from "react-native-convert-video";

// ...

const result = await ConvertVideo.convertToMp4(videoMovPath)

Response object:

{
  "path": "TEMP_VIDEO_PATH.mp4"
}

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT