-
It is a Python bindings for ffmpeg and has more robust wheels, including arm64 macOS, which imageio-ffmpeg does not (https://github.com/imageio/imageio-ffmpeg/issues/71)
https://github.com/PyAV-Org/P…
-
Thanks a lot for making this plugin! I noticed that seeking can be off by a few frames. This becomes apparent when using napari_video for annotation. You can then notice that the annotation layer and …
-
Hi!
I'm currently trying to switch to v3's read and write functionality for videos. For the most part everything works smoothly, I just have a few understanding issues on my side that I'd love to g…
-
### 🚀 The feature
When importing torchvision, a number of libraries are imported by default for more niche functionality of the library. To improve import time, I would favor delaying those imports t…
-
### 🐛 Describe the bug
When a sufficiently recent version of PyAV is not installed, the script `vision/torchvision/io/video_reader.py` initialises the variable `av` to an `ImportError` object that co…
-
We didn't find `AV_OPT_TYPE_INT` in the libraries.
We look for it only as a sanity check to make sure the build
process is working as expected. It is not, so we must abort.
Please o…
-
Hey!
Video-LLaVa is now available in the Transformers library! Feel free to check it out [here](https://huggingface.co/LanguageBind/Video-LLaVA-7B-hf). Thanks to @LinB203 for helping to ship the mo…
-
Hey all!
The video models are all supported in Transformers now and will be part of the v4.42 release. Feel free to check out the model checkpoints [here](https://huggingface.co/collections/llava-h…
-
### System Info
The regression happens after transformers==4.45.2.
```
- `transformers` version: 4.47.0.dev0
- Platform: Linux-6.6.0-gnr.bkc.6.6.9.3.15.x86_64-x86_64-with-glibc2.34
- Python v…
-
### 📚 The doc issue
### tl;dr `options` parameter under `torchvision.io.write_video` is inadequately documented, challenging for end-users to tweak videos to their liking. same goes for `audio_option…