Re : Playing many movies at once
I'm able to play the same 10 videos at once using C/OpenGL/ffmpeg so I don't think my computer hardware is the issue.Threading sounds interesting, but I'm not very familar with Thread in processing....
View ArticleRe : Playing many movies at once
hi drlandy,That looks like a good start, how many videos can you successfully play with what you have? I would start by taking a look at the link that I put in my last post and using an external class...
View ArticleRe : Playing many movies at once
Thanks ak, I appreciate your help!Right now I'm actually playing 4 videos textured to 10 quads, and it can be a bit laggy at time. Beyond five videos seems to degrade more for me with the above code....
View Articlecreate a video file
how can i create a video file from the output of the following sketc??import processing.video.*;Movie movie;Movie movie1;void setup() { size(640, 360); background(0); // Load and play the video in a...
View ArticleRe : create a video file
Moved to Core Libraries section because it concerns a Core Library.See: Examples > Libraries > Video > DrawingMovieAlternatively you can just save each frame and make a movie from the image...
View ArticleConfused about the OpenGL changes in 2.0
Under Changes/The big stuff, I read this:OpenGL 2 – a new version of the OpenGL library has been implemented, and the old one has been removed. The new library is based on Andres Colubri's Android work...
View ArticleRe : Linking rotation speed to volume of audio input?
I'm confused why you would have more than one variable used for the rotation.Here's an example I have where the rotation amount increases constantly each frame, but does additional rotation if it...
View ArticleRe : Confused about the OpenGL changes in 2.0
Looking at the reference it seems that it has been updated for Processing 2.0 already, for example see the shaders section. Not sure if it's completely up to date yet though. Apart from that, there is...
View ArticleMinim won't loadFile() AIFF, even though file is in data folder.
I need to load a song and play it during the opening screen of my application, even though the file is in the data folder. I still recieve a NullPointerException.Here's my sound setup code:import...
View ArticleRe : Minim won't loadFile() AIFF, even though file is in data folder.
I suppose the file is in the data folder, in a sfx sub-folder. In this case, remove the initial slash, otherwise you tell the path is absolute.
View ArticleWaited 5000ms for...
Sometimes I get a "java.lang.RuntimeException: Waited 5000ms for:" error. It happens right at the beginning of setup(). What does this mean and what can I do about it? http://peace.dreadeye.com
View ArticleRe : Waited 5000ms for...
The size() method call should be the first statement in the setup() method. Try that and see what happens.
View ArticleControlP5 matrix...changing the colors of the blocks in the matrix grid.
Hi all.I am attempting to make an audio sequencer using Matrix sine square saw and noise waves using ControlP5 matrix grid of 16 x 16 to play notes according to which wave is selected in an itemlist...
View ArticleRe : Waited 5000ms for...
I only added the delay and "X" as a way of locating where the error was occurring. Otherwise, the error pops up in the middle of the setup routine, but the sketch does not stop running. Removing...
View ArticleRe : create a video file
Many thanks for your replyI trιed under windows and works in processing 1.5.1Under UBUNTU still problems under 1.5.1 occurThe tool Movie Maker does not work. Please advise
View ArticleImage masking help needed. Framerate drops while drawing PImage
Hello everyone,I am new to the forum. I am using processing through another framework (MT4J), which uses Processing 1.5What I am trying to achieve is simple. I have a background image-bgImage , a...
View ArticleHow 'beta' is v2.0 for OpenGL?
Hi all,I have an existing project that I want to resurrect. I currently have it working in 1.5.1, but I need to do some significant additional development.I'm tempted to move to v2.0 given the new...
View Articlemovie volume control
Can anyone point me to a resource that would teach me how to control the volume of a .mov file brought into a 2.0b8 sketch using the Video core library? I'm searching and finding a lot of dead...
View ArticleMenu to Select the serial port.
Good afternoon.I have assembled a prototype timing control, and connects to the PC via Bluetooth, to display data using processing.if we know what the serial port, no problem, it gets in the line of...
View Article