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
|
Source: python-ffmpeg-progress-yield
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Alexander Sulfrian <alexander@sulfrian.net>
Build-Depends:
debhelper-compat (= 13),
dh-python,
ffmpeg <!nocheck>,
procps <!nocheck>,
pybuild-plugin-pyproject,
python3-all,
python3-pytest <!nocheck>,
python3-pytest-asyncio <!nocheck>,
python3-setuptools,
Build-Depends-Indep:
python3-pdoc <!nodoc>,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ffmpeg-progress-yield
Vcs-Git: https://salsa.debian.org/python-team/packages/python-ffmpeg-progress-yield.git
Homepage: https://github.com/slhck/ffmpeg-progress-yield
Testsuite: autopkgtest-pkg-pybuild
Package: python3-ffmpeg-progress-yield
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Run an FFmpeg command with its progress yielded - Python 3.x
This library provides a generator-based interface for monitoring the progress
of FFmpeg operations. It parses the output of FFmpeg commands to obtain the
current percentage of the processing.
.
This package contains the Python 3 module.
Package: ffmpeg-progress-yield
Section: video
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-tqdm, python3-ffmpeg-progress-yield (= ${binary:Version})
Description: Run an FFmpeg command with its progress yielded - CLI
This library provides a generator-based interface for monitoring the progress
of FFmpeg operations. It parses the output of FFmpeg commands to obtain the
current percentage of the processing.
.
This package contains the CLI script.
Package: python-ffmpeg-progress-yield-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Run an FFmpeg command with its progress yielded - documentation
This library provides a generator-based interface for monitoring the progress
of FFmpeg operations. It parses the output of FFmpeg commands to obtain the
current percentage of the processing.
.
This package contains the documentation for ffmpeg-progress-yield.
|