File: control

package info (click to toggle)
fadecut 0.2.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 35,716 kB
  • sloc: sh: 800; makefile: 39
file content (46 lines) | stat: -rw-r--r-- 1,696 bytes parent folder | download | duplicates (2)
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
Source: fadecut
Maintainer: Marco Balmer <marco@balmer.name>
Section: sound
Priority: optional
Build-Depends: debhelper (>= 10),
               vorbis-tools,
               opus-tools,
               lame,
               sox,
               libsox-fmt-mp3,
               streamripper,
               id3v2,
               pandoc (>= 1.12),
               gzip (>= 1.6),
               mediainfo (>= 0.7.80)
Standards-Version: 4.1.1
Vcs-Browser: https://github.com/fadecut/fadecut/tree/debian
Vcs-Git: https://github.com/fadecut/fadecut.git
Homepage: http://github.com/fadecut/fadecut

Package: fadecut
Architecture: all
Depends: ${misc:Depends},
         sox,
         vorbis-tools | lame,
         opus-tools,
         libsox-fmt-mp3,
         streamripper,
         id3v2,
         mediainfo (>= 0.7.80)
Description: toolset to rip audiostreams, cut, fade in/out and tag the resulting audiofiles
 fadecut is a script to rip audio files from a livestream and to process them
 automatically. Beginning and ending fo the audio files will be cut and faded
 in/out. So logos and advertising of radio stations will be automatically
 removed.
 .
 In streaming mode fadecut is ripping audio files using streamripper. The
 downloaded audio files are cutted using silence detection and then faded in
 and out. Subsequently, the files are encoded to either ogg or mp3 and tagged
 with tags (title, artist, genre and comment provided).
 .
 In file mode fadecut is just processing already ripped audio files.
 .
 An audio file which has already been processed is detected and will not be
 processed again. Not desired songs can be stored in a separate directory. This
 files are not processed anymore too.