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.

example/README.md

Examples of using align_media #

All examples require ffmpeg installed and available in $PATH.

To run an example:

  1. Clone this repository.
  2. cd example
  3. Run an example using a command specific to the example (see below).

replace_audio #

await AlignMedia.replaceAudio(
  audioPath: argv[0],
  videoPath: argv[1],
  outputPath: 'replaced.mov',
);

To run as a user:

dart run lib/replace_audio.dart media/audio.mp3 media/camera1.mov replaced.mov
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