Skip to content

alexeyinkin/dart-align-media

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

usage

align: Cross-correlate media files using their audio tracks

final result = await AlignMedia.align([path1, path2]);

See the reference for the fields of AlignResult.

replaceAudio: Replace the audio track in a video with a given audio, auto-align

await AlignMedia.replaceAudio(
  audioPath: 'audio.mp3',
  videoPath: 'video.mov',
  outputPath: 'replaced.mov',
);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages