This is an ongoing project aimed at building an Instagram Reels editor 🎬 with all its features Into React Native 💙
Introduction • Installation • Features • Contributing • License •
The React Native Video Editor provides functionalities for:
- Trimming single videos
- Editing multiple videos
- Displaying video frames and timelines
- Cutting video segments using FFmpeg
To get started with the React Native Video Editor, follow these steps:
- Node.js (>=18.x)
- React Native CLI or Expo CLI
- Xcode (for iOS development)
- Android Studio (for Android development)
-
Clone the repository:
git clone https://github.com/your-username/react-native-video-editor.git cd react-native-video-editor
-
Install dependencies:
npm install # or yarn install
-
Install iOS dependencies:
cd ios pod install cd ..
-
Run the application:
npm run android # For Android npm run ios # For iOS # or yarn android # For Android yarn ios # For iOS
- Feature 1: Multiple video merge
- Feature 2: Add Music to video
- Feature 3: Add sticker/text to video
- Feature 4: Split video
- Feature 5: Re-order video
- Feature A: Trim Single Video
- Feature B: Add Multiple Video and Play to the last one.
See the contributing guide to learn how to contribute to the repository and the development workflow.
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT License
Copyright (c) 2024 Code Brew Labs
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.