processing-video
processing-video copied to clipboard
GStreamer-based video library for Processing
Is there way to call for the next frame of the movie only when a scroll wheel event is triggered ? The code i have so far updates to the...
https://github.com/processing/processing/issues/2008
Hi, I encountered this in Processing video. I was following an old tutorial about 2018 step by step. The instructor had not encountered the same issue. Everything works fine on...
Hi, I have scoured the internet and tried everything possible but the library “video library for processing” will not work. I have a mac 64 processing 4.05b. The video library...
Hey, I just upgraded my Mac and was running some code where I use webcam but I just can't get processing to use the webcam. On my old Mac I...
Hello, It used to be possible to copy the contents of processing-video library (`Documents/Processing/libraries/video/library/*`) to the `code` folder of a sketch and Processing would detect it there and be able...
I want to process a video frame by frame, but the jump(float where) method is either just taking ages or stuck in some kind of infinite loop or something like...
Hi, I really don't know where the issue applies, but in Processing 3.5.3, with this library, using this code: ``` import processing.video.*; Movie movie; void setup() { //size(1280, 720, P2D);...
I can not anymore play video files using processing 2.2.1 on Windows 7 and 8. I have tried this example with different video files : https://processing.org/reference/libraries/video/Movie.html I can't see anything...
Taken form the [HAP github page](https://github.com/Vidvox/hap) : "[The new HAP video] codec is designed with the goal of playing back as many movies as possible on hardware with fast hard...