1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: fdkaac
Section: contrib/sound
Priority: optional
Maintainer: Marius Gavrilescu <marius@ieval.ro>
Build-Depends: debhelper-compat (= 12), libfdk-aac-dev, pandoc
Standards-Version: 4.5.0
Homepage: https://github.com/nu774/fdkaac
Vcs-Git: https://git.ieval.ro/git/fdkaac.git
Vcs-Browser: https://git.ieval.ro/?p=fdkaac.git
Rules-Requires-Root: no
Package: fdkaac
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: command line encoder frontend for libfdk-aac
fdkaac is a command-line AAC encoder based on libfdk-aac.
.
It reads linear PCM audio in either WAV, raw PCM, or CAF format and
encodes it into M4A / AAC files.
|