This module converts iOS videos from .mov to .mp4
yarn add https://github.com/maurocanuto/react-native-convert-video
cd ios && pod install && cd ..
import ConvertVideo from "react-native-convert-video";
// ...
const result = await ConvertVideo.convertToMp4(videoMovPath)
Response object:
{
"path": "TEMP_VIDEO_PATH.mp4"
}
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT