Search Criteria
Package Details: python-av 14.2.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-av.git (read-only, click to copy) |
---|---|
Package Base: | python-av |
Description: | Pythonic bindings for FFmpeg |
Upstream URL: | https://pyav.basswood-io.com |
Licenses: | BSD-3-Clause |
Submitter: | peippo |
Maintainer: | peippo |
Last Packager: | peippo |
Votes: | 6 |
Popularity: | 1.99 |
First Submitted: | 2019-07-04 11:24 (UTC) |
Last Updated: | 2025-02-25 15:38 (UTC) |
Dependencies (9)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-pillow (python-pillow-simd-gitAUR)
- cython (cython-gitAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-pytest (check)
Required by (15)
- auto-editor
- hydrus-video-deduplicator-git
- python-aiortc
- python-blobfile-git (optional)
- python-colour-science (check)
- python-faster-whisper
- python-git-sim
- python-imageio (optional)
- python-livekit-agents (optional)
- python-livekit-plugins-elevenlabs
- python-livekit-plugins-openai
- python-livekit-plugins-playai
- python-livekit-plugins-rime
- python-mmaction2 (optional)
- python-scenedetect-git (optional)
Latest Comments
1 2 3 4 Next › Last »
peippo commented on 2025-02-25 14:23 (UTC)
Ha, now 14.2.0 got released
micwoj92 commented on 2025-02-25 11:05 (UTC)
Ugh, so there is
av
andpyav
which looks like the same software by same person/people? I was watchingpyav
pypi package.https://pypi.org/project/av/
https://pypi.org/project/pyav/
https://github.com/PyAV-Org/PyAV
https://github.com/basswood-io/PyAV
peippo commented on 2025-02-25 10:52 (UTC)
Not sure from where you got the v14.2.1 - on PyPi, on Conda and on GitHub the newest version is 14.1.0
micwoj92 commented on 2025-02-22 19:12 (UTC)
Thanks, I got confused because .pyi files are also used by mypy as stub files.
I opened issue on namcap repo for this: https://gitlab.archlinux.org/pacman/namcap/-/issues/97
peippo commented on 2025-02-21 13:28 (UTC)
pyx are the source code, pyi the compiled cython modules
micwoj92 commented on 2025-02-20 20:07 (UTC) (edited on 2025-02-20 20:09 (UTC) by micwoj92)
You are right, I only checked .py files. In the resulting package the imports are in .pyi files:
Out of curiosity I tried to run Demo from homepage without pillow installed, but then it fails with
But the
av/video/frame.pyx
file is nowhere to be found on my filesystem.peippo commented on 2025-02-20 10:54 (UTC) (edited on 2025-02-20 10:55 (UTC) by peippo)
@micowoj92: I beg to differ, here are two lines of many on which those packages are imported:
https://github.com/PyAV-Org/PyAV/blob/main/av/audio/frame.pyx#L98 https://github.com/PyAV-Org/PyAV/blob/main/av/video/frame.pyx#L279
micwoj92 commented on 2025-02-19 22:25 (UTC)
python-numpy and python-pillow deps are not needed.
peippo commented on 2024-11-11 21:13 (UTC)
Please update to the current version of ffmpeg, then it should build
carlosal1015 commented on 2024-11-11 18:23 (UTC)
1 2 3 4 Next › Last »