processing-video
processing-video copied to clipboard
GStreamer-based video library for Processing
I'm using Processing 4 on MacBook Pro M1 Sonoma 14.5 here's my sketch - import processing.video.*; Movie movie; void setup(){ size(640,480); movie=new Movie(this,"test.mp4"); movie.loop(); movie.speed(-1.0); } void movieEvent(Movie movie){movie.read();} void...
Hello, The current GStreamer that comes with video library was not detecting OBS virtual cams. I updated to the current GSTreamer and was able to detect OBS virtual cams. Details...
## Description When attempting to play a video, if the file is within a file path that contains a tilde, it wont play. This also affects exported Windows EXE builds,...
After some research and experimentation, I now have my gStreamer software (my app and required libs) building on Ubuntu (ver 22.04) for a x86_64 CPU (using Cmake). I need to...
This project is based on the Ant based build system for Processing `core`, if we remove the Ant build files to complete the transition to Gradle, this project will stop...
I'm a relatively inexperienced user of Processing and Raspberry Pi, and I'm trying to run a Processing sketch which does work on a different Raspberry Pi from this one, and...