video_forge 1.0.0 copy "video_forge: ^1.0.0" to clipboard
video_forge: ^1.0.0 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_forge

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  video_forge: ^1.0.0

Alternatively, 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';
2
likes
140
points
89
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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 engine. For a higher-level SDK with job queues, presets, and cached thumbnails, use `video_forge_kit` instead.

Repository (GitHub)
View/report issues

Topics

#video #video-processing #ffmpeg #compression #flutter

License

Apache-2.0 (license)

Dependencies

code_assets, flutter, flutter_rust_bridge, freezed_annotation, hooks, path

More

Packages that depend on video_forge

Packages that implement video_forge