processing / processing/libprocessing
Implement `Video` API Object
Open
@tychedelia is already working on this.
Since Apr 2, 2026.
- Dominant language
- Rust
- Stars
- 69
- Forks
- 14
- Avg merge
- 15d 22h
- Merged PRs (30d)
- 3
Description
We want to play videos! This is going to be a really tricky one, as there's not great cross-platform video support. One big advantage of being LGPL licensed is that we should be able to link against ffmpeg, which could be a good starting point. I've had success with software decoding in the past. There's nascent support for Vulkan Video in wgpu, which we'll also want to explore.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.