video_editor_plus 0.0.1
video_editor_plus: ^0.0.1 copied to clipboard
Video trimmer, with multi audio track mixing and trimming.
Video trimmer, with multi audio track mixing and trimming.
Features #
- Extract audio file from original video
- Add multiple audio tracks
- Mute/Unmute a segment/track
- Trim an audio file to create audio segment
- Reposition trimmed audio segment position
- Remove particular audio segment/track
Getting started #
Add video_editor_plus as dependency.
Usage #
Navigator.of(context).push(
MaterialPageRoute(builder: (context) {
return VideoEditorPlus('/path/to/video.mp4');
}),
);