Skip to content

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

License

Notifications You must be signed in to change notification settings

maurocanuto/react-native-convert-video

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published