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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
|
Source: winff
Section: video
Priority: optional
Maintainer: Paul Gevers <elbrus@debian.org>
Build-Depends: debhelper-compat (= 13),
fpc,
libgtk2.0-dev,
lcl,
lcl-gtk2,
lcl-qt5,
Build-Depends-Indep: libreoffice
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/pascal-team/winff
Vcs-Git: https://salsa.debian.org/pascal-team/winff.git
Package: winff
Architecture: all
Depends: winff-gtk2 | winff-qt,
${misc:Depends},
Description: graphical video and audio batch converter using ffmpeg or avconv
WinFF is a graphical user interface for FFmpeg or avconv. It will convert
almost any video file that FFmpeg or avconv will convert. WinFF does multiple
files in multiple formats at one time. You can, for example, convert
mpeg's, flv's, and mov's into avi's (or DVD/VCD format or MPEG or 3gp
etc.) all at once.
.
WinFF provides a variety of preset conversion settings for
common formats and devices. These presets are intended to hit the
"sweet spot" for each individual codec. They have been written with a
tip of the balance to quality.
.
For most presets to work, it is necessary to have the unstripped version
of the libavcodec package, which can be obtained by installing
libavcodec-extra as suggested by the WinFF suite. It might be necessary
to enable additional repositories to find that package.
Package: winff-gtk2
Architecture: any
Depends: ffmpeg,
xterm | x-terminal-emulator,
winff-data,
${shlibs:Depends},
${misc:Depends},
Suggests: libavcodec-extra,
sensible-utils,
www-browser,
winff-doc,
Description: GTK+ variant of winff
WinFF is a graphical user interface for FFmpeg. It will convert
almost any video file that FFmpeg will convert. WinFF does multiple
files in multiple formats at one time. You can, for example, convert
mpeg's, flv's, and mov's into avi's (or DVD/VCD format or MPEG or 3gp
etc.) all at once.
.
Users usually want to install the winff package and let their package
manager decide which winff variant to use. If you want to override the
packager's choice, you can additionally select the required variant.
This package provides the GTK+ variant of winff.
Package: winff-qt
Architecture: any
Depends: ffmpeg,
xterm | x-terminal-emulator,
winff-data,
${shlibs:Depends},
${misc:Depends},
Suggests: libavcodec-extra,
sensible-utils,
www-browser,
winff-doc,
Description: Qt variant of winff
WinFF is a graphical user interface for FFmpeg. It will convert
almost any video file that FFmpeg will convert. WinFF does multiple
files in multiple formats at one time. You can, for example, convert
mpeg's, flv's, and mov's into avi's (or DVD/VCD format or MPEG or 3gp
etc.) all at once.
.
Users usually want to install the winff package and let their package
manager decide which winff variant to use. If you want to override the
packager's choice, you can additionally select the required variant.
This package provides the Qt variant of winff.
Package: winff-data
Architecture: all
Depends: ${misc:Depends},
Multi-Arch: foreign
Description: winff data files
WinFF is a graphical user interface for FFmpeg or avconv. It will convert
almost any video file that FFmpeg or avconv will convert. WinFF does multiple
files in multiple formats at one time. You can, for example, convert
mpeg's, flv's, and mov's into avi's (or DVD/VCD format or MPEG or 3gp
etc.) all at once.
.
This package contains the shared files for the different WinFF flavors.
Package: winff-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
Suggests: pdf-viewer,
Multi-Arch: foreign
Description: winff documentation
WinFF is a graphical user interface for FFmpeg or avconv. It will convert
almost any video file that FFmpeg or avconv will convert. WinFF does multiple
files in multiple formats at one time. You can, for example, convert
mpeg's, flv's, and mov's into avi's (or DVD/VCD format or MPEG or 3gp
etc.) all at once.
.
This package contains the pdf-manuals for winff in several languages.
|