Sign inSign up

backplane/audiosprite

By backplane

Updated about 15 hours ago

alpine:edge-based dockerization of audiosprite, the "ffmpeg wrapper that will take in multiple audio

Image
1

10K+

backplane/audiosprite repository overview

audiosprite

alpine:edge-based dockerization of audiosprite, the "ffmpeg wrapper that will take in multiple audio files and combines them into a single file"

The source code for this image is hosted on GitHub in the backplane/conex repo.

Usage

Interactive
audiosprite() {
  docker run \
    --rm \
    --interactive \
    --tty \
    --volume "$(pwd):/work" \
    "backplane/audiosprite" \
    "$@"
}

Tag summary

Content type

Image

Digest

sha256:18a8130b3

Size

84.9 MB

Last updated

about 15 hours ago

docker pull backplane/audiosprite