-
## 📚 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…
-
## 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…
-
When I open an RTSP from an IP camera and let it run for a long time, at some point the pts will come through as a negative number. I suspect there is an integer overflow happening in the camera but …
-
## Overview
I can't install PyAV within the Deepstream 6.0.1 docker container which is based on Ubuntu 18.04.
## Expected behavior
The installation succeeds.
## Actual behavior
The buil…
-
## Overview
As it can use gpu to decode and do some scaling operation, we can add a switch to use gpu on the users's env to accelerate.
By the way, ffmpeg with gpu also provides cpu ablities.
…
-
Hi all,
I'm using `janus` example in `raspberry pi`. However I have noticed that cpu processing is to large (~60%). Analyzing the source code, I saw that always decode/encode process happens, howe…
-
Have the following in the Python Script Editor of Maya2022
`import imageio.v3 as iio
import imageio_freeimage
path = '/path/to/image.exr'
img = iio.imread(path, plugin="EXR-FI")`
getting the …