Clip-sub / react-native-convert-video

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Java 31.5%Language:Objective-C 29.2%Language:Ruby 20.8%Language:JavaScript 7.1%Language:Kotlin 6.7%Language:TypeScript 3.8%Language:C 0.5%Language:Swift 0.3%