Releases: Fausto95/react-native-forge
Releases · Fausto95/react-native-forge
0.1.0 - First public release
0.1.0 - First Release 🎉
Initial release of React Native Forge, a powerful video processing module for React Native and Expo applications.
Features
- ✨ Frame extraction capabilities
- Extract frames at specific timestamps
- Generate all frames from a video with progress tracking
- 📏 Video aspect ratio manipulation
- Pad videos to match specific aspect ratios
- ⚡️ Native implementation for optimal performance
- iOS implementation using AVFoundation
- Android implementation using MediaCodec
- 📱 Cross-platform support
- iOS
- Android
API
getAllFrames: Extract frames at one-second intervalsgetFrame: Get a single frame at specific timestamppadToRatio: Adjust video to target aspect ratiogetDuration: Get video duration in seconds
Details
- Efficient memory management with frame recycling
- Progress tracking for long-running operations
- Configurable output quality and dimensions