PyAV
PyAV copied to clipboard
Pythonic bindings for FFmpeg's libraries.
Allows overriding protocol-specific options such as HTTP method and HTTP retrial policy
**IMPORTANT:** Be sure to replace all template sections {{ like this }} or your issue may be discarded. Build report: ## Unable to add codec "vp8"/"vp9" for the add_stream for...
## Overview A UnicodeDecodeError is raised when opening some files. ## Expected behavior It should not fail. ## Actual behavior Traceback: ``` Traceback (most recent call last): File "asd.py", line...
## Overview Regarding [this](https://github.com/PyAV-Org/PyAV/issues/699) issue of mine earlier. Would it be possible to expose field `AvFormatContext::audio_codec_id` for user to force specific audio codec? ## Existing FFmpeg API Documentation of the...
The test file `tests/test_doctests.py` fails in a build environment without network access. Some build environments - including Debian autobuilders - explicitly disable network to make builds more deterministic. Please rely...
## Overview License file of `PyAV` is advertised as [BSD3](https://github.com/PyAV-Org/PyAV/blob/main/LICENSE.txt); however, as in conda-forge it is packaged directly with (non-free) version of FFMPEG, shouldn't the binaries should be advertised as...
Spurred from #353, and others, it would be great if PyAV would support data streams. Those streams appear to be ones with no codec. Since PyAV is built generally assuming...
Fixes the regression introduced by #910 This PR fixes the issue by adding properties that point directly to the underlying AVStream's avg_frame_rate. It doesn't set the rate on the new...
`start_time_realtime` is useful if you want to synchronize multiple video streams.
This allows running the test suite against FFmpeg builds which do not have libx264 enabled.