video_forge 1.1.0-dev.1
video_forge: ^1.1.0-dev.1 copied to clipboard
High-performance Rust video processing engine for Flutter. Hardware-accelerated video transcoding, frame-accurate previews, audio mixing, and fast thumbnail generation powered by FFmpeg. Low-level eng [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add video_forgeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
video_forge: ^1.1.0-dev.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:video_forge/video_forge.dart';