PyAV
PyAV copied to clipboard
Pythonic bindings for FFmpeg's libraries.
## Overview Using multiple stream readers leads to runtime fail. All readers in my tests use the same source URL, I did not tried different because don't have tens of...
## Overview When attempting to use PyAV and an ASLA input device on Debian 11, PyAV claims there is no input container named `alsa` despite my ffmpeg installation being able...
**IMPORTANT:** Be sure to replace all template sections {{ like this }} or your issue may be discarded. ## Overview I am attempting to write a simple g729 decoder using...
## Overview Importing `av` breaks OpenCV aka `cv2`. This was first noticed in https://github.com/pytorch/vision/issues/5940. Importing other libraries that depend on `av` breaks the `cv2.imshow()` command. This is only the case...
## Overview Hi! First a big thank you for your great work on pyav! I just ran into a problem when pickling/unpickling pyav errors which can sometimes raise an exception....
## Overview Unless otherwise told, it seems like `VideoFrame.to_rgb` (and conversely `to_image`) assumes the source colorspace to be 601, regardless of what it actually is. If given a source that,...
What the title says. The docs are currently hosted on one of my personal servers. Any sort of authenticated deployment is acceptable to me. I'm open to writing a tiny...
## Overview The issue from https://github.com/PyAV-Org/PyAV/issues/662 appears to have come back in the latest av. ## Expected behavior After installing av==9.2.0, I can do an `import av` ## Actual behavior...
## Overview av/stream.c uses `__pyx_v_c_stream->codec->codec_type`, but it is deprecated ~4 years ago and will be removed in next ffmpeg version (libavformat>58). In https://trac.ffmpeg.org/wiki/Bump59 > ... > libavformat > - AVFormatContext.open_cb...