Pandede

Results 14 issues of Pandede

Resolves #1120. This PR addresses a [long-standing issue](https://github.com/PyAV-Org/PyAV/issues/242) in `pyav` that has existed since version `0.4.0`.

Resolves #1113. Enable to read/write operation on JPEG-XL (jxl) image file by registering the Pillow plugin [pillow-jxl-plugin](https://pypi.org/project/pillow-jxl-plugin/).

### Issue During CI/CD testing on PyPy, pyav failed to install. I have inquired about this issue and received a response: [PyAV Discussion #1794](https://github.com/PyAV-Org/PyAV/discussions/1794). ### Fix Avoid the version `av==14.1.0`.

I’m deploying with `docker-compose.standalone.yml` and it works perfectly in the basic setup: ```yaml services: standalone: image: openwhisk/standalone:nightly # command: --couchdb --kafka --api-gw volumes: - /var/run/docker.sock:/var/run/docker.sock network_mode: host ``` However, once...