File: control

package info (click to toggle)
audiowmark 0.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,168 kB
  • sloc: cpp: 10,571; sh: 1,867; makefile: 107; python: 34
file content (54 lines) | stat: -rw-r--r-- 1,542 bytes parent folder | download
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.