File: control

package info (click to toggle)
libmedia-convert-perl 1.0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,396 kB
  • sloc: perl: 1,664; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,076 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
Source: libmedia-convert-perl
Section: perl
Priority: optional
Standards-Version: 4.6.1
Maintainer: Wouter Verhelst <wouter@debian.org>
Vcs-Browser: https://salsa.debian.org/wouter/media-convert
Vcs-Git: https://salsa.debian.org/wouter/media-convert.git
Testsuite: autopkgtest-pkg-perl
Build-Depends:
 debhelper-compat (=13),
 ffmpeg,
 libextutils-depends-perl,
 libjson-maybexs-perl,
 libmoose-perl,
 libmoosex-singleton-perl,

Package: libmedia-convert-perl
Architecture: all
Depends:
 ffmpeg,
 libjson-maybexs-perl,
 libmoose-perl,
 libmoosex-singleton-perl,
 ${misc:Depends},
 ${perl:Depends},
Recommends:
 inkscape,
Description: Generate ffmpeg command lines from OO perl
 The Media::Convert package provides an API that generates ffmpeg
 command lines to convert audio and video assets from one format to
 another.
 .
 It is meant as a perl library, but ships with a simple command-line
 binary (mc-encode) which can handle a subset of the API and can
 convert/transcode video or audio assets from one format to another
 using recommended settings for the target codec.