Convert a series of images to a video
This is iOS only for the moment and in alpha
npm install react-native-images-to-video
import ImagesToVideo from "react-native-images-to-video";
const videoURL = await ImagesToVideo.render({
fileName: 'My Video',
screenTimePerImage: 3,
width: 300,
height: 400,
absolutePaths: ['/path/to/image1.jpg', '/path/to/image2.jpg'],
});
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT