1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
Source: audiowmark
Section: sound
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Christopher Obbard <obbardc@debian.org>
Build-Depends:
debhelper-compat (= 13),
automake,
autoconf,
libtool,
autoconf-archive,
gettext,
patchelf,
pkgconf,
libfftw3-dev,
libsndfile1-dev,
libgcrypt20-dev,
libzita-resampler-dev,
libmpg123-dev,
Standards-Version: 4.7.3
Homepage: https://uplex.de/audiowmark/
Vcs-Browser: https://salsa.debian.org/multimedia-team/audiowmark
Vcs-Git: https://salsa.debian.org/multimedia-team/audiowmark.git
Package: audiowmark
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
Description: audio watermarking tool
audiowmark is an open-source C++ audio watermarking utility that embeds and
retrieves 128-bit messages in audio files in a way that is inaudible to most
listeners.
.
It supports blind decoding (watermark extraction without the original file),
robust forward error correction to survive lossy compression like MP3 and
OGG.
Package: videowmark
Architecture: any
Depends:
audiowmark,
ffmpeg,
${misc:Depends},
Description: video watermarking tool (using audio track)
videowmark is a command-line utility for embedding and retrieving hidden
watermark messages in video files.
.
It works by extracting the audio track from a video file then processing the
audio track using audiowmark.
.
videowmark is part of the audiowmark project and complements the
audio watermarking tools by providing similar functionality for video
content.
|