File: control

package info (click to toggle)
comskip 0.82.009%2Bds.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,136 kB
  • sloc: ansic: 21,804; makefile: 55
file content (51 lines) | stat: -rw-r--r-- 2,232 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
Source: comskip
Section: misc
Priority: optional
Maintainer: Frédéric Bonnard <frediz@debian.org>
Build-Depends: debhelper-compat (= 12), pkg-config, libargtable2-dev, ffmpeg, libavutil-dev, libavformat-dev, libavcodec-dev, libsdl1.2-dev, help2man
Standards-Version: 4.4.1
Homepage: https://github.com/erikkaashoek/Comskip
Vcs-Git: https://salsa.debian.org/debian/comskip.git
Vcs-Browser: https://salsa.debian.org/debian/comskip

Package: comskip
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Commercial detector
 Comskip is a commercial detector. It is a console application that reads a
 mpeg or h.264 file and analyses the content based on a large amount of
 configurable parameters. A gui is also provided.
 .
 After analysis it generates a file in various possible formats containing the
 location of the commercials inside the video file.
 .
 The formats include input files for interactive video editors (VideoRedo,
 Cuttermaran,Mpeg2Schnitt...) command line video cutters (mpgtx, cuttermaran,
 mencoder) and video players (zoomplayer, mplayer, ...).
 .
 Comskip can read MPEG PS, TS, DVR-MS and WTV files up to UHD resolution (max
 4000x2400) at various framerates (PAL and NTSC). Comskip can NOT read copy
 protected recordings.

Package: comskip-gui
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Commercial detector GUI
 Comskip is a commercial detector. It is a console application that reads a
 mpeg or h.264 file and analyses the content based on a large amount of
 configurable parameters. A gui is also provided.
 .
 After analysis it generates a file in various possible formats containing the
 location of the commercials inside the video file.
 .
 The formats include input files for interactive video editors (VideoRedo,
 Cuttermaran,Mpeg2Schnitt...) command line video cutters (mpgtx, cuttermaran,
 mencoder) and video players (zoomplayer, mplayer, ...).
 .
 Comskip can read MPEG PS, TS, DVR-MS and WTV files up to UHD resolution (max
 4000x2400) at various framerates (PAL and NTSC). Comskip can NOT read copy
 protected recordings.
 .
 This is the package providing the graphical user interface based on sdl.