Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

A service that given COS URLs of two video/audio files will return the offset in ms to align them

License

Notifications You must be signed in to change notification settings

Choirless/audio-aligner-service

Repository files navigation

Openwhisk cloud function for converting and aligning audio tracks

Deploy the package

Make sure you are logged in to the IBM Cloud account (ibmcloud login)

Check the contents of Makefile and ensure the namespace and buckets are correct. Make sure the COS buckets you want to use exist. By default:

  • RAW_BUCKET_NAME ?= choirless-videos-raw
  • CONVERTED_BUCKET_NAME ?= choirless-videos-converted
  • TRIMMED_BUCKET_NAME ?= choirless-videos-trimmed

run:

make

This will create actions and triggers of the COS buckets.

About

A service that given COS URLs of two video/audio files will return the offset in ms to align them

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published