-
```python
out = io.BytesIO()
imageio.mimsave(out, allImages, 'mp4', fps=1)
```
raises the following error for me (`allImages` is `List[PIL.Image.Image]`):
```python
[NULL @ 0x5fb7280] Unable …
-
## 🚀 Feature
Seek that seeks to the closest keyframe before requested timestamp
## Motivation
At the moment, seek function is restricted to a precise seek which under the hood finds the close…
-
Currently our setup.py is quite intricate and contains more logic than I am comfortable with.
An initial round of changes in #842 makes sure we no longer depend on the deprecated `distutils` packag…
-
Spurred from #308:
- [x] Assert `read` and `write` exist when nessesary.
- [ ] Expose [`AVIO_FLAG_NONBLOCK`](https://www.ffmpeg.org/doxygen/3.3/avio_8h.html#aea3131c92c70177e463538e9a6b4308e).
- …
-
## Overview
After reading a frame, I called reformat with different destination colour space values. All of them give the same output as the default.
## Expected behavior
I would expect diffe…
-
I use command python ./tools/run_net.py --cfg ./configs/Kinetics/C2D_8x8_R50.yaml DATA.PATH_TO_DATA_DIR ~/data/kinetics400/ NUM_GPUS 2 TRAIN.BATCH_SIZE 16 to train a model,but it has some problems…
-
Hi
## Overview
I need to compile for Android (arm and arm64). Could it be possibile?
## Expected behavior
Use PyAV for getting video metadata information without run 'ffmpeg' as external…
-
## Overview
The start time read by pyav is inconsistent with ffprobe.
pyav
200
ffprobe
13640
## Expected behavior
Same as ffprobe
## Actual behavior
## Investigation
py…
-
When run the webrtc asr server,get follows errors;
```
Task exception was never retrieved
future:
Traceback (most recent call last):
File "asr_server.py", line 69, in __run_audio_xfer
fr…
-
I originally developed this app in Windows and was redeveloping it in Windows Subsystem for Linux. This line only gave me trouble in WSL even though the key versions are the same.
```
Traceback (m…