Skip to content

Synchronize audio and video files to a click track (TU Wien Chor Covid-19)

Notifications You must be signed in to change notification settings

hovercat/AV_Sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AV_Sync

AV Sync can be used to sync multiple video files to one master video file. Made for TU Wien Chor distance singing.

Master file (and all other files) must have a click track on the sound channels in the beginning of the videos to allow for synchronization.

Requirements

  • numpy
  • scikit-learn
  • soundfile
  • pandas
  • ffmpeg
  • nextflow

Usage

nextflow run videosync.nf --master MASTER_FILE --videos "INPUT_DIR/*" [--outdir OUTPUT_DIR]

or

./videosync.nf --master MASTER_FILE --videos "INPUT_DIR/*" [--outdir OUTPUT_DIR]

About

Synchronize audio and video files to a click track (TU Wien Chor Covid-19)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published