-
## Overview
There does not appear to be support for crop/pad filters in stream options.
## Expected behavior
I would expect if I pass to stream.options (key,value) pairs like
```python
{"pa…
-
Current PyAV packages fail with Python 3.10 (which landed in Arch linux a couple of weeks back) with something like:
```
ImportError: [...]/pyrdp/venv/lib/python3.10/site-packages/av/enum.cpython-31…
-
## Overview
When installing PyAV with the following command:
pip install av --no-binary av
The log shows the error:
pkg-config returned flags we don't understand: -pthread -pthread
…
-
## 📚 Documentation
It would be useful to provide some speed benchmarks of the `VideoReader` API somewhere in the documentation.
This has been requested twice already (once in https://github.com/py…
-
When I tried to install using the following command,
```
sudo pip3 install -r requirements/optional.txt
```
the following error message appears.
```
src/av/codec/codec.c:6204:36: note: …
-
See [this comment](https://gitter.im/mikeboers/PyAV?at=5ea1dba61e3d5e20633cd8a5)
-
## Overview
the memory leak is still exists even the latest version 8.0.3
## Expected behavior
I expect fix the memory leak bug
## Actual behavior
the memory leak where get the firs…
-
I'm having trouble figuring out how to pass arguments to ffmpeg. I think this might be a documentation issue (for a low level hack like me). For example, can I set the keyframe interval in an output …
-
## Overview
Currently when trying to run code like `frame.reformat(format='gray16').to_ndarray()` an error is thrown `ValueError: Conversion to numpy array with format 'gray16le' is not yet support…
-
**Description of Problem & Solution**
I want to use the FrameTimecode to instruct ffmpeg process. But the FrameTimecode is different with ffmpeg.
For belowing media, the first 2 scenes detected of c…