PyAV
PyAV copied to clipboard
Pythonic bindings for FFmpeg's libraries.
Dear author, you make a great contribution to editing video in python. Thanks for your contribution. However, the latest pyav v14.4.0 encountered the problem "Function not implemented: 'avcodec_open2(hevc_nvenc)'" when writing...
**Title:** Unable to use `av.CodecContext.create(..., hwaccel=...)` with raw H265 chunks and `videotoolbox` on macOS --- Hi PyAV team, I'm trying to build a real-time H265 decoding pipeline using PyAV on...
https://github.com/PyAV-Org/PyAV/blob/e6a399a8bcb13595a68589307349c19d528c502e/av/__init__.py#L9 I'm using the newest version 14.4.0, but I got `ModuleNotFoundError: No module named 'av.about'` here. I installed it via Poetry. It seems to be similar to this issue: https://github.com/PyAV-Org/PyAV/issues/952
Some filters have exported options. An example is the `replaygain` filter. It seems there is currently no way to access the values of these options. (Converted #1831 into an issue)
I have recently started to update my codebase in PyAV instead of batch-controlled FFMPEG, and encountered an issue: I run a UDP+MPEG-TS video-only stream between two processes on my computer,...