File: control

package info (click to toggle)
ha-ffmpeg 3.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 184 kB
  • sloc: python: 625; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,225 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
Source: ha-ffmpeg
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Standards-Version: 4.7.2
Homepage: https://github.com/pvizeli/ha-ffmpeg
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/ha-ffmpeg
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/ha-ffmpeg.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-ha-ffmpeg
Architecture: all
Depends:
 ffmpeg,
 ${misc:Depends},
 ${python3:Depends},
Description: Interface for managing ffmpeg processes in Home Assistant
 This library provides an interface for starting and controlling ffmpeg
 processes within Home Assistant, allowing access to capabilities such as
 processing video and audio streams, motion or noise detection, and capturing
 images from a range of sources including webcams and network streams. It
 interacts with local ffmpeg installations to analyse or convert media streams
 that might come from devices like USB cameras, network video recorders, or
 remote feeds accessed via protocols such as RTSP.