align_media 0.1.0 copy "align_media: ^0.1.0" to clipboard
align_media: ^0.1.0 copied to clipboard

Aligns video and audio files based on the sound tracks.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add align_media

With Flutter:

 $ flutter pub add align_media

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

dependencies:
  align_media: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:align_media/align_media.dart';
1
likes
150
pub points
0%
popularity

Publisher

verified publisherainkin.com

Aligns video and audio files based on the sound tracks.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT-0 (license)

Dependencies

collection, meta, wav

More

Packages that depend on align_media