File: control

package info (click to toggle)
ffmpegfs 2.2-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 11,044 kB
  • sloc: cpp: 15,932; sh: 4,644; ansic: 411; makefile: 204; php: 53
file content (45 lines) | stat: -rw-r--r-- 1,127 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
Source: ffmpegfs
Section: utils
Priority: optional
Maintainer: Norbert Schlia <nschlia@oblivion-software.de>
Build-Depends:
 asciidoc-base,
 automake,
 bc,
 debhelper (>=12),
 libavfilter-dev,
 libavcodec-dev,
 libavformat-dev,
 libavutil-dev,
 libbluray-dev,
 libchromaprint-dev,
 libdvdnav-dev,
 libdvdread-dev,
 libfuse-dev,
 libsqlite3-dev,
 libswresample-dev,
 libswscale-dev,
 libtool,
 docbook-xml,
 docbook-xsl,
 xsltproc,
 xxd,
 w3m
Standards-Version: 4.3.0
Homepage: https://nschlia.github.io/ffmpegfs/

Package: ffmpegfs
Architecture: any
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: Fuse Multi Media Filesystem
 A read-only FUSE filesystem which transcodes various audio and video formats
 to MP4, WebM and many more on the fly when opened and read using the FFmpeg
 library, this way supporting a multitude of input formats and a variety of
 common output formats.
 .
 This allows access to a multi media file collection with software and/or
 hardware which only understands one of the supported output formats, or
 transcode files through simple drag-and-drop in a file browser.